Getting started
Authorization flow
Step one: Obtain a new token
This endpoint retrieves the access token.
Body
usernamestringRequired
passwordstringRequired
grant_typestringRequiredExample:
passwordResponses
200
OK
application/json
access_tokenstringOptional
expires_innumberOptional
Access token expiration time (in minutes).
refresh_tokenstringOptional
post
/token200
OK
Step two: Make an API request
This endpoint retrieves info about the connected account.
Header parameters
authorizationstringRequiredExample:
Bearer [accessToken]Responses
200
OK
application/json
namestringOptionalExample:
Jane DoeusernamestringOptionalExample:
[email protected]get
/whoami200
OK
Step three: Refresh the access token
This endpoint to refresh the access token.
Body
refresh_tokenstringRequired
grant_typestringRequiredExample:
refresh_tokenResponses
200
OK
application/json
access_tokenstringOptional
expires_innumberOptional
Access token expiration time (in minutes).
refresh_tokenstringOptional
post
/token200
OK
Error handling
Pagination
Last updated

