POST
/
api
/
v1
/
realms
/
{realmId}
/
quests
/
{questId}
/
members
/
{userId}
/
start
curl --request POST \
  --url https://api.drip.re/api/v1/realms/{realmId}/quests/{questId}/members/{userId}/start \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "userId": "<string>",
    "questId": "<string>",
    "progress": null,
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

API Key

Path Parameters

realmId
string
required
userId
string
required

Response

201
application/json
Default Response
data
any