Skip to main content
GET
List Tiers

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.

Query Parameters

limit
integer
default:10

Maximum number of results to return (1-100).

Required range: 1 <= x <= 100
order
enum<string>[]

Sort order. Prefix with - for descending. Default: -created_at.

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

Cursor for pagination. Obtained from a previous list response.

Response

List of tiers

data
object[]
required
object
enum<string>
required
Available options:
list
cursor
object | null

Cursor for fetching the next page of results.

Last modified on May 19, 2026