claim a domain; returns the TXT record to publish.
POST
End-user session operationId: add_domain/v1/dashboard/sso/domains Authorization
Called from the browser with the publishable application id (x-application-id); the access token lives in memory.
Request body · required
domainstring 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 requestPOST
https://api.identrahq.com/v1/dashboard/sso/domains