You are here: Home > API Reference > Platform > User Authentication > SSO > Get SSO Test

Get SSO Test

Get SSO Test

POST
https://api.applivery.io/v1/auth/sso/{organizationSlug}/{type}/test

Request

Send your API key in the request header authorization
Example: Authorization: Bearer <token>

organizationSlug string
required
≤ 128 characters
type string
required
ldapsaml

Responses

200 Response application/json
status boolean optional
data object optional
{
    "status": true,
    "data": {}
}
Was this page helpful?