Rester Coins
    • Status
      GET
    • Lists
      GET
    • Transactions
      GET
    • Control
      POST
    • Webhook

      Control

      POST
      /api/chair/control

      Request

      Header Params

      Body Params application/jsonRequired

      Examples

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://restercoins.com/api/chair/control' \
      --header 'Apikey: {{Apikey}}' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "DeviceId": "{{DeviceId}}",
          "Time": "1"
      }'
      Response Response Example
      {}
      Modified at 2026-01-08 02:53:06
      Previous
      Transactions
      Next
      Webhook
      Built with