Rate Limiting
Limiting access to your API helps to prevent abuse and ensure fair usage among all users.Using the /api-keys/auth/ endpoint, we can test a key is valid.
Copy
curl --location --request POST 'https://api.theauthapi.com/api-keys/auth/[API-KEY]' \--header 'x-api-key: [ACCESS-KEY]'