Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

X-App-Id
string
header
required
X-App-Token
string
header
required

Path Parameters

id
string
required

Unique tier structure identifier.

Pattern: ^lts_[a-f0-9]+$

Query Parameters

limit
integer
default:10

Maximum number of items returned per page. An integer between 1 and 100. Defaults to 10.

Required range: 1 <= x <= 100
order

Sort order. A single field name or an array of field names; prefix a field with - for descending order. Default is -created_at. The same field must not be requested in both ascending and descending direction at once.

Available options:
created_at,
-created_at,
name,
-name
cursor
string

Pagination cursor returned in the cursor.next field of a previous response. Must match the tiers cursor id format.

Pattern: ^lcrst_[a-f0-9]+$

Response

Paginated list of tiers.

Cursor-paginated list of tiers.

data
object[]
required

Tiers on the current page.

cursor
object | null
required

Pagination cursor for fetching the next page, or null when there are no more results.

object
string
required

Object type discriminator. Always list.

Allowed value: "list"
Last modified on July 13, 2026