cURL
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>" }
Provide a job code along with its input parameters to execute it
Enter your client id
Enter your secret
OK
The response is of type object.
object
Was this page helpful?