Skip to main content
POST
Approve or reject an instruction

Headers

submitter-id
string
required

Email of API user submitting the request

Example:

"api-maker@zodia.io"

Body

application/json

Used when the service request produced a single instruction to sign. For service requests that produce more than one (see ProposeIntentMultiple), submit them together in one call instead.

requestId
string
required

Service Request ID

Example:

"SERV-REQ-XHGFJUUG"

request
object
required

As a maker you don't need to modify this element. As an authoriser you need to explicitly specify the approval or rejection of the request

signature
string
required

Signature of the request field object above (using user private key)

Example:

"MEUCIC3VIuw4pfk+BLnZrk1qklGS9phAlQFSQoAnlhw59x7cAiEAm5nq8ANlHcRNcONj5FXXl1v0EK5U8gZyQ22geFSsFL8="

Response

OK