Prerequisites
- An ErynoaGroup account (sign up at erynoa.group)
- A tool like curl, Postman, or any HTTP client
Steps
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.
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.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: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.
Common issues
| Problem | Solution |
|---|---|
401 Unauthorized | Check that your API key is correct and included in the Authorization: Bearer header. |
403 Forbidden | Your API key may lack the required permissions. Review key scopes in your dashboard. |
429 Too Many Requests | You’ve exceeded your rate limit. Wait and retry, or contact support to increase your limit. |