v1

latestOpenAPI 3.1.02026-07-24317911.4 MB
Authentication/Access Token (Oauth - Username/Password)

Get Access Token From Refresh

Note: # and anything after is NOT needed, its just to allow multiple examples for the same path/method.

post/tokens#1

Request body

grant_type'password' | 'refresh_token' | 'mfa' required

This is the type of authentication request being made. 'password' is most common if using username and password from end user to grant access.

client_idstring required

This is the client_id provided to the developer for accessing the api. Will match with the client_secret

client_secretstring required

This is the client_secret provided to the developer for accessing the api. Will match with the client_id

refresh_tokenstring required

Response

object required