Get access token
POST/oauth/v2/oauth-token
Call this with an mTLS certificate of a client to get an access token for that client. The token is valid for 5 minutes. The token is bound to the mTLS certificate and can only be used in connections established using the same certificate.
Request
Responses
- 200
- 400
- 401
- 403
OK
Bad Request
Unauthorized
Forbidden