Skip to main content
POST
/
v3
/
teams
/
{team}
/
domains
/
{domain}
/
verify
Verify Domain
curl --request POST \
  --url https://app.plugchoice.com/api/v3/teams/{team}/domains/{domain}/verify \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "verified_at": "<string>"
}
Triggers a verification check for the specified domain. The system looks up the DNS TXT record to confirm ownership.
team
string
required
The UUID of the team.
domain
integer
required
The ID of the domain to verify.

Response

success
boolean
Whether the verification was successful.
message
string
A human-readable message describing the verification result.
verified_at
string
ISO 8601 timestamp of when the domain was verified. Only present on successful verification.