Authentication

You'll need to authenticate your requests to access any of the endpoints in the Our voice API. In this guide, we'll look at how authentication works. To authenticate requests, include an Authorization header with the value "Bearer { YOUR_AUTH_KEY}".

All authenticated endpoints are marked with a requires authentication badge in the documentation below.

You can retrieve your token by visiting your dashboard and clicking Generate API token..


Headers

Make sure you have the following content type headers are set on every request:

Accept: application/json Content-Type: application/json


URI

Our Voice API is hosted on the following base URI:

https://api.getourvoice.com/v1/