Analytics Apis
| Method | Endpoint | Auth | Description |
|---|---|---|---|
| GET | /api/v1/analytics/dashboard | Bearer | Dashboard |
| GET | /api/v1/analytics/portfolio/{id}/performance | Bearer | Performance |
Example Request
{
"example": "See service documentation for full schemas"
}
Example Response
{
"id": "uuid",
"status": "SUCCESS",
"correlation_id": "uuid"
}
All write endpoints require Idempotency-Key header where applicable.