/operations

POST {{base-api-url}}/operations

The operations also allow you to validate a procedure only if it contains a document to be signed.

Request Body

{"type"=>"accept", "members"=>["/members/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"], "metadata"=>{"John Doe - IP address"=>"1.1.1.1"}}

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringThis value is a secret and needs to be replaced by your API Key (Bearer).
Content-TypestringThis header specifies the format of the exchanges in JSON.

RESPONSES

status: Created

{"id":"/operations/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX","createdAt":"2018-12-28T14:56:43+01:00","updatedAt":"2018-12-28T14:56:43+01:00","authentication":null,"mode":null,"status":"done","type":"accept","metadata":{"John Doe - IP address":"1.1.1.1"}}