> For the complete documentation index, see [llms.txt](https://docs.strimlinehub.com/rahisi-service-api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.strimlinehub.com/rahisi-service-api-documentation/introduction.md).

# Introduction

### API Refence

The Rahisi API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-enconded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

You can use the Rahisi API in test mode, which doesn’t affect your live data . The API key and Base URL you use to request determines whether the request is live mode or test mode.

<table><thead><tr><th width="177">Environment</th><th>Base API URL</th></tr></thead><tbody><tr><td>Testing</td><td><a href="https://backofficeapi.dev.strimlinehub.com/api/">https://backofficeapi.stg.strimlinehub.com/api</a></td></tr><tr><td>Production</td><td><a href="https://backofficeapi.dev.strimlinehub.com/api/">https://backofficeapi.strimlinehub.com/api</a></td></tr></tbody></table>
