Get the channel's where the user has acces to
Get the channels who are currently in the spotlight.
Expects
None
Parameters
None
Returns JSON
{
// Try
}
Retrieve current loged in user's information.
GET Retrieve the user information, see the Return values for the returned data.
Expects
Parameters
None
Returns JSON
{
_id,
username,
email,
information: {
firstname,
surename,
lastname,
},
ban,
ban_reason,
active,
activated_on,
creation_date,
}
Get the channel's where the user has acces to
Expects
Parameters
None
Returns JSON
{
}
The oAuth endpoints.
Refresh tokens for oAuth
}