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
POST /v1beta1/organizations/:org_id/domains/:id/verify

Authorization

name: Basic type: httpdescription: use Client ID as username and Client Secret as passwordin: headerscheme: basic

Request

Base URL
http://127.0.0.1:7400
Security Scheme
Username
Password
org_id — path required
id — path required
Body required
{}
curl / cURL
curl -L -X POST 'http://127.0.0.1:7400/v1beta1/organizations/:org_id/domains/:id/verify' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{}'