Get record by type
- GET
- /workspaces
- /:workspace
- /domains
- /:domain_id
- /records
- /:record_name
- /:type
Get one record by type.
Request example
CURLcurl -X GET "https://api.buddy.works/workspaces/:workspace/domains/:domain_id/records/:record_name/:type" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \
Response
EXAMPLE RESPONSE{ "url": "https://api.buddy.works/workspaces/buddy/domains/00pvXRgw/records/subdomain.my-domain.com/TXT", "html_url": "https://app.buddy.works/buddy/-/domain/00pvXRgw", "name": "subdomain", "type": "TXT", "values": [ "site-verification=12345" ], "ttl": 3600, "routing": "Simple" }