| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.wachete.com/thirdparty/v1 | link | — | — | — |
Actions (7)
Wachets · 4
- Create or update wachetPUT /thirdparty/v1/task
Create a new wachet or update an existing one (specifying id when updating).
documented - Delete wachetDELETE /thirdparty/v1/task/{ID_OF_YOUR_WACHET}
Delete a wachet by its ID.
documented - Get wachet informationGET /thirdparty/v1/task/{taskId}
Retrieve basic information and settings for a specific wachet by its ID.
documented - List wachet content valuesGET /thirdparty/v1/data/list/{ID_OF_YOUR_WACHET}
Return content values for a wachet; supports returnDiff, continuationToken, from, and to.
documented