Authentication
The API Connector supports a range of different authentication methods.
Last updated
The API Connector supports a range of different authentication methods.
Last updated
Method
Description
None or self-handled
No authentication required
Private key in URL
The private key is included as a parameter in the URL
Private key in header
The private key is included as an HTTP header in the request
HTTP Basic Auth
The username and password is sent in plain text
OAuth2 Password Flow
The username and password is sent and receives an access token in return
OAuth2 User-Agent Flow
Similar to OAuth2 Password Flow, but for user-agents
OAuth2 Custom Token
Thr custom token is sent to the server for verification
JSON Web Token (JWT)
A JSON web tokenis sent to the server for verification
Client-side SSL certificate
Your app presents a SSL certificate to the server for verification