Skip to main content

Verify org domain

Verify a domain for an organization with a verification token generated by Frontier GenerateDomainVerificationToken API. The token must be added to your domain's DNS provider as a TXT record before it can be verified. This API returns the state of the domain (pending/verified) after verification.

Path Parameters
    org_id string required

    unique id of the organization for which whitelisted domains are to be verified

    id string required

    unique id of the domain to be verified

Request Body required

    object

Responses

A successful response.


Schema
    state string
Loading...