📘
API Reference | SkyTickets
  • Introduction
  • Quick Start
  • Reference
    • API Reference
      • Authorization
      • Subscriptions
      • Points
      • Retrieving staff information
      • Rest API
        • 📨Collecting requests
Powered by GitBook
On this page
Edit on GitHub
  1. Reference
  2. API Reference
  3. Rest API

Collecting requests

JSON Signature we send using POST request

{
  "requestID": "entityID",
  "userID": "userID",
  "extraData": "some Data",
  "timestamp": When request was executed
}

Request ID's:

  • Member muted - "mute"

  • Member unmuted - "unmute"

  • Member kicked - "kick"

  • Member banned - "ban"

  • Member unbaned - "unban"

You need to implement code, wich will create a WEB Server on your local machine, and enter an EndPoint for our POST Request's in "sl.api" command.

If you need additional instructions, contact our support

PreviousRest API

Last updated 11 months ago

📨