aregmi.net

Authentication Example

Here's how to authenticate your application.

Step 1: Get API Key

Visit your account settings to generate an API key.

Step 2: Send Request

curl -H "Authorization: Bearer YOUR_KEY" \
  https://api.example.com/users

Step 3: Handle Response

Check the status code and parse the JSON response.