TrueScreen api for TrueFlow creation and Notarization
TrueScreen API (0.9.0)
Scarica la descrizione OpenAPI
Panoramica
Lingue
Server
Mock server
https://truescreen.redocly.app/_mock/openapi
https://api-stg.truescreen.io
https://api.truescreen.io
- Mock serverhttps://truescreen.redocly.app/_mock/openapi/v1/true-flows
- https://api-stg.truescreen.io/v1/true-flows
- https://api.truescreen.io/v1/true-flows
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
- Only template token
- With flow data
- With sign data
- Complete example
curl -i -X POST \
https://truescreen.redocly.app/_mock/openapi/v1/true-flows \
-H 'Authorization: Bearer <YOUR_API Key_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"template_token": "f6g7h8i9j0k1a1b2c3d4e5",
"name": "New True Flow",
"expires_at": "2026-12-31T10:00:00+01:00"
}'Risposta
application/json
{ "token": "", "trueLink": "" }