Photo

Get a client profile photo

Use this method to get a profile photo uploaded for a client.

GET
/api/v2/my/photo

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

size?integer

The image size in which you want to return a profile photo, in kilobytes (KB). The default value is 200.

Header Parameters

accept-language?string

Response Body

image/jpeg

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v2/my/photo" \  -H "accept-language: ja"
"string"
{  "error": {    "message": "Unauthorized"  }}
{  "error": {    "message": "Not Found"  }}
{  "error": {    "message": "Too Many Requests"  }}
{  "error": {    "message": "Service Unavailable"  }}