POST
/
v1
/
profile
/
avatar
{
  "url": "https://example.com/avatars/123.jpg",
  "thumbnail_url": "https://example.com/avatars/123_thumb.jpg"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data

Response

200
application/json

Avatar uploaded successfully

The response is of type object.