Reference / Dashboard

the account's claimed domains + verification status.

GET /v1/dashboard/sso/domains
End-user session operationId: list_domains

Authorization

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

Responses

200 Domains
{
  "data": {},
  "error": {
    "code": "string",
    "message": "string"
  },
  "meta": {
    "timestamp": "string"
  },
  "success": false
}

Request

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

Try it

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