API for managing and manipulating timelines with advanced time travel capabilities.
Warp API (1.0.0)
Download OpenAPI description
Overview
Warp API Support
License
Languages
Servers
Mock server
https://docs.instamessage.co.uk/_mock/apis/
Quantum server
https://api.warp.example.com/v1/
- Mock serverhttps://docs.instamessage.co.uk/_mock/apis/events
- Quantum serverhttps://api.warp.example.com/v1/events
- cURL
- Node.js
- Python
- PHP
curl -i -X POST \
https://docs.instamessage.co.uk/_mock/apis/events \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"timeline_id": "string",
"event_id": "string",
"new_outcome": {
"description": "string",
"changes": [
{
"action": "string",
"time": "2019-08-24T14:15:22Z"
}
]
}
}'Response
application/json
{ "status": "string", "new_event_id": "string" }