POST /oauth-application/obtain-access-tokenAuthorization: Basic {oauth_authorization_code}| Parameter | Type | Required | Description |
|---|---|---|---|
authorization_code | string | Yes | The authorization code obtained from the previous step |
| Field | Description |
|---|---|
clientId | The OAuth Application's client ID |
token | The access token for authenticated requests |
refreshToken | Token used to obtain a new access token when the current one expires |
type | Token type (typically "bearer") |
scope | Permissions granted to this token |
expiresAt | ISO 8601 timestamp when the access token expires |
refreshTokenExpiresAt | ISO 8601 timestamp when the refresh token expires |
token and refreshToken securely