Get Account by ID
Endpoint: GET /accounts/{id}
Authentication: Bearer Token (required)
Description
Retrieves the details of a specific account using its unique identifier.
Request
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | The UUID of the account to retrieve |
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer token for authentication |
Request Schema
{
"headers": {
"Authorization": "Bearer <token>"
}
}