API Request
L
Lindsay G - ISN Product
Hello Tommy, please reach out to ISN Support for these types of requests - you are more likely to get a faster response that way. This channel is for software feature requests.
https://www.inspectionsupport.net/contact-us/
ISN Product Management
Hey Tommy, thanks for your feedback! I have a few more questions for you:
- What specific data points or information do you need from the API to support your app's functionality?
- How frequently do you anticipate needing to access the API for updates on job statuses or descriptions?
- Are there any specific security or authentication requirements you have for accessing the API?
T
Tommy
ISN Product Management
- What specific data points or information do you need from the API to support your app's functionality?
I need access to the Jobs (Inspections) endpoint to retrieve data such as:
Client Name
Property Address
Inspection Date and Time
Inspector Name
Job Status (e.g., Scheduled, Completed)
Services Ordered (optional)
Later, I may also want to pull company profile settings (optional) to display contact info, but initially it’s focused on inspections/jobs.
- How frequently do you anticipate needing to access the API for updates on job statuses or descriptions?
I anticipate accessing the API in two main ways:
On user login to sync any upcoming inspections.
Once or twice per hour while the app is open to refresh inspection status (optional).
I do not expect high-frequency polling (e.g., no need for updates every few seconds or minutes).
- Are there any specific security or authentication requirements you have for accessing the API?
I prefer using OAuth 2.0 Authorization Code Flow for security, so that users can log into ISN directly from the app, and I can retrieve an access token securely.
I would like:
Long-lived Refresh Tokens (if possible)
Scoped Access limited to necessary endpoints (Jobs/Inspections, not billing or user management)
HTTPS-only communication