Add API key authentication, logging and events to your API in minutes.
Welcome to The Auth API documentation. Before you start, create your free account here: https://app.theauthapi.com. You will need the follow these steps to make a successful request:
Open your favourite terminal, copy this API creation code into it. Don’t forget to replace REPLACE_WITH_YOUR_PROJECT_ID and REPLACE_WITH_YOUR_ACCESS_KEY_FOUND_IN_YOUR_ACCOUNT with your actual values!
Run this CURL command in your terminal to validate the key is valid. Don’t forget to replace the REPLACE_WITH_YOUR_ACCESS_KEY_FOUND_IN_YOUR_ACCOUNT and YOUR_API_KEY!
curl--location--globoff--request POST 'https://api.theauthapi.com/api-keys/auth/YOUR_API_KEY'\--header'x-api-key: REPLACE_WITH_YOUR_ACCESS_KEY_FOUND_IN_YOUR_ACCOUNT'