/
Relay API

Relay API

The Devo Relay API can be used to work with relays easily, without the need of logging in to your Devo domain. You can use it to manage relays, check their statuses, update and list them, etc. To learn more about the Devo Relay in Devo, go to this section.

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

US

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

EU

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

CA

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

Asia-Pacific (APAC)

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

US3

https://api-us3.devo.com/maduro

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:

Swagger docs

Check the following Swagger UI pages to visualize and interact with this API. Select the proper one according to your region and start trying the API.

Authorize you API requests

Note that you need a valid Devo token to authorize your Relay API requests. Learn how to generate it in this article.

Related content