Skip to main content

Overview

The S4Kit Admin API provides programmatic access to manage your S4Kit resources. Use it to automate system configuration, manage API keys, and query logs.
Most users interact with S4Kit through the SDK for SAP operations and the Dashboard for configuration. The Admin API is for advanced automation use cases.

Base URL

Authentication

All Admin API requests require authentication using a session token from the dashboard or an admin API key.

Response Format

All responses are JSON with consistent structure:

Success Response

Error Response

Rate Limiting

Admin API requests are rate limited: Rate limit headers:

Common Endpoints

Systems

Instances

API Keys

Logs

OpenAPI Specification

The complete API specification is available below. You can import this into tools like Postman or use it to generate client libraries.

S4Kit Admin API OpenAPI Spec

View the OpenAPI 3.1 specification

SDKs

Currently, the Admin API is best accessed via HTTP requests. Official SDKs for the Admin API are planned for future releases.