Skip to main content

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

https://api.mobiska.com/v1

Authentication

All API endpoints use Basic Authentication. See our Authentication Guide for details on how to authenticate your requests.

Common Parameters

Every request requires these common parameters:
ParameterTypeDescription
service_idintegerYour service identifier
request_timestringISO 8601 formatted timestamp (e.g., “2025-01-26T18:25:56Z”)

Response Format

All responses are in JSON format and include these standard fields:
{
  "response_code": "string",
  "response_message": "string",
  "response_data": {
    // Endpoint specific data
  }
}