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.
Update Domain -> Envelope<unknown>
put/accounts/{account_id}/registrar/domains/{domain_name}
Update individual domain.
Security
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Example: Authorization: Bearer Sn3lZJTBX6kkg7OdcBUAxOO963GEIyGQqnFTOFYY
Parameters
account_id: string
Identifier
domain_name: string
Domain name.
Response fields
result: unknown
success: true
Whether the API call was successful
Request example
200Example
Domain types
Domain = { id, available, can_register, 9 more... }