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>"
}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.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.