Docs
Get Collaborator
GET /collaborators/{collaboratorId}
GET
/collaborators/{collaboratorId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
Returns the basic details of a single collaborator by ID.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| collaboratorId | Guid | Required | The ID of the collaborator to retrieve. |
Response
| Field | Type | Description |
|---|---|---|
| id | Guid | The collaborator's unique ID. |
| name | string | The collaborator's display name. |