Skip to main content
GET
/
v0
/
settings
/
sso-saml-setup-details
Get the SAML integration details
curl --request GET \
  --url https://{hostname}.gable.ai/v0/settings/sso-saml-setup-details \
  --header 'X-API-KEY: <api-key>'
{
  "ssoUrl": "<string>",
  "audienceUri": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Response

200 - application/json

Details required to create a SAML integration for Gable in an IdP

ssoUrl
string
required

The location where the SAML assertion is sent with a HTTP POST, also referred to as the SAML Assertion Consumer Service (ACS) URL.

audienceUri
string
required

(SP Entity Id) The application-defined unique identifier that is the intended audience of the SAML assertion. This is most often the SP Entity ID of your application.