> ## Documentation Index
> Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Learn how to use the RootFi APIs

## Getting Started

RootFi provides a set of APIs that allow you to interact with the platform. The APIs are organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

***

## Environments

Default API endpoint is [`https://api.rootfi.dev`](https://api.rootfi.dev)

KSA (Kingdom of Saudi Arabia) region API endpoint is [`https://api.sa.rootfi.dev`](https://api.sa.rootfi.dev)

***

## Callback URLs

The default callback URL for OAuth2 integrations is `https://integrate.rootfi.dev/oauth/callback`

For the KSA (Kingdom of Saudi Arabia) region, the callback URL is `https://app.sa.rootfi.dev/oauth/callback`
