Skip to main content
GET
List all plans

Authorizations

X-SALESBRICKS-KEY
string
header
required

API key for authentication

Query Parameters

currency
enum<string>

Currency for pricing tiers (default: USD)

Available options:
AUD,
CAD,
EUR,
GBP,
INR,
USD
limit
integer

Number of results to return per page.

offset
integer

The initial index from which to return the results.

ordering
enum<string>

Order results by field (prefix with '-' for descending order)

Available options:
-created_at,
created_at

Response

200 - application/json
count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=400&limit=100"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=200&limit=100"