Domains API
Get all records for domain
get/workspaces/{workspace_domain}/domains/{domain_id}/records
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
Response
Example response
{
"records": [
{
"name": "api",
"type": "A"
}
]
}