Get Counter Signatories
Description
This endpoint retrieves counter signatory contacts for a specific job and order. Counter signatories are determined based on the job's source and the territory associated with the order.
Endpoint
Request parameters
Responses
{
"data": [
{
"contactEntityId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"firstName": "Mickey",
"lastName": "Mouse",
"email": "mickey.mouse@disney.com",
"isPrimary": true,
"jobSources": [
"dot",
"pi",
"manual"
]
},
{
"contactEntityId": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"firstName": "Minnie",
"lastName": "Mouse",
"email": "minnie.mouse@disney.com",
"isPrimary": false,
"jobSources": [
"dot"
]
}
]
}
Related Documentation
Create a Contract: Create a contract for an order.
API Reference: See all available endpoints and details.
15 April 2026