GET
/
v0
/
settings
/
sso
cURL
curl --request GET \
  --url 'https://api-(organization).gable.ai/v0/settings/sso'
{
  "type": "SAML",
  "identityProvider": "Okta",
  "metadataDocumentEndpointUrl": "https://company.okta.com/app/123456789/sso/saml/metadata"
}

Response

200
application/json

Configuration of current SSO integration

The response is of type object.