GET members Id Profile Picture

GET/members/{id}/profile-picture
AuthorizationBearer <token>

Paste your JWT token here

In: header

Path Parameters

idstring

The unique identifier of the member whose picture is being requested.

Formatuuid

Response Body

curl -X GET "https://loading/members/497f6eca-6276-4993-bfeb-53cbbbba6f08/profile-picture"
"string"
{
  "message": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}