Skip to content
Start here

Registrations

Create Registration
client.registrar.registrations.create(RegistrationCreateParams { account_id, domain_name, auto_renew, 4 more } params, RequestOptionsoptions?): WorkflowStatus { completed, created_at, links, 4 more }
POST/accounts/{account_id}/registrar/registrations
List Registrations
client.registrar.registrations.list(RegistrationListParams { account_id, cursor, direction, 2 more } params, RequestOptionsoptions?): CursorPagination<Registration { auto_renew, created_at, domain_name, 4 more } >
GET/accounts/{account_id}/registrar/registrations
Get Registration
client.registrar.registrations.get(stringdomainName, RegistrationGetParams { account_id } params, RequestOptionsoptions?): Registration { auto_renew, created_at, domain_name, 4 more }
GET/accounts/{account_id}/registrar/registrations/{domain_name}
Update Registration
client.registrar.registrations.edit(stringdomainName, RegistrationEditParams { account_id, auto_renew, Prefer } params, RequestOptionsoptions?): WorkflowStatus { completed, created_at, links, 4 more }
PATCH/accounts/{account_id}/registrar/registrations/{domain_name}