Suppliers
The suppliers controller.
| API | Description |
|---|---|
| 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.
| API | Description |
|---|---|
| POST token |
The token endpoint supporting either credentials or refresh token flows. |
Campaigns
The campaigns controller.
| API | Description |
|---|---|
| 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.
| API | Description |
|---|---|
| GET api/v1/orders/{startDate}/{endDate}/{pageSize}/{page} |
Returns a paged list of orders between the start and end dates. |