HTTP header credential types
The following table shows the different HTTP headers for each credential type.
Note: Different integrations use different credentials, which are outlined in each of the relevant integration topics.
Credential Type | HTTP Header |
---|---|
API Key | Authorization: api-key-value-pair For example, X-API-Key: abcdef12345 |
API Token | Authorization: Bearer token |
UserID/Password | Authorization: Basic username:password |
Note: The final value of username:password
in the Basic header is a base64-encoded value.