Vai al contenuto

TrueScreen API (0.9.0)

TrueScreen api for TrueFlow creation and Notarization

Scarica la descrizione OpenAPI
Lingue
Server
Mock server
https://truescreen.redocly.app/_mock/openapi
https://api-stg.truescreen.io
https://api.truescreen.io

Templates

Flow templates list

Operazioni

List templates

Richiesta

Returns a list of the flow templates available for the api key

Sicurezza
ApiKeyAuth
curl -i -X GET \
  https://truescreen.redocly.app/_mock/openapi/v1/templates \
  -H 'Authorization: Bearer <YOUR_API Key_HERE>'

Risposte

List of flow templates

Intestazioni
X-Total-Countinteger

Total number of items

Corpoapplication/jsonArray [
namestringobbligatorio

Template name

tokenstringobbligatorio

Unique identifier for the flow template

flow_dataobjectobbligatorio

Normalized form schema

sign_dataobjectobbligatorio

Normalized sign data schema

]
Risposta
application/json
[ { "name": "Photo Acquisition", "token": "f6g7h8i9j0k1a1b2c3d4e5", "flow_data": {}, "sign_data": {} } ]

TrueFlowsAttachments

Attachment for a True Flow

Operazioni

TrueFlows

True Flow

Operazioni