Skip to content

Returns the data for the bubble of a user marker on the map.

GET
/api/map/user/{userId}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

userId*
Typestring
Required

Query Parameters

userId

User for which to return data

Typestring
Defaultnull
Pattern"[1-9][0-9]*"

Responses

Successful

application/json
JSON
{
"profile": {
"id": 0,
"name": "string",
"avatar": "string",
"isSleeping": true
},
"aboutMeIntern": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python