Skip to main content
POST
/
api
/
v1
/
org
/
{org_slug}
/
sso_connections
/
{id}
/
test
Error
A valid request URL is required to generate request examples
{
  "status": "draft",
  "checks": [
    {
      "name": "<string>",
      "status": "draft"
    }
  ]
}

Path Parameters

id
string
required
org_slug
string
required

Body

application/json

The body is of type object.

Response

OK

status
enum<string>
required
Available options:
draft,
active,
disabled
checks
object[]
required