Authentication
Login
POST
The 24 Hour Inspections API uses OAuth to generate a Bearer token.
Please read our authentication guide to get started.
Body
application/json
user email from Clerk
Example:
"foo@bar.com"
User password from Clerk
Example:
"********"
Response
201 - application/json
User logged in successfully
Was this page helpful?