List records
- GET
- /workspaces
- /:workspace
- /domains
- /:domain
- /records
Returns a list of records.
Example:
CURLcurl -X GET "https://api.buddy.works/workspaces/:workspace/domains/:domain/records" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
EXAMPLE RESPONSE{ "records": [ { "name": "@", "type": "SOA", "values": [ "bison.live.page hostmaster.my-domain.com 2025030701 10800 3600 604800 3600" ], "ttl": 3600 }, { "name": "@", "type": "NS", "values": [ "bison.live.page.", "lynx.live.page.", "stork.live.page.", "wolf.live.page." ], "ttl": 3600 } ] }
STATUS200 OK
LIMITSX-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999