post/applications/{application_id}/entitlements

Request body

sku_idstring snowflake required
owner_idstring snowflake required

Response

200 response for create_entitlement

idstring snowflake required
sku_idstring snowflake required
application_idstring snowflake required
user_idstring snowflake required
guild_idstring snowflake
deletedboolean required
starts_atstring date-time nullable required
ends_atstring date-time nullable required
fulfilled_atstring date-time nullable
consumedboolean
gifter_user_idstring snowflake
parent_idstring snowflake

Changes

Changed in 2 of the 58 revisions of this API.3

    • added subschema #1: GUILD subschema #2: USER to the owner_type request property oneOf list

      request-property-one-of-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response property ends_at became required for the status 200

      response-property-became-required

    • the response property starts_at became required for the status 200

      response-property-became-required