cURL
curl --request POST \ --url https://sandbox.api.24hourinspections.com/v1/auth/login \ --header 'Content-Type: application/json' \ --data '{ "email": "foo@bar.com", "password": "********" }'
{ "accessToken": "<string>" }
User logged in successfully
The response is of type object.
object
Was this page helpful?