Store Leads integration (Data, Marketing). Imported from open-connector.
https://storeleads.app/json/api/v1/all/domain/{domain}
| Param | Type | Required | Description |
|---|---|---|---|
| domain | string | required | The public DNS domain or platform domain to retrieve. |
| follow_redirects | boolean | optional | Whether Store Leads should automatically follow domain redirects. |
| fields | string | optional | A comma-separated list of Store Leads response fields to include. |
/domain
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | The Store Leads cursor used to retrieve the next page. |
| aq | string | optional | An advanced Store Leads domain search expression. |
| fields | string | optional | A comma-separated list of Store Leads response fields to include. |
| page_size | integer | optional | The number of records to return in one page. Store Leads caps this at 50. |
/app/{app_id}
| Param | Type | Required | Description |
|---|---|---|---|
| app_id | string | required | The Store Leads app identifier, such as "shopify.marsello". |
| fields | string | optional | A comma-separated list of Store Leads response fields to include. |
/app
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The zero-based page of results to return. |
| page_size | integer | optional | The number of records to return in one page. Store Leads caps this at 50. |
| sort | string | optional | A Store Leads sort expression. |
| q | string | optional | A text query used to filter apps by name or description. |
| fields | string | optional | A comma-separated list of Store Leads response fields to include. |
| platform | string | optional | The ecommerce platform used to filter apps. |
| categories | string | optional | A comma-separated list of app categories. |
/technology/{technology}
| Param | Type | Required | Description |
|---|---|---|---|
| technology | string | required | The Store Leads technology name to retrieve. |
| fields | string | optional | A comma-separated list of Store Leads response fields to include. |
/technology
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The zero-based page of results to return. |
| page_size | integer | optional | The number of records to return in one page. Store Leads caps this at 50. |
| sort | string | optional | A Store Leads sort expression. |
| q | string | optional | A text query used to filter technologies. |
| fields | string | optional | A comma-separated list of Store Leads response fields to include. |