{
  "service": "api-platform",
  "version": "v1",
  "products": [
    "geolocation",
    "global-data",
    "currency"
  ],
  "endpoints": {
    "register": "POST /v1/auth/register",
    "login": "POST /v1/auth/login",
    "me": "GET /v1/me",
    "overview": "GET /v1/overview",
    "products": "GET /v1/products",
    "plans": "GET /v1/products/{slug}/plans",
    "subscribe": "POST /v1/subscriptions",
    "keys": "GET|POST /v1/api-keys",
    "usage": "GET /v1/usage",
    "checkout": "POST /v1/billing/checkout",
    "webhooks": "POST /v1/billing/webhooks"
  }
}