Stytch · Example Payload

Stytch B2B Sso Saml Create Connection Example

Create a new SAML Connection.

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Stytch B2B Sso Saml Create Connection Example is an example object payload from Stytch, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titleendpointdescriptionrequestresponse

Example Payload

Raw ↑
{
  "title": "Createconnection",
  "endpoint": "POST /v1/b2b/sso/saml/{organization_id}",
  "description": "Create a new SAML Connection.",
  "request": {
    "method": "POST",
    "path": "/v1/b2b/sso/saml/{organization_id}",
    "headers": {
      "Authorization": "Basic <base64(project_id:secret)>",
      "Content-Type": "application/json"
    },
    "body": {
      "display_name": "<display_name>"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "request_id": "example-value",
      "status_code": 200
    }
  }
}