Authorization
AuthorizationRequiredBearer <token>< Project ID >:< Management Key > as bearer
In: header
Request Body
application/jsonRequiredidstringnamestringdescriptionstringlogostringloginPageUrlstringapprovedCallbackUrlsarray<string>permissionsScopesarray<object>attributesScopesarray<object>logoUrlstringjwtBearerSettingsobjectsessionSettingsobjectaudienceWhitelistarray<string>forceAddAllAuthorizationInfobooleanconnectionsScopesarray<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.