Get profile
https://api.blaze.stream/v1/users/profileReturns public identity fields for the authorized user, or for the userId or username query target when using an App Access Token.
Required header for every https://api.blaze.stream/v1 request: client-id: YOUR_CLIENT_ID.
Authorizations
Scopes
users.readResponses
- 200OKapplication/json
- 400Bad Requestapplication/json
- 401Unauthorizedapplication/json
- 403Forbiddenapplication/json
- 500Internal Server Errorapplication/json
/v1/users/profileGET /v1/users/profile HTTP/1.1
Host: api.blaze.stream
Authorization: Bearer YOUR_ACCESS_TOKEN
client-id: YOUR_CLIENT_ID
Accept: application/json{
"success": true,
"message": "success",
"data": {
"userId": "2f4c6d9a-8e2b-4d77-9f0d-3a1b2c4d5e6f",
"username": "creator",
"displayName": "Creator",
"avatarUrl": "https://cdn.blaze.stream/avatar.png"
}
}