v1

latestOpenAPI 3.0.02026-07-24102143224.1 KB
Contracts

Perform contract action

post/v3/contracts/{id}/actions

Path parameters

idstring required
Example:123e4567-e89b-12d3-a456-426614174000

Contract Id

Request body

action'MARK_AS_PROCESSED' | 'MARK_AS_DELETED' required

The action to perform

messagestring

Optional message/reason recorded with the action (e.g. context for the state transition)

Example request

{
  "message": "Processed via integrations API"
}

Response

Contract actions executed successfully