Skip to main content
GET
Get Contractors By Id

Authorizations

X-API-Key
string
header
required

Query Parameters

id
string[]
required

Filter by the contractor ID.

Maximum array length: 50
cursor
string | null

Cursor for pagination

Response

A list of contractors.

Schema for paginated contractors details response.

items
ContractorsRead · object[]
required

The list of items returned in the response following given criteria.

size
integer
required

The number of items returned in the response.

next_cursor
string | null
required

The cursor for retrieving the next page of results.

total_count
TotalCount · object | null

Total result count (capped at 10,000). Present on first-page responses when include_count=true. null if the count query timed out.