Picture

/api/v2/profiles/photo

Picture

Authorization Bearer Token

Token
<access_token>

Request Parameter

Name
Type
Required
Description
originalPicture
String
Required
Original Picture

Example Request

curl --location --request POST 'https://api.veniocrm.com/api/v2/profiles/photo' \
--header 'Authorization: Bearer <token>' \
--data-raw '{
"originalPicture": "image/original.png"
}'

Download postman Collection

Response

Name
Type
Description
status
Status
data
Any Object
Response

Status

Name
Type
Description
code
Numeric
Http status code
description
String
status description

Example Response

{
    "status": {
        "code": 200,
        "description": "Update My Photo Success!"
    },
    "data": {}
}
© Copyright 2021 Gofive Co., Ltd. All right reserved.