v1

latestSwagger 2.02026-07-13301635.0 KB
address

list the addresses in the user's account

post/profile/recipientsList

Request body

uidstring

authorized UID of the session.

Example request

{
  "uid": "33ce76fede1a31d5ee823179f78d9882"
}

Response

successful operation

idinteger

the internal id of the address at Handwrytten

namestring

the name on the address

business_namestring

the optional business name on the address

address1string

the first line of the address

address2string

the second (optional) line of the address

citystring

the city of the address

statestring

the abbreviated state or province of the address

zipstring

the zip or postal code of the address

countrystring

the name of the country of the address

Example response

[
  {
    "id": 978214798,
    "name": "Joe Smith",
    "business_name": "Handwrytten LLC",
    "address1": "1430 E Indian School Rd",
    "address2": "Suite 100",
    "city": "Phoenix",
    "state": "AZ",
    "country": "United States"
  }
]