v2
Lookup user details based on their API key
This can be used to verify a user exists
get/v2/find_user
Headers
apikeystring
User API key we're looking for.
Client-Agentstring
The client name and version.
X-Fieldsstring mask
An optional fields mask
Response
Worker Details
Example response
{
"worker_ids": [
"00000000-0000-0000-0000-000000000000"
],
"sharedkey_ids": [
"00000000-0000-0000-0000-000000000000"
],
"contact": "email@example.com",
"admin_comment": "User is sus",
"account_age": 60
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.