Download OpenAPI specification:Download
These are API's to easily manage your Thy Street device public pages. Thy Street APIs are completely RESTful and all our responses are returned in JSON.
deviceId required | string Device ID |
tariff required | boolean Toggle device tariff on public page |
{- "tariff": true,
- "deviceId": "deviceId"
}
orderToken required | string Example: thystreet-FucAdwCipV6nLlVsesnu This is the id recieved from the qrcode or on your webhook |
status required | string Enum: "CONFIRMED" "PENDING" "COMPLETED" "FAILED" Set order status |
{- "status": "CONFIRMED"
}