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:

    curl --request GET \
    --url https://sandbox.api.24hourinspections.com/v1/orders \
    --header 'Authorization: Bearer eyJhbGciOiJIUzI...'

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.