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

# API Reference

> Complete reference for the Mobiska API endpoints

# API Reference

Welcome to the Mobiska API reference documentation. Our REST APIs enable you to integrate payment processing, messaging, and account management features into your applications.

## Base URL

```bash theme={null}
https://mobiska-api.stimuluzdev.com
```

## Authentication

All API endpoints use Basic Authentication. See our [Authentication Guide](/authentication) for details on how to authenticate your requests.

## Common Parameters

Every request requires these common parameters:

| Parameter     | Type    | Description                                                 |
| ------------- | ------- | ----------------------------------------------------------- |
| service\_id   | integer | Your service identifier                                     |
| request\_time | string  | ISO 8601 formatted timestamp (e.g., "2025-01-26T18:25:56Z") |

## Response Format

All responses are in JSON format and include these standard fields:

```json theme={null}
{
  "response_code": "string",
  "response_message": "string",
  "response_data": {
    // Endpoint specific data
  }
}
```
