Retrieve detailed information for a single permittee by permit number.
Includes the 10 most recent COLAs for this permit holder.
Counts as one detail view against your quota.
GET
/
permittees
/
{permit_number}
Get permittee details
curl --request GET \ --url https://app.colacloud.us/api/v1/permittees/{permit_number} \ --header 'X-API-Key: <api-key>'