Property Management
How to make requests and generate reports as a property management client in the Certn API.
An application is a single request containing a variety of checks for one applicant. These endpoints allow you to create, upgrade, and retrieve the applications associated with your team.
post
https://api.certn.co
/api/v2/applications/invite/
Invite an applicant
post
https://api.certn.co
/api/v2/applications/quick
Screen an applicant instantly
put
https://api.certn.co
/api/v2/applicants/{applicant_id}/packages/
Upgrade an application
get
https://api.certn.co
/api/v2/applicants/
Retrieve all your applications
get
https://api.certn.co
/api/v2/applicants/{applicant_id}/
Retrieve an application
A report shows the final results of the requested checks. These endpoints allow you to retrieve your reports in the format of your choice.
get
https://api.certn.co
/api/v2/reports/{applicant_id}/pdf
Download a PDF report
get
https://api.certn.co
/api/v2/reports/{applicant_id}/link
Create a hosted PDF report
get
https://api.certn.co
/api/v2/reports/{applicant_id}/web/
Download an HTML report
A property is a specific location with an address that you are renting. These endpoints allow you to create and retrieve the properties associated with your team.
get
https://api.certn.co
/api/v2/properties/
Retrieve your properties
post
https://api.certn.co
/api/v2/properties
Create a property
A listing is a specific unit that you have placed up for rent. These endpoints allow you to create and retrieve the listings associated with your team.
get
https://api.certn.co
/api/v2/listings/
Retrieve your listings
post
https://api.certn.co
/api/v2/listings/
Create a listing
Last modified 3mo ago