Skip to content
TALA
Esc
navigateopen⌘Jpreview

Get all plans

GET/api/plan
Authorization
AuthorizationBearer token (JWT) · headerrequired
Responses
200OK
any
500Internal Server Error
any
Try it
Server
Authorization
Request
curl -X GET "http://localhost:8000/api/plan" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
{
  "data": [
    {
      "id": "PLm3Xk8q2W",
      "createdAt": "2026-03-26T14:18:06.446Z",
      "updatedAt": "2026-03-26T14:18:06.446Z",
      "name": "Enterprise",
      "minimumSeat": 3,
      "maximumSeat": 20
    }
  ]
}