POST /profile/retrieve-oauth-application-configuration| Field | Description |
|---|---|
id | Unique identifier for the OAuth Application |
title | Display name of the OAuth Application |
redirectUri | Callback URL where authorization codes are sent |
profileId | Profile ID that owns this OAuth Application |
clientId | Public identifier used in OAuth flows |
clientSecret | Confidential credential for token exchange |
clientId and clientSecret are essential for the OAuth authorization flow, while the redirectUri defines where authorization responses will be sent. Keep the clientSecret secure as it acts as the application's password.clientSecret securely and never expose it in client-side coderedirectUri must match exactly during authorization requests