Skip to main content
POST
/
api
/
admin
/
ssoProvider
/
test
/
{id}
Test SSO provider connectivity
curl --request POST \
  --url https://pria.praxislxp.com/api/admin/ssoProvider/test/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "reachable": true,
  "status": 123,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token passed in authorization header

Path Parameters

id
string
required

Response

200 - application/json

Test result

success
boolean
reachable
boolean
status
integer
message
string