cURL
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": "" } }
Fetch details of a single custom ‘from’ address by its ID.
Show child attributes