Regenerate Oauth Client Secret

GA

Path parameters

oauth_client_idstringRequired
org_idstringRequired
The unique identifier of the organization.
project_idstringRequired
The unique identifier of the project.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
redirect_urislist of stringsOptional
Updated list of authorized redirect URIs. All existing URIs will be replaced with this list.
grant_typeslist of enumsOptional
Updated list of enabled grant types. All existing grant types will be replaced with this list.
Allowed values:

Response

Successful Response
client_secretstring or null

Generated client secret. IMPORTANT: This is the only time the secret will be shown. Store it securely.

Errors