cURL
curl --request GET \ --url https://api.nitrosend.com/v1/my/domains/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "name": "<string>", "provider": "mailgun", "status": "pending", "dns_records": [ { "record_type": "<string>", "name": "<string>", "value": "<string>", "priority": "<string>", "valid": "<string>" } ], "verified_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z" }
API key (nskey_live_...) or JWT token. API key is checked first; if not found, falls back to Devise JWT authentication.
nskey_live_...
Domain
pending
verified
failed
Show child attributes