Authorization
AuthorizationRequiredBearer <token>< Project ID >:< Management Key > as bearer
In: header
Request Body
application/jsonRequirednamestringdescriptionstringlogostringloginPageUrlstringapprovedCallbackUrlsarray<string>permissionsScopesarray<object>attributesScopesarray<object>consentFlowIdstringlogoUrlstringjwtBearerSettingsobjectsessionSettingsobjectnonConfidentialClientbooleanaudienceWhitelistarray<string>OK
Was this helpful?
Create Audit Event POST
### Create an audit log event, using a valid management key. This API endpoint allows you to create an audit log utilizing various parameters and returns the results in JSON format. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <ProjectId:ManagementKey>`
Delete third party application POST
Delete a third party application, using a valid management key. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <ProjectId:ManagementKey>`