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"

参数

FieldTypeReqDefaultDescription
userIdstringY

Try it out

Path Parameters
/api/im/keys/identity/{userId}
Sign in to use your API key
Request Body
Response
Click Execute to test