---
title: Registrations
---

[Skip to content](#%5Ftop) 

[API Reference](https://developers.cloudflare.com/api/go)

[Registrar Sandbox](https://developers.cloudflare.com/api/go/resources/registrar%5Fsandbox)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Registrations

##### [Create Registration](https://developers.cloudflare.com/api/go/resources/registrar%5Fsandbox/subresources/registrations/methods/create)

client.RegistrarSandbox.Registrations.New(ctx, params) (\*[RegistrationNewResponse](https://developers.cloudflare.com/api/go/resources/registrar%5Fsandbox#%28resource%29%20registrar%5Fsandbox.registrations%20%3E%20%28model%29%20RegistrationNewResponse%20%3E%20%28schema%29), error)

POST/accounts/{account\_id}/registrar-sandbox/registrations

##### [List Registrations](https://developers.cloudflare.com/api/go/resources/registrar%5Fsandbox/subresources/registrations/methods/list)

client.RegistrarSandbox.Registrations.List(ctx, params) (\*CursorPagination\[[RegistrationListResponse](https://developers.cloudflare.com/api/go/resources/registrar%5Fsandbox#%28resource%29%20registrar%5Fsandbox.registrations%20%3E%20%28model%29%20RegistrationListResponse%20%3E%20%28schema%29)\], error)

GET/accounts/{account\_id}/registrar-sandbox/registrations

##### [Get Registration](https://developers.cloudflare.com/api/go/resources/registrar%5Fsandbox/subresources/registrations/methods/get)

client.RegistrarSandbox.Registrations.Get(ctx, domainName, query) (\*[RegistrationGetResponse](https://developers.cloudflare.com/api/go/resources/registrar%5Fsandbox#%28resource%29%20registrar%5Fsandbox.registrations%20%3E%20%28model%29%20RegistrationGetResponse%20%3E%20%28schema%29), error)

GET/accounts/{account\_id}/registrar-sandbox/registrations/{domain\_name}

##### [Update Registration](https://developers.cloudflare.com/api/go/resources/registrar%5Fsandbox/subresources/registrations/methods/edit)

client.RegistrarSandbox.Registrations.Edit(ctx, domainName, params) (\*[RegistrationEditResponse](https://developers.cloudflare.com/api/go/resources/registrar%5Fsandbox#%28resource%29%20registrar%5Fsandbox.registrations%20%3E%20%28model%29%20RegistrationEditResponse%20%3E%20%28schema%29), error)

PATCH/accounts/{account\_id}/registrar-sandbox/registrations/{domain\_name}