cURL
curl --request GET \ --url https://test.onlinecheckwriter.com/api/v3/customToAddresses/{customToAddressId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "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." } }
Fetch the details of a single custom ‘to’ address using its unique ID.
Show child attributes