Getting Started
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.
https://api.togai.com/
https://sandbox-api.togai.com/
Postman collection
Use the below Run in Postman
button to open the page where you can fork the collection to your postman workspace and play around with Togai’s APIs. You can also view the collection in a public workspace without forking it.