Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.