Requests (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.
Request parameters
Path parameters
In requests to some API endpoints, you can provide your own values in place of path parameters.
For example, in the DELETE /external-storage/{id}
endpoint, you must replace {id}
with the real value to remove specific external storage.
Path parameters are required.
Query parameters
Query parameters are described for each request individually.
Header parameters
All Interaction Content Export API requests require the following header parameters:
accept
Required. The Accept header describes the content types that the response can return. The content-type of the Interaction Content Export API’s responses is always in JSON format so you must set the accept header to accept JSON. You must also specify the version of the API you are using. For information about specifying the version, see Versioning (Interaction Content Export API).
Example application/vnd.newvoicemedia.v1+json
authorization
Required. To make a request to the Interaction Content Export API, you must provide your bearer access token in the Authorization header.
You get your bearer access token using your client credentials. For information about getting and using your bearer access token, see Requesting your bearer access token in How to authenticate with a Vonage Contact Center (VCC) API.