v1

latestOpenAPI 3.1.02026-07-24440202.2 KB

OAuth 2.0 token

Create a token to allow a third-party application to authenticate API calls to Orange Logic

post/oauth2/token_48I_v1

Request body

client_idstring required

The client ID from the third-party application’s account in Orange Logic.

client_secretstring required

The client secret from the third-party application’s account in Orange Logic.

grant_typestring required

The type of authorization code you’re providing to generate the token. Enter one of two values: <code>authorization_code</code> or <code>refresh_token</code>.

codestring required

The authorization code provided by the third-party application when you run the <a href="https://developer.orangelogic.com/docs/authorize-third-party-apps#run-the-authorization-call">authorization call</a>.<br><b>Or</b>, the refresh token that you generated with a previous call.

Response

200