Getting Started
Authentication
Everything you need to know about authenticated routes.
Quick Start
Please Note: You must have valid access credentials for all routes other than our heath check and login endpoints.
1
Request an API Key
Email developers@24hourinspections.com or schedule office hours to request access to our sandbox.
2
Login
Use your credentials to generate a an accessToken
with our login route.
3
Bearer Authentication
All gated requests must include an Authorization
header with a Bearer token. For example:
Pro Tip: We secure our users with Clerk.com. You can manage your sandbox credentials within our development portal. Production credentials can be managed at accounts.24hourinspections.com.
Was this page helpful?