curl --request GET \
--url https://api.drip.re/api/v4/quests/realms/{id}/quests/paginated \
--header 'Authorization: Bearer <token>'
{
"items": [
{
"conditions": [
{
"has_fulfilled": [
123
],
"req_text": "<string>",
"type": "<string>",
"value": "<any>"
}
],
"link": "<string>",
"type": "<string>"
}
],
"total": 123,
"page": 123,
"size": 123
}
curl --request GET \
--url https://api.drip.re/api/v4/quests/realms/{id}/quests/paginated \
--header 'Authorization: Bearer <token>'
{
"items": [
{
"conditions": [
{
"has_fulfilled": [
123
],
"req_text": "<string>",
"type": "<string>",
"value": "<any>"
}
],
"link": "<string>",
"type": "<string>"
}
],
"total": 123,
"page": 123,
"size": 123
}
API Key
Successfully retrieved paginated quests
The response is of type object
.