POST
/
api
/
v3
/
send
{
  "send": {
    "touch_id": 123456,
    "name": "John Smith",
    "email": "developers@sendoso.com",
    "address": "639 Front St, Floor 3",
    "city": "San Francisco",
    "state": "CA",
    "zip": "94111",
    "country": "USA",
    "mobile_no": 1234567890,
    "custom_message": "Hi John, I wanted to personally invite you to...",
    "confirm_address": false,
    "via": "single_person_or_company",
    "via_from": "YOUR APPLICATION NAME"
  }
}
{
  "success": true,
  "message": "Gift send Successfully",
  "tracking_code": "116d64dc686937dd17b1865019cee71d295bcf38"
}

Body

send
object
required

Response

success
boolean
required

Whether or not the request was successful. Always true for 2xx responses.

message
string
required

Response message.

tracking_code
string
required

The send’s unique tracking code.

{
  "send": {
    "touch_id": 123456,
    "name": "John Smith",
    "email": "developers@sendoso.com",
    "address": "639 Front St, Floor 3",
    "city": "San Francisco",
    "state": "CA",
    "zip": "94111",
    "country": "USA",
    "mobile_no": 1234567890,
    "custom_message": "Hi John, I wanted to personally invite you to...",
    "confirm_address": false,
    "via": "single_person_or_company",
    "via_from": "YOUR APPLICATION NAME"
  }
}
{
  "success": true,
  "message": "Gift send Successfully",
  "tracking_code": "116d64dc686937dd17b1865019cee71d295bcf38"
}