Request example
CURLcurl -X GET "https://api.buddy.works/workspaces/:workspace/domains/:domain_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \
Response
EXAMPLE RESPONSE{ "url": "https://api.buddy.works/workspaces/buddy/domains/w4rVdQZD", "html_url": "https://app.buddy.works/buddy/-/domain/w4rVdQZD", "name": "my-domain.com", "id": "w4rVdQZD", "type": "REGISTERED", "auto_renew": false, "transfer_lock": true, "dnssec": false, "expiry_date": "2026-10-07T08:08:58Z" }