Togai API allows your application to push usage events and customer information to Togai UBP infrastructure. Learn more about Togai UBP from here.

To integrate Togai into your application, you can use the JSON HTTP API or one of the Togai libraries. Our APIs are organized around REST and have resource-oriented URLs, accept form-encoded request bodies, returns JSON-encoded responses, uses standard HTTP response codes, authentication, and verbs.

Togai Environments 📒

You can use the Togai API in sandbox and production environments. The base URL of API requests determines whether the request is in sandbox mode or production mode.

Production Base URL
https://api.togai.com/
Sandbox Base URL
https://sandbox-api.togai.com/

Postman collection

Openapi specification