Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.torpedo.co.mz/api/v1/domains/{id} \ --header 'X-API-Key: <api-key>'
{ "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "domain": "myapp.com", "createdAt": "2023-11-07T05:31:56Z", "verifiedAt": "2023-11-07T05:31:56Z", "dns": { "dkim": [ { "type": "CNAME", "name": "torpedo1._domainkey.myapp.com", "value": "torpedo1.dkim.amazonses.com" } ], "spf": { "type": "CNAME", "name": "torpedo1._domainkey.myapp.com", "value": "torpedo1.dkim.amazonses.com" }, "dmarc": { "type": "CNAME", "name": "torpedo1._domainkey.myapp.com", "value": "torpedo1.dkim.amazonses.com" } } } }
Returns domain details including current DNS record status.
Prefix tor_ followed by a base64url-encoded random key. Obtain one from POST /api/v1/workspaces or POST /api/v1/auth/keys.
tor_
POST /api/v1/workspaces
POST /api/v1/auth/keys
Domain with DNS records
Show child attributes