Versioning (Interaction Content Export API)


Beta/Early Access Program

This API is in the Beta/Early Access Program and is still under development. If you are interested in using this API, please contact your Customer Success Manager or Account Manager. Participation in this pilot program is at the discretion of Product Management and not guaranteed.

Use of this API outside of the program is prohibited.

Versioning is required in the accept header in the following format where n represents the version number you want to access.

Accept: application/vnd.newvoicemedia.v{n}+json

Currently Interaction Content Export API supports version 1.

Whenever a new endpoint version is created, the whole API is versioned. For example, if there is a new version (v{n}) for a given endpoint, you can assume that the new version (v{n}) of the whole API is supported.

Some endpoints return the same data format amongst different versions.

If the version header is missing, you will receive a 400 Bad Request error.