Skip to main content
GET
Get Permits By Id

Authorizations

X-API-Key
string
header
required

Query Parameters

id
string[]
required

Filter by the permit's ID.

Maximum array length: 50

Response

A list of permits.

Schema for paginated permits details response.

items
PermitsRead · 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.