Skip to main content
Soap provides a comprehensive software layer combining payments, compliance, and fraud prevention APIs for gaming operators.
If you are utilizing AI coding tools such as Cursor, head over to our Soap MCP Server page to learn how to one-shot implement our Soap integration with AI!

API Overview

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

Getting Started

To get started with the Soap API, you’ll need to:
  1. Sign up for a Soap account
  2. Get your API keys from the dashboard
  3. Make your first API request
Check out our Quickstart Guide to make your first API call.

Authentication

All API endpoints are authenticated using Bearer tokens. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY