cURL
curl --request GET \ --url https://api.example.com/api/accounts/number/{accountNumber} \ --header 'Authorization: Bearer <token>'
{ "name": "Abbie", "number": "ACC-0000000041", "addressLine1": "street or PO Box", "addressLine2": "Apt, suite, unit, building, floor etc.", "country": "US", "state": "CA", "city": "Los Angeles", "postalCode": "84001", "email": "Abbie@gmail.com", "status": "active", "source": "aws", "taxExempt": false, "id": "e3ef9de3-bbdc-495c-b608-a6fa1f62ada0", "createdOn": "2026-03-02T03:39:31Z", "updatedOn": "2026-03-02T03:39:31Z", "createdBy": "f17bb9d8-ff51-423c-b6d3-bc474b755510", "updatedBy": "f17bb9d8-ff51-423c-b6d3-bc474b755510" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Found the Account
name
active
in-active
draft