Authorizing Requests
Authorization API
URL
HTTP Verb
Functionality
Authenticate with username and password to receive a short-lived JWT access token (15-minute expiry) and a refresh token.
Body
usernamestringRequiredExample:
[email protected]passwordstring · passwordRequiredExample:
s3cretResponses
200
Authentication successful.
application/json
accessTokenstringOptionalExample:
Short-lived JWT access token (15-minute expiry).
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...refreshTokenstringOptionalExample:
Long-lived token used to obtain a new access token.
dGhpcyBpcyBhIHJlZnJlc2ggdG9rZW4...401
Invalid credentials.
application/json
post
/authorizeLast updated
