PostLogin
POST/api/token/issue
Exchange user credentials (client_id and client_secret) for an access token and a refresh token. Public — no auth token required. Call this first, then send the returned access token as a bearer token on subsequent requests.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
PostLogin 200 response
BadRequestError 400 response
Unauthorized 401 response
ForbiddenError 403 response
NotFoundError 404 response
InternalServerError 500 response