GET
/
api
/
v4
/
quests
/
realms
/
{id}
/
quests
curl --request GET \
  --url https://api.drip.re/api/v4/quests/realms/{id}/quests \
  --header 'Authorization: Bearer <token>'
[
  {
    "conditions": [
      {
        "has_fulfilled": [
          123
        ],
        "req_text": "<string>",
        "type": "<string>",
        "value": "<any>"
      }
    ],
    "link": "<string>",
    "type": "<string>"
  }
]

Authorizations

Authorization
string
header
required

API Key

Path Parameters

id
string
required

Response

200 - application/json
Successfully retrieved quests
type
string
required
conditions
object[]