[{"label":"Latest (v1.0)","version":"latest"}]
csp
ClientIdAndSecretResponse
The response contains the identifier and the secret of the OAuth Application.
Properties
string
clientId
Optional
The unique identifier of the OAuth Application (client).
string
clientSecret
Optional
The organization OAuth Application secret
JSON Example
{
"clientId": "string",
"clientSecret": "string"
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Returned By
Create Organization OAuth Application By Organization ID
Update Organization OAuth Application Secret By Orgnization ID And Application ID