GET {{url}}/v1/accounts/:accountID
Retrieves a single account and their details by the customer's UUID.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"accountID": "123",
"first_name": "John",
"last_name": "Doe",
"email": "john.doe@example.com"
} |