Raffle
Post apiv1realms raffles draw
Accounts
Realm-Members
Realms
Store
Currency
Raffle
Quests
Tasks
Triggers
Transitions
Conditions
- GETGet apiv1realms quests tasks conditions
- POSTPost apiv1realms quests tasks conditions
- GETGet apiv1realms quests tasks conditions 1
- DELDelete apiv1realms quests tasks conditions
- PATCHPatch apiv1realms quests tasks conditions
- POSTPost apiv1realms quests tasks conditions pre data
- POSTPost apiv1realms quests tasks conditions pre datasearch
Actions
Raffle
Post apiv1realms raffles draw
POST
/
api
/
v1
/
realms
/
{realmId}
/
raffles
/
{raffleId}
/
draw
curl --request POST \
--url https://api.drip.re/api/v1/realms/{realmId}/raffles/{raffleId}/draw \
--header 'Authorization: Bearer <token>'
{
"data": {
"winners": [
{
"position": 123,
"member": {
"id": "<string>",
"accountId": "<string>"
}
}
]
}
}
Authorizations
API Key
curl --request POST \
--url https://api.drip.re/api/v1/realms/{realmId}/raffles/{raffleId}/draw \
--header 'Authorization: Bearer <token>'
{
"data": {
"winners": [
{
"position": 123,
"member": {
"id": "<string>",
"accountId": "<string>"
}
}
]
}
}