Skip to main content
POST
/
api
/
core
/
saml
/
acs
SAML Assertion Consumer Service
curl --request POST \
  --url https://api.example.com/api/core/saml/acs \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Response

200 - text/html

Successful Response

The response is of type string.