v1

latestSwagger 2.02026-07-13301635.0 KB
profile

gets the user's return address information

post/profile/address

Request body

uidstring

authorized UID of the session. By providing this, the card list will include user-specific cards.

Example request

{
  "uid": "fhqwfuihuifqwhiuwqfhiqwfh124"
}

Response

successful operation

statusstring

Example response

{
  "status": "ok",
  "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"
  }
}