Get customer campaign activity

Returns a single customer's campaign activity (sends, opens, clicks, purchases, revenue) for a period you specify.

🚧

This page is being updated

Full documentation for this endpoint, including response fields and worked
examples, is on its way and will be published here shortly. The endpoint itself
is available now.


Query Params
string

Email address of the customer. Supply one of email, customer_id, or phone_number.

string

Customer ID of the customer. Supply one of email, customer_id, or phone_number.

string

Phone number of the customer. Supply one of email, customer_id, or phone_number.

date-time
required

Start of the period to report on, in ISO 8601 format. Must be within the last 366 days.

date-time
required

End of the period to report on, in ISO 8601 format.

Responses
200

OK

400

Bad Request - The request was invalid or cannot be otherwise served. An accompanying error message will explain further.

401

Unauthorized - API authentication failed due to an invalid or missing API key.

403

Forbidden - The API key does not have sufficient permissions to perform this action.

404

Not Found - The requested resource was not found.

429

Rate limit exceeded - Too many requests

500

Internal Server Error - Please contact blueshift for more information

502

Service unavailable, please retry - Bad Gateway, re-try with exponential backoff

503

Service unavailable, please retry - Service Unavailable, re-try with exponential backoff

504

Service unavailable, please retry - Gateway Timeout, please re-try with exponential backoff

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!