Skip to main content
POST
/
v3
/
api
/
servicedesk
/
pending
Retrieve the instruction to sign
curl --request POST \
  --url https://api.custody.api-zodia.io/v3/api/servicedesk/pending \
  --header 'Content-Type: application/json' \
  --header 'X-Signature: <api-key>' \
  --header 'submitter-id: <submitter-id>' \
  --data '
{
  "requestId": "SERV-REQ-XHGFJUUG"
}
'
{
  "request": {},
  "signature": "<string>"
}

Authorizations

X-Signature
string
header
required

Headers

submitter-id
string
required

Email of API user submitting the request

Example:

"api-maker@zodia.io"

Body

application/json

Submit a service request

requestId
string
required

Service Request ID. Obtained when the service request was created

Example:

"SERV-REQ-XHGFJUUG"

Response

OK

request
object

HSM payload template. The content will vary depending if you are calling the API as a maker or checker

signature
string

Signature placeholder to replace with the signed request