GET profilepicture View Path

GET/profilepicture/view/{path}
AuthorizationBearer <token>

Paste your JWT token here

In: header

Path Parameters

pathstring

The encoded or relative path to the profile picture asset.

Response Body

application/json

application/json

application/json

curl -X GET "https://loading/profilepicture/view/string"
"string"
{
  "message": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}