Retrieves a list of plans.
Security
SecretApiKey or JWT or ApplicationJWT
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/plans
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/plans
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/plans
- SecretApiKey
- JWT
- ApplicationJWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/plans?filter=string&sort=string&limit=1000&offset=1000&q=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Response
[ { "id": "plan_0YV7DENSVGDBW9S71XZNNYYQ0X", "name": "string", "description": "string", "richDescription": "string", "productId": "prod_0YV7DES3WPC5J8JD8QTVNZBZNZ", "productOptions": { … }, "currency": "USD", "currencySign": "string", "pricing": { … }, "setup": { … }, "customFields": { … }, "isActive": true, "revision": 0, "isTrialOnly": false, "recurringInterval": null, "trial": null, "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ … ] } ]