Getting Started

Welcome to the Octeth API! This section will guide you through the initial steps to get you up and running.

Prerequisites

There are no specific prerequisites for using the Octeth API. You can connect to the API using any programming language or HTTP client. The Octeth API can be accessed via HTTP POST and GET requests.

Installation and Setup

To connect to the Octeth API, send HTTP POST/GET requests to the following API endpoint URL:

https://<octeth-installation-domain>/api.php

For example, if you've installed Octeth on octeth.mydomain.com, the URL would be:

https://octeth.mydomain.com/api.php

Unless otherwise specified, the default API endpoint is as written above. However, some API endpoints may have different URLs, which will be explicitly mentioned in the documentation for those specific endpoints.

Last updated

Was this helpful?