GET /locations/search

Search Locations

Servers

Request headers

Name Type Required Description
Version String Yes

API Version

Valid values:

  • "2021-07-28"
Authorization String Yes

Access Token

Query parameters

Name Type Required Description
skip String No

The value by which the results should be skipped. Default will be 0

Default value: "0"

order String No

The order in which the results should be returned - Allowed values asc, desc. Default will be asc

Default value: "asc"

limit String No

The value by which the results should be limited. Default will be 10

Default value: "10"

email String No
companyId String No

The company/agency id on which you want to perform the search

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.