Skip to main content
GET
/
applications
/
{application_id}
/
entitlements
cURL
curl --request GET \
  --url https://discord.com/api/v10/applications/{application_id}/entitlements \
  --header 'Authorization: <api-key>'
[
  "<unknown>"
]

Authorizations

Authorization
string
header
required

Discord bot token

Path Parameters

application_id
string<snowflake>
required

Query Parameters

user_id
string<snowflake>
sku_ids
guild_id
string<snowflake>
before
string<snowflake>
after
string<snowflake>
limit
integer
Required range: 1 <= x <= 100
exclude_ended
boolean
exclude_deleted
boolean
only_active
boolean

Response

200 response for get_entitlements

id
string<snowflake>
required
sku_id
string<snowflake>
required
application_id
string<snowflake>
required
user_id
string<snowflake>
required
deleted
boolean
required
type
required
guild_id
null | string<snowflake>
starts_at
string<date-time> | null
ends_at
string<date-time> | null
fulfilled_at
string<date-time> | null
fulfillment_status
consumed
boolean | null
gifter_user_id
null | string<snowflake>
parent_id
null | string<snowflake>