Skip to Content
New release 11.5 available 🎉
API ReferenceOverview

Babel Licensing API Reference

This section contains the complete API reference for the Babel Licensing Service. The API enables you to programmatically manage licenses, products, customers, and more.

Base URL

https://your-licensing-server/v1

Authentication

The API supports two authentication methods:

  • Bearer Token: JWT authorization using the Bearer scheme

    Authorization: Bearer {token}
  • API Key: Using the x-api-key header

    x-api-key: {your-api-key}

API Sections

Response Formats

All API responses are returned in JSON format. Successful responses typically include the requested data, while error responses include an error message and status code.

Rate Limiting

Please refer to your service configuration for rate limiting details.

Last updated on