v1

latestSwagger 2.02026-07-17176789777.3 KB
oauth

This callback is used to get token from Oauth2 provider

Returns an access token

post/oauth/token

Response

Success

access_tokenstring required

access_token to be used for accessing gateway

token_typestring required

Only value possible is "bearer".

expires_ininteger required

Token expiration time in seconds

refresh_tokenstring required

Refresh_token which can used to get new token

scopestring required

Scope string with individual scopes separated by space