GET /profile/oauth-application-request-authorization-code| Parameter | Type | Required | Description |
|---|---|---|---|
client_id | string | Yes | The OAuth Application's client ID |
nonce | string | Yes | Unique value that must match in the retrieve authorization code request |
scope[] | array[string] | Yes | Feature scopes defining requested permissions |
client_id and a nonce value for security. The nonce acts as a unique identifier for this authorization request and must be used again when retrieving the authorization code to prevent replay attacks.nonce value must be stored and used in the subsequent retrieve authorization code requestnonce cannot be reused for multiple authorization requests