v1

latestOpenAPI 3.0.02026-07-1390307.4 KB
OAuth

Get an access token

post/oauth/accessToken

Request body

client_idstring required
client_secretstring required
redirect_uristring required
grant_type'authorization_code' | 'refresh_token' required
codestring

Required if grant_type is authorization_code

refresh_tokenstring

Required if grant_type is refresh_token

Response

The access token

access_tokenstring
expires_atinteger
refresh_tokenstring