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

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

application_id
string<snowflake>
required

Query Parameters

sku_ids
exclude_consumed
boolean

Response

200 response for get_current_user_application_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>