GET
/
api
/
v3
/
touches
/
{touch_id}
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"
  }
}

Parameters

touch_id
integer
required

The campaign identifier.

Response

success
boolean
required

Whether or not the request was successful. Always true for 200 response.

touch
array
required