POST
/
jobs
/
submit
Send your job requests
curl --request POST \
  --url https://sandbox.deck.co/api/v1/jobs/submit \
  --header 'Content-Type: application/json' \
  --header 'x-deck-client-id: <api-key>' \
  --header 'x-deck-secret: <api-key>' \
  --data '{
  "job_code": "FetchDocuments",
  "input": {
    "access_token": "access-development-6599f8dd-1a1c-4586-39d1-08ddb97283f7",
    "key1": "value1",
    "someProperty": "someValue"
  }
}'
{
  "job_guid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "job_code": "<string>"
}

Authorizations

x-deck-client-id
string
header
required

Enter your client id

x-deck-secret
string
header
required

Enter your secret

Body

Response

200
application/json

OK

The response is of type object.