The flat plan catalog.
GET
Secret API key operationId: plans/v1/billing/plans Authorization
Server-to-server. Send a secret key as a Bearer token plus the x-application-id header.
Responses
200 Plan catalog
{
"data": [
{
"key": "string",
"mau_limit": 0,
"name": "string",
"price_cents": 0
}
],
"error": {
"code": "string",
"message": "string"
},
"meta": {
"timestamp": "string"
},
"success": false
}Request
curl -X GET "http://localhost:8080/v1/billing/plans" \Try it
live requestGET
http://localhost:8080/v1/billing/plans