Runs a job with the specified parameters and returns a job ID for tracking its status.
Enter your client id
Enter your secret
Enterprise only. Can be used against the sandbox API with special values to test error use cases.
The job type identifier
"FetchDocuments"
Dynamic input object - structure varies by job type
{
"access_token": "access-development-6599f8dd-1a1c-4586-39d1-08ddb97283f7",
"key1": "value1",
"someNumber": 123.45,
"someBoolean": true,
"someArray": ["a", "b"],
"nestedObject": { "k": "v" }
}