Skip to content

Get SAML settings.

GET
/api/admin/saml-settings
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/api/admin/saml-settings \
--header 'Authorization: Bearer <token>'

Successful JSON response.

Media type application/json
object
key
additional properties
Example generated
{
"additionalProperty": "example"
}