Spacivox REST API

The Spacivox API allows you to manipulate agents and campaigns, and to retrieve information about call and SMS outcomes.

This document provides a list of data fields and APIs which are supported.

Warning

Any data field or API which is not explicitly documented here must not be used, as they may be changed or removed at any time.

All Spacivox API calls must be made to the following host:

Making requests

All requests must be authenticated, using an access token given to you by Spacivox. To use your access token, for each request you make to the API, add the following HTTP header:

GET /some/endpoint HTTP/1.1
Authorization: Bearer <Access-Token>

Requests take either no data or JSON data as input, and return data as JSON. Make soure you set the correct Content-Type header when sending JSON:

POST /some/endpoint HTTP/1.1
Content-Type: application/json

Available APIs

Creating campaigns