Obtain a user's access token
This is how you obtain an access token for a user. In the OAuth flow, your backend will receive a one time use “code” parameter. You will then exchange the code you received for a long lived access token by calling this endpoint.
POST
Obtain a user's access token
Body
application/json
Obtain a user's access token
Response
200 - application/json
Obtain a user's access token
OauthToken model
Obtain a user's access token