v18

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01934981.1 MB
Tier Structures

Create tier

<Warning>

<Badge color="yellow">BETA endpoint</Badge>

This is a work-in-progress documentation of a BETA endpoint. The parameters, fields, request and response bodies, and other data may subject to change. If you want to share feedback or improvements, contact Voucherify support or your Technical Account Manager.

</Warning>

Creates a tier within the tier structure. If downgrade is omitted it defaults to { "type": "INHERIT" }. A tier structure can hold at most 10 tiers.

post/v2/loyalties/tier-structures/{tierStructureId}/tiers

Path parameters

idstring required

Unique tier structure identifier.

Request body

namestring required

Display name of the tier. Required.

metadataobject nullable

Free-form key/value object holding custom attributes.

Response

The created tier.

idstring required

Unique tier identifier.

tier_structure_idstring required

Identifier of the parent tier structure.

namestring required

Display name of the tier.

metadataobject required

Free-form key/value object holding custom attributes. Defaults to {}.

created_atstring date-time required

Creation timestamp (ISO 8601).

updated_atstring date-time nullable required

Last update timestamp (ISO 8601), or null if never updated.

object'tier' required

Object type discriminator. Always tier.