Table of Contents | ||||||
---|---|---|---|---|---|---|
|
Overview
Check the list of available endpoints and methods in the Lookups API:
Endpoints and methods | Description | |||||||
---|---|---|---|---|---|---|---|---|
1 |
/lookup/{domain} see below | Display information on the lookups existing on a given domain. | ||||||
2 |
/lookup/{domain}/{name} see below | Return information of a specific lookup. | ||||||
3 |
/lookup/{domain}/{name}/job see below | Query the job UUIDs of a specific lookup. | ||||||
4 |
/lookup/{domain}/{name}/job/{id} see below | Query the statuses of a lookup job. | ||||||
5 | Advanced mode
lookup/{domain}/{name}/deploy-config see below | Advanced mode Create a new lookup. | ||||||
6 |
lookup/{domain}/{name}/deploy-csv see below | Create a new lookup using a CSV. | ||||||
7 |
lookup/{domain}/{name}/deploy-static-query see below | Create a new lookup based on a static query. | ||||||
8 |
lookup/{domain}/{name}/deploy-periodic-query see below | Create a new lookup based on a periodic query. | ||||||
9 | Advanced mode
lookup/{domain}/{name}/deploy-config see below | Advanced mode Update a specific lookup. | ||||||
10 |
lookup/{domain}/{name}/deploy-csv see below | Update a CSV lookup. | ||||||
11 |
lookup/{domain}/{name}/deploy-static-query see below | Update a lookup based on a static query. | ||||||
12 |
lookup/{domain}/{name}/deploy-periodic-query see below | Update a lookup based on a periodic query. | ||||||
13 |
/lookup/{domain}/{name} see below | Send a request to delete a specific lookup. |
Endpoints and methods
Anchor | ||||
---|---|---|---|---|
|
/lookup/{domain}
Display information on the lookups existing on a given domain.
Rw ui expands macro | ||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Path parametersAdd the following path parameters as part of the endpoint:
Query string parametersQuery string parameters are optionally added after the path parameters, preceded by a question mark (
ExampleFind below a request example in cURL language. This request will return information about the 10 oldest lookups created in the domain indicated. Learn how to authorize your request in this article.
And this request will return information about all the lookups owned by the user domain and also the ones visible to them in other domains:
|
Anchor | ||||
---|---|---|---|---|
|
/lookup/{domain}/{name}
Return information of a specific lookup.
Rw ui expands macro | |||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Path parametersAdd the following path parameters as part of the endpoint:
ExampleFind below a request example in cURL language. This request will return information about the lookup called myLookup created in the domain indicated. Learn how to authorize your request in this article.
|
Anchor | ||||
---|---|---|---|---|
|
/lookup/{domain}/{name}/job
Query the job UUIDs (Universally Unique IDentifier) of a specific lookup. A new job is created for each create, update or delete process that is initiated. Each job is identified by a unique ID, or UUID.
...
Rw ui expands macro | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Path parametersAdd the following path parameters as part of the endpoint:
ExampleFind below a request example in cURL language. This request will return information about the last jobs generated by the lookup called myLookup created in the domain indicated. Learn how to authorize your request in this article.
|
Anchor | ||||
---|---|---|---|---|
|
/lookup/{domain}/{name}/job/{id}
Query the statuses of a lookup job given its UUID. You can get a job UUID using the request explained above.
...
Rw ui expands macro | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Path parametersAdd the following path parameters as part of the endpoint:
ExampleFind below a request example in cURL language. This request will return information about the lookup called myLookup created in the domain indicated. Learn how to authorize your request in this article.
|
Anchor | ||||
---|---|---|---|---|
|
/lookup/{domain}/{name}/deploy-config
Create a new lookup.
Rw ui expands macro | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Path parametersAdd the following path parameters as part of the endpoint:
Request bodyThe request JSON body must include the following objects and key-value pairs. Click them in the following list to see its details:
Example value:
Check below an example of request body:
|
Anchor | ||||
---|---|---|---|---|
|
/lookup/{domain}/{name}/deploy-csv
Simplified endpoint to create a new lookup from a CSV file.
Rw ui expands macro | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Path parametersAdd the following path parameters as part of the endpoint:
Request bodyThe request JSON body must include the following objects and key-value pairs. Click them in the following list to see its details:
Check below an example of request body:
|
Anchor | ||||
---|---|---|---|---|
|
/lookup/{domain}/{name}/deploy-static-query
Simplified endpoint to create a new lookup based on a static query.
Rw ui expands macro | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Path parametersAdd the following path parameters as part of the endpoint:
Request bodyThe request JSON body must include the following objects and key-value pairs. Click them in the following list to see its details:
Check below an example of request body:
|
Anchor | ||||
---|---|---|---|---|
|
/lookup/{domain}/{name}/deploy-periodic-query
Simplified endpoint to create a new lookup based on a periodic query.
Rw ui expands macro | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Path parametersAdd the following path parameters as part of the endpoint:
Request bodyThe request JSON body must include the following objects and key-value pairs. Click them in the following list to see its details:
Check below an example of request body:
|
Anchor | ||||
---|---|---|---|---|
|
lookup/{domain}/{name}/deploy-config
Update a specific lookup.
Rw ui expands macro | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Path parametersAdd the following path parameters as part of the endpoint:
Request bodyThe request JSON body must include the following objects and key-value pairs. Click them in the following list to see its details:
Example value:
Check below an example of request body:
|
Anchor | ||||
---|---|---|---|---|
|
lookup/{domain}/{name}/deploy-csv
Update a CSV lookup.
Rw ui expands macro | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Path parametersAdd the following path parameters as part of the endpoint:
Request bodyThe request JSON body must include the following objects and key-value pairs. Click them in the following list to see its details:
Check below an example of request body:
|
Anchor | ||||
---|---|---|---|---|
|
lookup/{domain}/{name}/deploy-static-query
Update a lookup based on a static query.
Rw ui expands macro | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Path parametersAdd the following path parameters as part of the endpoint:
Request bodyThe request JSON body must include the following objects and key-value pairs. Click them in the following list to see its details:
Check below an example of request body:
|
Anchor | ||||
---|---|---|---|---|
|
lookup/{domain}/{name}/deploy-periodic-query
Update a lookup based on a periodic query.
Rw ui expands macro | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Path parametersAdd the following path parameters as part of the endpoint:
Request bodyThe request JSON body must include the following objects and key-value pairs. Click them in the following list to see its details:
Check below an example of request body:
|
Anchor | ||||
---|---|---|---|---|
|
/lookup/{domain}/{name}
Send a request to delete a specific lookup.
Rw ui expands macro | |||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Path parametersAdd the following path parameters as part of the endpoint:
ExampleFind below a request example in cURL language. This request will return information about the 10 oldest lookups created in the domain indicated. Learn how to authorize your request in this article.
|