WiPay
WAPIsv2.0.2User

Create Profile Picture

Upload a profile picture. The image is resized to 200×200 pixels.

POST
/user/picture
AuthorizationBearer <token>

OAuth2 access token obtained from POST /auth/tokens.

In: header

picturefile

Image file (max 5 MB). Accepted: bmp, gif, jpeg, jpg, png, svg.

Formatbinary

Response Body

curl -X POST "https://tt.wipayfinancial.com/wapi/user/picture" \  -F picture="string"
{
  "message": "Created"
}
{
  "message": "string"
}