Connect to the SEEN Legacy API

Authorization

All requests to our API must be authenticated. In order to authenticate, please include the following header in your requests:

Name: Authorization Value: Token {auth_token}

Create a new Receiver

Endpoint

POST

 <https://api.seen.io/v1/campaigns/{campaign_slug}/receivers/>

Request Headers

Authorization: This header is common to all requests to our API. Please see the “Authorization” section.

Content-Type: We recommend that you set this to: application/json; charset=utf-8

Request Content

Here is an example of a payload. Fields can differ depending on setup.

Each request payload should be an array of JSON objects, this allows for the creating of multiple receivers at once. Fields are as follows: