Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.bizzyco.ai/v1/domains/{id}/verification \ --header 'Authorization: Bearer <token>'
{ "data": { "instruction": { "type": "TXT", "name": "<string>", "value": "<string>" }, "attempts": 123, "verifiedAt": "2023-11-07T05:31:56Z", "expiresAt": "2023-11-07T05:31:56Z" }, "meta": { "pagination": { "limit": 123, "offset": 123, "hasMore": true, "total": 123 } } }
Get the current verification status and TXT instruction
API key authentication via Bearer token
Domain UUID
Get domain verification
Show child attributes