Authenticate with API key
POST/authWithApiKey
Exchange an API key for a short-lived bearer JWT — the entry point for
every integration. username is the auto-generated integration username
shown next to the API key in the admin portal; the issued token inherits
that user's roles and rights. Call this endpoint again with the same body
when the token expires. clientIdentifier may be supplied in place of
clientId.
Request
Responses
- 200
- 400
- 401
- 403
Bearer token and refresh token.
Bad Request
Unauthorized
Invalid credentials, unknown clientIdentifier, or IP not allowed.