GET /locations/search
Search Locations
Servers
- https://services.leadconnectorhq.com
Request headers
Name | Type | Required | Description |
---|---|---|---|
Version |
String | Yes |
API Version Valid values:
|
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
- 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.