GET /accounts/{account_id}/addressing/prefixes/{prefix_id}/bindings
List the Cloudflare services this prefix is currently bound to. Traffic sent to an address within an IP prefix will be routed to the Cloudflare service of the most-specific Service Binding matching the address.
Example: binding 192.0.2.0/24
to Cloudflare Magic Transit and 192.0.2.1/32
to the Cloudflare CDN would route traffic for 192.0.2.1
to the CDN, and traffic for all other IPs in the prefix to Cloudflare Magic Transit.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
Name | Type | Required | Description |
---|---|---|---|
prefix_id |
String | Yes | |
account_id |
String | Yes |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.