Getting Started Guide

Learn how to integrate your first API project with elAN's GitHub and Discord tools. Follow this step-by-step tutorial to configure your environment.

Step 1: Configure Your API Key

  1. 1 Go to API Dashboard and generate a new token.
  2. 2 Copy the key and store it securely in your project.

Step 2: Setup GitHub Access

curl -X POST 'https://api.elan.dev/v1/github/authorize'
-H 'Authorization: Bearer YOUR_API_KEY'
-d '{"repository": "github-org/repo-name"}'
                

Replace YOUR_API_KEY with your actual token from the dashboard.

Step 3: Test Your Integration

Create Webhook

POST /v1/github/webhooks

Check Status

GET /v1/status

Try in Sandbox

Test your commands in our secure environment before deploying to production.

Open Playground