Profile

List user's profile details

Info

Required scope: profile.read

Warning

This method requires authentication

Retrieve a user's profile information.

curl -H "Authorization: Bearer [access token]" \
     https://api.restream.io/v2/user/profile

Response

Success
Error
{
  "id": 000,
  "username": "xxx",
  "email": "xxx"
}