Prerequisites
- An ErynoaGroup account (sign up at erynoa.group)
- A tool like curl, Postman, or any HTTP client
Steps
1
Sign up and access your dashboard
Create an account at erynoa.group. After signing in, you’ll land on your dashboard where you can manage API keys, view usage, and configure settings.
2
Generate an API key
In your dashboard, go to Settings → API Keys and click Create API Key. Give it a descriptive name (e.g.,
my-app-production) and click Generate.3
Make your first API call
Use your API key in the A successful response returns HTTP
Authorization header as a Bearer token. Here’s a simple request to verify your credentials:200 with a JSON body:4
Explore the API
You’re ready to start building. Check the API Reference for all available endpoints, or follow the Integrations guide to connect ErynoaGroup to your existing tools.