Reference / Dashboard

claim a domain; returns the TXT record to publish.

POST /v1/dashboard/sso/domains
End-user session operationId: add_domain

Authorization

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

Request body · required

  • domain string required

Responses

201 Domain claimed
{
  "data": {},
  "error": {
    "code": "string",
    "message": "string"
  },
  "meta": {
    "timestamp": "string"
  },
  "success": false
}
422 Invalid domain

Request

curl -X POST "https://api.identrahq.com/v1/dashboard/sso/domains" \
  -H "Content-Type: application/json" \
  -d '{
  "domain": "string"
}'

Try it

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

Request body

application/json