Retrieve additional details on a specific campaign.
curl --request GET \
--url https://app.staging.sendo.so/api/v3/touches/{touch_id} \
--header 'Authorization: Bearer <token>'
{
"success": true,
"touch": {
"id": 123456,
"name": "Sendoso Gift",
"start_date": "2023-10-25T00:00:00.000-07:00",
"end_date": null,
"description": "",
"created_at": "2023-10-25T05:21:59.000-07:00",
"user_id": 78901,
"gift_id": 39,
"starting_egift_price": null,
"ending_egift_price": null,
"status": "Active",
"is_default_price": true,
"delivery_type": "mail",
"hubspot_key": null,
"ship_to_countries": ["US", "ES", "CA"],
"currency": "USD"
}
}
true
for 200 response.Hide touch
ISO 8601
format). Gifts cannot be sent for this campaign before this start date.ISO 8601
format). Gifts cannot be sent for this campaign after this end date.ISO 8601
format).starting_egift_price
and ending_egift_price
represent the range amount from which the sender can pick the egift denominiation to send. Only present for eGift campaigns. When this range is present, is_default_price
will be false.starting_egift_price
and ending_egift_price
represent the range amount from which the sender can pick the egift denominiation to send. Only present for eGift campaigns. When this range is present, is_default_price
will be false.Active
since this endpoint only returns active campaigns.mail
which means physical item or email
which means eGift.ISO 3166-1
alpha-2 format).ISO 4217
format).{
"success": true,
"touch": {
"id": 123456,
"name": "Sendoso Gift",
"start_date": "2023-10-25T00:00:00.000-07:00",
"end_date": null,
"description": "",
"created_at": "2023-10-25T05:21:59.000-07:00",
"user_id": 78901,
"gift_id": 39,
"starting_egift_price": null,
"ending_egift_price": null,
"status": "Active",
"is_default_price": true,
"delivery_type": "mail",
"hubspot_key": null,
"ship_to_countries": ["US", "ES", "CA"],
"currency": "USD"
}
}
curl --request GET \
--url https://app.staging.sendo.so/api/v3/touches/{touch_id} \
--header 'Authorization: Bearer <token>'
{
"success": true,
"touch": {
"id": 123456,
"name": "Sendoso Gift",
"start_date": "2023-10-25T00:00:00.000-07:00",
"end_date": null,
"description": "",
"created_at": "2023-10-25T05:21:59.000-07:00",
"user_id": 78901,
"gift_id": 39,
"starting_egift_price": null,
"ending_egift_price": null,
"status": "Active",
"is_default_price": true,
"delivery_type": "mail",
"hubspot_key": null,
"ship_to_countries": ["US", "ES", "CA"],
"currency": "USD"
}
}