Authentication
This request can be authenticated by providing your Company Private Token either as a query parameter (parameter name: token
) OR in the request header (parameter name: X-Token
)
Optional Parameters
The customer for whom personal information and message data is being requested must be identified by one of the following parameters.
phone_number
external_id
email
customer_id
Delivery of requested data
Personal information and message data is provided in one of two ways depending on whether the request includes a destination_email
.
If a destination_email
is provided, personal information and message data are delivered via email, to the email address provided in the destination_email
parameter. The email will contain hyperlinks the recipient can click to download the data.
If a destination_email
is not provided, personal information and message data are delivered in the HTTP response body in JSON format.