Registrar
registrar
Registrar
Domains
registrar.domains
Methods
Get Domain -> Envelope<unknown>
get/accounts/{account_id}/registrar/domains/{domain_name}
Show individual domain.
get/accounts/{account_id}/registrar/domains
List domains handled by Registrar.
Security
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Example: Authorization: Bearer Sn3lZJTBX6kkg7OdcBUAxOO963GEIyGQqnFTOFYY
Parameters
account_id: string
Identifier
Response fields
success: true
Whether the API call was successful
result_info: { count, page, per_page, 1 more... }
Optional
Request example
200Example
Update Domain -> Envelope<unknown>
put/accounts/{account_id}/registrar/domains/{domain_name}
Update individual domain.
Domain types
Domain = { id, available, can_register, 9 more... }