Document toolboxDocument toolbox

Lookups API

Note that the Lookups API is still a beta version. Please contact us if you have any questions.

API versions

Please note that newer versions of this API may include pure additions to it (such as new properties on resources returned from an action, accepting these resources with or without the property inbound to the server, or adding new resources or actions), or new appearance of properties within JSON structures, because we assume that clients use forgiving, non-strict parsing on the JSON they receive from Devo.

New versions of the API will always be backward compatible, using a never remove, only add strategy. Contact us in case you have any question.

The Devo Lookups API can be used to work with lookups easily, without the need of logging in to your Devo domain. You can use it to create new lookups, check their statuses, update and list them, etc. To learn more about lookups in Devo, go to Data enrichment.

To perform a request with the Devo Lookups API, choose the endpoint based on your Devo domain's region:

USA

https://api-us.devo.com/lookup-api

EU

https://api-eu.devo.com/lookup-api

CA

https://api-ca.devo.com/lookup-api

Asia-Pacific (APAC)

https://api-apac.devo.com/lookup-api

ES

https://api-es.devo.com/lookup-api

Add the corresponding path to your endpoint to perform the operation you need, such as creating a new lookup, modifying it, or deleting it. Check all the available operations and how to perform them in the following sections.