SSO certificates

Managing of SSO certificates.

Get SSO certificates

get
/organizations/{organizationId}/sso-certificates

Get all SSO certificates.

Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.

If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.

Path parameters
organizationIdintegerRequired

The ID of the organization.

Example: 11
Query parameters
typestringRequired

Type of SSO certificate.

Example: saml
Responses
200

Successful response

application/json
Responseobject
get
/organizations/{organizationId}/sso-certificates
200

Successful response

Last updated