Get a list of the current user's lolo requests
Requires verified email; Requires one of the following permissions: Shop.IndexOwnLoloRequests; Requires the following features to be enabled: Shop
GET
/Api/LoloRequests/Own
curl \
-X GET https://app.lovassy.hu/Api/LoloRequests/Own \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"id": 42,
"title": "string",
"body": "string",
"acceptedAt": "2024-05-04T09:42:00+00:00",
"deniedAt": "2024-05-04T09:42:00+00:00",
"createdAt": "2024-05-04T09:42:00+00:00",
"updatedAt": "2024-05-04T09:42:00+00:00"
}
]