Skip to main content
POST
/
user
/
account
/
avatar
Create avatar upload
curl --request POST \
  --url https://api.managem.co.uk/user/account/avatar \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "uploadURL": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Upload URL

Direct upload URL for an image

id
string
required

Image identifier

uploadURL
string<uri>
required

URL to upload the image