Authentication
Body
jwtstringRequiredExample:
A JWT token encoded using your Accounts API Key Shared Secret.
asd8asd9f87ass...asdf9Responses
200
A JSON object which contains the access_token to use in all subsequent calls to the API
application/json
401
Missing or invalid credentials
application/json
404
Not Found
application/json
default
Unknown Error Occurred
application/json
post
/api/v1/auth/tokenBody
usernamestringRequiredExample:
[email protected]passwordstring · passwordRequired
Responses
200
A JSON object which contains the access_token to use in all subsequent calls to the API
application/json
401
Missing or invalid credentials
application/json
default
Unknown Error Occurred
application/json
post
/api/auth/bearer/tokenBody
refresh_tokenstringRequiredExample:
eyJhbGciOiJIUzI1NiIsInR5c...jUZ8Ud9wGCYilcqEML2fRkWZUResponses
200
A JSON object which contains the access_token to use in all subsequent calls to the API
application/json
400
Wrong or expired refresh token, or user/api-key removed
application/json
default
Unknown Error Occurred
application/json
post
/api/auth/bearer/refreshLast updated