cURL
curl --request GET \ --url https://test.onlinecheckwriter.com/api/v3/customToAddresses \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "meta": { "total": 2 }, "addresses": [ { "id": "5EJy7VeBQGzn1m3", "name": "John Doe", "companyName": "Company A", "addressLine1": "Address 1", "addressLine2": "Address 2", "city": "City", "state": "ST", "zip": "123456", "phone": "", "email": "john.doe@example.com", "note": "Note." }, { "id": "ZqRmA345OegdoLl", "name": "Jane Smith", "companyName": "Company B", "addressLine1": "Address 11", "addressLine2": "", "city": "City", "state": "ST", "zip": "123465", "phone": "", "email": "jane.smith@acme.com", "note": "Main office address." } ] } }
Fetch a list of all custom βtoβ address records with optional pagination.
Show child attributes