curl --request POST \
--url https://app.plugchoice.com/api/v3/teams/{team}/domains \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>"
}
'{
"id": 123,
"domain": "<string>",
"verification_token": "<string>",
"dns_record_host": "<string>",
"verified_at": "<string>",
"created_at": "<string>",
"expires_at": "<string>"
}curl --request POST \
--url https://app.plugchoice.com/api/v3/teams/{team}/domains \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>"
}
'{
"id": 123,
"domain": "<string>",
"verification_token": "<string>",
"dns_record_host": "<string>",
"verified_at": "<string>",
"created_at": "<string>",
"expires_at": "<string>"
}Registers a new domain for the specified team. After registration, a DNS TXT record must be created to verify ownership. A background verification job is automatically scheduled 15 minutes after registration.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
example.com). Must be a valid domain, maximum 255 characters. Cannot already be in use by another organization.null if not yet verified.