Get record

  • GET
  • /workspaces
  • /:workspace
  • /domains
  • /:domain
  • /records
  • /:type

Get domain record

Request

REQUIRED SCOPES
WORKSPACE, ZONE_READ
URL PARAMETERS
workspacerequired string
The workspace name.
domainrequired string
The domain or subdomain name.
typerequired string
The domain record type. Can be one of: A, AAAA, CNAME, TXT, NS, SOA, CAA, MX, SPF, SRV, NAPTR.

Last modified on Apr 8, 2025

Example:

CURL
curl -X GET "https://api.buddy.works/workspaces/:workspace/domains/:domain/records/:type" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
EXAMPLE RESPONSE
{ "name": "@", "type": "NS", "values": [ "bison.live.page.", "lynx.live.page.", "stork.live.page.", "wolf.live.page." ], "ttl": 3600 }
STATUS
200 OK
LIMITS
X-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999