Raffle
Get apiv1realms rafflesusers entries
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
Get apiv1realms rafflesusers entries
GET
/
api
/
v1
/
realms
/
{realmId}
/
raffles
/
users
/
{accountId}
/
entries
curl --request GET \
--url https://api.drip.re/api/v1/realms/{realmId}/raffles/users/{accountId}/entries \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "<string>",
"tickets": 123,
"totalPrice": 123,
"createdAt": "2023-11-07T05:31:56Z",
"raffle": {
"id": "<string>",
"status": "<string>",
"ticketPrice": 123,
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"item": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"image": "<string>",
"type": "<string>"
}
}
}
]
}
Authorizations
API Key
Query Parameters
Response
200 - application/json
Default Response
curl --request GET \
--url https://api.drip.re/api/v1/realms/{realmId}/raffles/users/{accountId}/entries \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "<string>",
"tickets": 123,
"totalPrice": 123,
"createdAt": "2023-11-07T05:31:56Z",
"raffle": {
"id": "<string>",
"status": "<string>",
"ticketPrice": 123,
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"item": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"image": "<string>",
"type": "<string>"
}
}
}
]
}