Skip to content

Environments

The API is available in the following environments:

EnvironmentBase URLPurpose
Productionhttps://api.interplai.appLive traffic

Using the correct base URL

Prefix all API paths with the base URL:

https://api.interplai.app/v1/collections

API versioning

The API uses URL-based versioning. The current version is v1. All endpoints are prefixed with /v1/.

GET /v1/collections
GET /v1/collections/:collectionId

When a new version is released, the previous version will continue to work for a deprecation period.

Interplai API v1.2.0