Authorization
Authorization
RequiredBearer <token>< Project ID >:< Management Key > as bearer
In: header
Request Body
application/json
Requiredid
stringname
stringdescription
stringlogo
stringloginPageUrl
stringapprovedCallbackUrls
array<string>permissionsScopes
array<object>attributesScopes
array<object>OK
Was this helpful?
Load third party application by ID GET
Loads project third party application by id, using a valid management key. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <ProjectId:ManagementKey>`
Rotate third party application secret by application ID POST
Rotate the project third party application secret by the application id, using a valid management key.