Skip to main content
GET
/
customFromAddresses
/
{customFromAddressId}
Retrieve a Single Custom From Address
curl --request GET \
  --url https://test.onlinecheckwriter.com/api/v3/customFromAddresses/{customFromAddressId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": "5EJy7VeBQGzn1m3",
    "name": "John",
    "companyName": "Company A",
    "addressLine1": "Address 1",
    "addressLine2": "Address 2",
    "city": "City",
    "state": "ST",
    "zip": "123456",
    "phone": "",
    "email": "example@test.com",
    "note": ""
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

customFromAddressId
string
required
Example:

Response

success
boolean
Example:
data
object