Create an API secret for this organization.
POST/orgs/:orgId/secrets
Creates a new OIDC client-credentials client for this organization, with the alias and roles you specify. Use the returned client ID and client secret with the OAuth2 client credentials grant to obtain access tokens for this API — see the API's top-level authentication description. The client secret is returned only in this response and cannot be retrieved again; store it securely. Each organization may have at most 10 API secrets.
Request
Responses
- 200
OK