The Permit Operator API allows you to list all landlords for an operator and to access functionality in the Permit Tenant API and Permit Landlord API as an operator. Access to this API is given for an operator.
By accessing or using the API, the integrator agrees to be bound by the terms and conditions of Permit Operator API.
This API have an option to provide only read access, or both read and write access. Read only will give access to GET-endpoints, while read/write will give access to all endpoints connected to this API. Note: Read only or read/write access must be specified when contacting Autopay representative to acquire the Client Credentials.
Access to the Permit Operator API is offered as a paid service. Please contact your Autopay representative for details.
A valid access token for the Permit Operator API also gives access to the Permit Landlord API. This is the API for managing tenants and their permit allocations. This API can be used as described on the Permit Landlord API page with the access token provided in this API.
Requests:
The HTTP headers must include a valid access token.
The path must include the landlord ID, and for some endpoints the tenant ID and/or permit allocation ID.
A valid access token for the Permit Operator API also gives access to the Permit Tenant API. This is the API for managing end user permits as a tenant. The API is extended with new urls including the tenant ID. When using the API with the authentication provided in this API, it is necessary to use the new URLs listed below. Detailed documentation for each endpoint can be found under each endpoint on the Permit Tenant API page.
Requests:
The HTTP headers must include a valid access token.
The path must include the tenant ID, and for some endpoints the permit ID.