Model management API
Overview
The model management APIÂ can be used to work easily with model management, without the need to log in to your Devo domain. You can use it to create, update and delete models.
Base URLs
To perform a request with the Devo model management API, you must choose the base URL according to your Devo domain's region:
Region | Base URL |
---|---|
USA |
|
EU |
|
CA |
|
Asia-Pacific (APAC) |
|
Add the corresponding paths to your base URL to perform the operation you need, such as creating a new model or deleting one. Check all the available operations and how to perform them in the following sections.
Test the API
Check the following Swagger UI pages to visualize and interact with this API. Select the proper one according to your region and start trying it out.
Authorize your API requests
You need a valid Devo token to authorize your API requests.
Region | Swagger UI documentation |
---|---|
USA | |
EU | |
CA | |
Asia-Pacific (APAC) |