Skip to main content
POST
/
auth
/
saml
/
acs
Sso Acs
curl --request POST \
  --url https://api.example.com/auth/saml/acs \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'saml_response=<string>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/x-www-form-urlencoded
saml_response
string
required

Response

Successful Response