Skip to main content
POST
/
v3
/
api
/
servicedesk
/
submit
Submit service request
curl --request POST \
  --url https://api.custody.api-zodia.io/v3/api/servicedesk/submit \
  --header 'Content-Type: application/json' \
  --header 'X-Signature: <api-key>' \
  --header 'submitter-id: <submitter-id>' \
  --data '
{
  "requestId": "SERV-REQ-XHGFJUUG"
}
'
{
  "timestamp": "2021-10-27T14:30:13.912Z",
  "title": "Method Not Allowed",
  "status": 415,
  "details": [
    {
      "message": "Available methods : GET,POST",
      "code": "ER-204"
    }
  ]
}

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