Authorizations
Enter your client id
Enter your secret
Headers
Can be used against the sandbox API with special values to test error use cases
Body
The job type identifier
Example:
"FetchDocuments"
Dynamic input object - structure varies by job type
Example:
{
"access_token": "access-development-6599f8dd-1a1c-4586-39d1-08ddb97283f7",
"key1": "value1",
"someNumber": 123.45,
"someBoolean": true,
"someArray": ["a", "b"],
"nestedObject": { "k": "v" }
}