Authorization header of the request. Follow this guidance when passing the credentials:
- The username is the email address of the user, e.g.
user@cdata.com. - The password is a Personal Access Token (PAT) that you generate from the Settings page.
- If your application or service does not automatically Base64-encode the string, follow these steps to encode it manually:
- Separate the username and PAT with a colon, for example,
user@cdata.com:token. - Use Base64 to encode the colon-separated string.
- Separate the username and PAT with a colon, for example,