Domains API
Get all records for domain or subdomain
get/workspaces/{workspace_domain}/domains/{domain_id}/records/{record_name}
Path parameters
workspace_domainstring required
Example:my-company
The human-readable ID of the workspace
domain_idstring required
Example:4krmDRPw
The ID of the domain
record_namestring required
Example:api.example.com
The full record name with domain
Response
Example response
{
"records": [
{
"name": "api",
"type": "A"
}
]
}