Skip to main content
POST
Claim a domain

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
domain
string
required

Accepts an email address, domain name, or URL. The domain will be automatically extracted: for emails, the portion after @ is used (e.g., "user@example.com" becomes "example.com"); for URLs, the hostname is extracted (e.g., "https://www.example.com" becomes "example.com").

Example:

"xyz@withampersand.com"

parentId
string
required

ID of the parent entity claiming the domain

Example:

"orgId"

parentType
string
required

Type of the parent entity

Example:

"org"

Response

Domain claimed successfully