Use this endpoint to get user informations.
Use this endpoint to get user informations.
get/user
Query parameters
apikeystring
Deprecated User apikey (Use Bearer Auth in header).
agentstring required
Your software user-agent.
Response
Use this endpoint to retrieve informations about what hosts we support and all related informations about it.
Example response
{
"status": "success",
"data": {
"user": {
"username": "MyUsername",
"email": "some.email@example.com",
"premiumUntil": 1545757200,
"lang": "fr",
"preferedDomain": "fr",
"fidelityPoints": 200,
"notifications": [
"FREEDAYS_USED_QUOTA"
]
}
},
"error": {
"code": "AUTH_MISSING_APIKEY",
"message": "The auth apikey was not sent"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.