Get avatar
GET
/api/user/avatar
const url = 'https://hitkeep.com/api/user/avatar';const options = {method: 'GET', headers: {cookie: 'hk_token=<hk_token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://hitkeep.com/api/user/avatar \ --cookie hk_token=<hk_token>Proxies authenticated user’s avatar image.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” s
integer
Responses
Section titled “ Responses ”Avatar image