Headers
-
X-API-Version
string Default value is
2025-03-25
.
Path parameters
-
userID
string Required User ID
Minimum length is
1
.
GET
/v1/users/{userID}
curl \
--request GET 'https://api.sensay.io/v1/users/03db5651-cb61-4bdf-9ef0-89561f7c9c53' \
--header "X-ORGANIZATION-SECRET: $API_KEY" \
--header "X-API-Version: 2025-03-25"
Response examples (200)
{
"name": "John Doe",
"email": "user@example.com",
"id": "johndoe",
"linkedAccounts": [
{
"accountID": "string",
"accountType": "discord"
}
]
}
Response examples (404)
{
"success": true,
"error": "string",
"fingerprint": "14fceadd84e74ec499afe9b0f7952d6b",
"request_id": "xyz1::reg1:reg1::ab3c4-1234567890123-0123456789ab"
}