Types:
from cloudflare.types.registrar import (
Registration,
WorkflowStatus,
RegistrarCheckResponse,
RegistrarSearchResponse,
)Methods:
client.registrar.check(*, account_id, **params) -> RegistrarCheckResponseclient.registrar.search(*, account_id, **params) -> RegistrarSearchResponse
Types:
from cloudflare.types.registrar import DomainMethods:
client.registrar.domains.update(domain_name, *, account_id, **params) -> objectclient.registrar.domains.list(*, account_id) -> SyncSinglePage[Domain]client.registrar.domains.get(domain_name, *, account_id) -> object
Methods:
client.registrar.registrations.create(*, account_id, **params) -> WorkflowStatusclient.registrar.registrations.list(*, account_id, **params) -> SyncCursorPagination[Registration]client.registrar.registrations.edit(domain_name, *, account_id, **params) -> WorkflowStatusclient.registrar.registrations.get(domain_name, *, account_id) -> Registration
Methods:
client.registrar.registration_status.get(domain_name, *, account_id) -> WorkflowStatus
Methods:
client.registrar.update_status.get(domain_name, *, account_id) -> WorkflowStatus