Suppliers

The suppliers controller.

APIDescription
GET api/v1/suppliers/campaigns/{pageSize}/{page}

Returns a paged list of campaigns that the current user can see.

POST api/v1/suppliers/campaigns/{id}/status

Updates a campaign status.

Auth

The auth controller used to handle authentication to the back end services.

APIDescription
POST token

The token endpoint supporting either credentials or refresh token flows.

Campaigns

The campaigns controller.

APIDescription
GET api/v1/campaigns/{startDate}/{endDate}/{pageSize}/{page}

Returns a paged list of campaigns between the start and end dates.

GET api/v1/campaigns/{id}/contactsFile

Returns the data file used on the campaign with the given id if available.

Orders

The orders controller.

APIDescription
GET api/v1/orders/{startDate}/{endDate}/{pageSize}/{page}

Returns a paged list of orders between the start and end dates.