---
title: "Look up an Xquik user by platform identity"
method: GET
path: "/bot/platform-links/lookup"
tags: ["Bot"]
---

# Look up an Xquik user by platform identity

`GET /bot/platform-links/lookup`

## Query parameters

- `platform` string, required
- `platformUserId` string, required

## Response `200`

User found

- object
  - `userId` string, required

## Other responses

- `400` — Invalid input
- `401` — Unauthenticated
- `404` — Not found

---

[API](https://skmtc.dev/xquik-dev/apis/xquik-api.md) · [All operations](https://skmtc.dev/xquik-dev/apis/xquik-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xquik-dev/xquik-api/revisions/dfef846dbd96/schema)
