Analysts

Analyst

Retrieve details of the analyst with the given ID.

Parameters
id string Required

The ID of the analyst to retrieve.

GET /v1/analysts/:id
Response
{
  "id": "5i2uzRLI",
  "name": "Alex Henderson",
  "ratings_count": 386,
  "firm": {
    "id": "X1T4Bx3v",
    "name": "Needham",
    "ratings_count": 7758
  }
}