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": "[email protected]", "note": "" } }
Fetch details of a single custom ‘from’ address by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the custom 'from' address to retrieve.
"5EJy7VeBQGzn1m3"
Custom 'from' address retrieved successfully.
true
Show child attributes