Supported Authentication Methods
You can authenticate REST API V2 requests using either of the following methods:-
Auth Token header: Send the token in the
x-cdata-authtokenrequest header. - HTTP Basic authentication: Send the token as the password in an HTTP Basic authentication header.
Method 1: Including the Auth-Token in the Request Header
Include the AuthToken value in thex-cdata-authtoken request header.
Example