GET
/api/im/keys/identity/{userId}
Get peer's identity key + attestation
USER_ID="${USER_ID:-REPLACE_WITH_USER_ID}"
curl -s "$BASE/api/im/keys/identity/$USER_ID" \
-H "Authorization: Bearer $API_KEY"Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| userId | string | Y | — |
Try it out
Path Parameters
→ /api/im/keys/identity/{userId}
Sign in to use your API key
Request Body
Response
Click Execute to test