---
title: Regional Services
---

[Skip to content](#%5Ftop) 

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

[Data Localization Suite](https://developers.cloudflare.com/api/resources/dls)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Regional Services

#### Regional ServicesPrefix Bindings

##### [List DLS prefix bindings for an account](https://developers.cloudflare.com/api/resources/dls/subresources/regional%5Fservices/subresources/prefix%5Fbindings/methods/list)

GET/accounts/{account\_id}/dls/regional\_services/prefix\_bindings

##### [Get a DLS prefix binding](https://developers.cloudflare.com/api/resources/dls/subresources/regional%5Fservices/subresources/prefix%5Fbindings/methods/get)

GET/accounts/{account\_id}/dls/regional\_services/prefix\_bindings/{binding\_id}

##### [Create a DLS prefix binding](https://developers.cloudflare.com/api/resources/dls/subresources/regional%5Fservices/subresources/prefix%5Fbindings/methods/create)

POST/accounts/{account\_id}/dls/regional\_services/prefix\_bindings

##### [Update a DLS prefix binding](https://developers.cloudflare.com/api/resources/dls/subresources/regional%5Fservices/subresources/prefix%5Fbindings/methods/edit)

PATCH/accounts/{account\_id}/dls/regional\_services/prefix\_bindings/{binding\_id}

##### [Delete a DLS prefix binding](https://developers.cloudflare.com/api/resources/dls/subresources/regional%5Fservices/subresources/prefix%5Fbindings/methods/delete)

DELETE/accounts/{account\_id}/dls/regional\_services/prefix\_bindings/{binding\_id}

##### ModelsExpand Collapse 

PrefixBindingListResponse object { id, cidr, prefix\_id, region\_key } 

id: string

The ID of the binding.

cidr: string

The CIDR that is bound.

prefix\_id: string

The ID of the parent prefix.

region\_key: string

The region key used for the binding.

maxLength128

minLength1

PrefixBindingGetResponse object { id, cidr, prefix\_id, region\_key } 

id: string

The ID of the binding.

cidr: string

The CIDR that is bound.

prefix\_id: string

The ID of the parent prefix.

region\_key: string

The region key used for the binding.

maxLength128

minLength1

PrefixBindingCreateResponse object { id, cidr, prefix\_id, region\_key } 

id: string

The ID of the binding.

cidr: string

The CIDR that is bound.

prefix\_id: string

The ID of the parent prefix.

region\_key: string

The region key used for the binding.

maxLength128

minLength1

PrefixBindingEditResponse object { id, cidr, prefix\_id, region\_key } 

id: string

The ID of the binding.

cidr: string

The CIDR that is bound.

prefix\_id: string

The ID of the parent prefix.

region\_key: string

The region key used for the binding.

maxLength128

minLength1

PrefixBindingDeleteResponse object { messages, success, errors } 

messages: array of [ResponseInfo](https://developers.cloudflare.com/api/resources/$shared#%28resource%29%20%24shared%20%3E%20%28model%29%20response%5Finfo%20%3E%20%28schema%29) { code, message, documentation\_url, source } 

code: number

minimum1000

message: string

documentation\_url: optional string

source: optional object { pointer } 

pointer: optional string

success: boolean

errors: optional array of [ResponseInfo](https://developers.cloudflare.com/api/resources/$shared#%28resource%29%20%24shared%20%3E%20%28model%29%20response%5Finfo%20%3E%20%28schema%29) { code, message, documentation\_url, source } 

maxLength0

code: number

minimum1000

message: string

documentation\_url: optional string

source: optional object { pointer } 

pointer: optional string