API Reference
Complete API documentation and reference
cURL
curl --request GET \ --url https://api.drip.re/api/v4/quests/realms/{id}/members/{member_id}/quests \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "type": "<string>", "requirements": [ { "conditions": [ { "has_fulfilled": [ 123 ], "req_text": "<string>", "type": "<string>", "value": "<any>" } ], "link": "<string>", "type": "<string>" } ] } ]
API Key
Successfully retrieved quests
The response is of type object[].
object[]
Was this page helpful?