GET /zones/{zone_id}/api_gateway/labels

Retrieve all labels

Servers

Path parameters

Name Type Required Description
zone_id String Yes

Query parameters

Name Type Required Description
page Integer No

Page number of paginated results.

Default value: 1

source String No

Filter for labels with source

Valid values:

  • "managed"
  • "user"
order String No

Valid values:

  • "name"
  • "last_updated"
  • "description"
  • "mapped_resources.operations"
  • "created_at"
direction String No

Valid values:

  • "desc"
  • "asc"
filter String No

Filter for labels where the name or description matches using substring match

per_page Integer No

Maximum number of results per page.

Default value: 20

with_mapped_resource_counts Boolean No

Include mapped_resources for each label

Default value: false

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.