GET
/
plans
List pricing plans
curl --request GET \
  --url https://api.simiz.io/v1/plans
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "Starter",
    "slug": "starter",
    "description": "Core collection and billing features",
    "tier": 0,
    "monthlyPrice": 0,
    "yearlyPrice": 0,
    "currency": "XAF",
    "maxProjects": 3,
    "maxTeamMembers": 5,
    "features": {
      "webhooks": true,
      "refunds": true,
      "recurring": true,
      "qrCodes": true,
      "customBranding": true,
      "prioritySupport": true
    }
  }
]

Response

200 - application/json

List of plans

id
string<uuid>
name
string
Example:

"Starter"

slug
string
Example:

"starter"

description
string
Example:

"Core collection and billing features"

tier
integer

Plan tier level

Example:

0

monthlyPrice
number

Monthly price in XAF

Example:

0

yearlyPrice
number

Yearly price in XAF

Example:

0

currency
string
Example:

"XAF"

maxProjects
integer

Maximum number of projects (-1 for unlimited)

Example:

3

maxTeamMembers
integer

Maximum team members (-1 for unlimited)

Example:

5

features
object

Included features