GET
/
v1
/
plans
List Subscription Plans
curl --request GET \
  --url https://sandbox.api.withgale.com/v1/v1/plans \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Query Parameters

status
enum<string>
Available options:
ACTIVE,
ARCHIVED

Response

200 - application/json

List of plans

The response is of type object.