> ## Documentation Index
> Fetch the complete documentation index at: https://togai.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 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](https://www.togai.com/).

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](https://en.wikipedia.org/wiki/Representational_state_transfer) and have resource-oriented URLs, accept form-encoded request bodies, returns JSON-encoded responses, uses standard HTTP response codes, [authentication](/api-reference/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.

```bash Production Base URL theme={null}
https://api.togai.com/
```

```bash Sandbox Base URL theme={null}
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.

[![Run in Postman](https://run.pstmn.io/button.svg)](https://god.gw.postman.com/run-collection/17210443-f45b7495-4b41-456d-9512-cfa8ffdb3b28?action=collection%2Ffork\&source=rip_markdown\&collection-url=entityId%3D17210443-f45b7495-4b41-456d-9512-cfa8ffdb3b28%26entityType%3Dcollection%26workspaceId%3D0cac7286-75ff-4419-967e-e93f7c39f80c)
