Skip to main content
GET
/
projects
/
{projectId}
/
identities
List identities
curl --request GET \
  --url https://api.kansato.com/sdk/whistle/v1/projects/{projectId}/identities \
  --header 'Authorization: <api-key>'
{
  "identities": [
    {
      "id": "<string>",
      "externalId": "<string>",
      "projectId": "<string>",
      "type": "<string>",
      "name": "<string>",
      "username": "<string>",
      "avatarUrl": "<string>",
      "metadata": "<unknown>",
      "reportCount": 123,
      "lastSeenAt": "2023-11-07T05:31:56Z",
      "lastReportedAt": "2023-11-07T05:31:56Z",
      "displayName": "<string>",
      "handleLabel": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.kansato.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key with wh_ prefix. Send as Bearer token: Authorization: Bearer wh_xxxxxxxxxxxx

Path Parameters

projectId
string
required

Project UUID

Response

Identity list

identities
object[]
required