Get Access & Refresh TokenCopy Pagepost https://{endpoint}/v1/identity/oauth/tokenThis API allows you to generate the access token or refresh token for authorization code.Body Paramsgrant_typestringenumrequiredIf you are exchanging authorization code then grant type should be authorization_code\r\nIn case you are using refresh token then grant type should be refresh_tokenauthorization_coderefresh_tokenAllowed:authorization_coderefresh_tokenclient_idstringrequiredThe client id specific to your client application.client_secretstringrequiredThe client secret specific to you client application.auth_codestringThis is required only if you are exchanging authorization code for access token. Please check this documentation about how to generate the authorization code.Responses 200Success 400Error 401Authorize error 403Forbidden errorUpdated 30 days ago