GET
/
storage
/
profile_data
{
  "error": "<string>",
  "pagination": {
    "limit": 123,
    "order": "<string>",
    "page": 123,
    "total": 123
  },
  "result": [
    {
      "data": {},
      "version": 123
    }
  ],
  "success": true
}

Response

200
application/json
OK
error
string
pagination
object
result
object[]
success
boolean