Reference / Dashboard

the account's SSO connection (secrets redacted), or null.

GET /v1/dashboard/sso/connection
End-user session operationId: get_connection

Authorization

Called from the browser with the publishable application id (x-application-id); the access token lives in memory.

Responses

200 SSO connection (or null)
{
  "data": {},
  "error": {
    "code": "string",
    "message": "string"
  },
  "meta": {
    "timestamp": "string"
  },
  "success": false
}

Request

curl -X GET "https://api.identrahq.com/v1/dashboard/sso/connection" \

Try it

live request
GET https://api.identrahq.com/v1/dashboard/sso/connection