API Resources

Explore our collection of open APIs, SDKs, and documentation for building modern applications with Ezenia tools.

Available APIs

REST API

Standard REST endpoints for managing projects, users, and resources in Ezenia platforms.

curl -X GET https://api.ezenia.community/v1/projects \
-H "Authorization: Bearer YOUR_TOKEN"
                    
See Documentation

GraphQL API

Flexible query engine for custom data aggregation across Ezenia platforms and tools.

{
  "query": "{ projects(filter: {status: ACTIVE}) { name id } }"
}
                    
Explore GraphiQL

Real-time Webhooks

Stream updates and events in real-time from Ezenia services and integrations.

POST https://webhooks.ezenia.community/subscribe
{
  "event": "project.update",
  "callback": "https://your-app.com/webhook-receiver"
}
                    
Set Up Webhook

API Capabilities

Our APIs provide flexible integration, real-time data, and robust security for your development workflows.

Secure Auth

OAuth 2.0 and API key authentication with role-based access control for all endpoints.

Rate Limiting

Fair usage policies with customizable rate limits for free and premium tiers.

Web-Based Console

Interactive API testing console with auto-complete and request previews.

Getting Started

Three simple steps to start using Ezenia APIs in your application.

1

Create Account

Sign up for your free Ezenia account to access API credentials and documentation.

2

Get Credentials

Retrieve your API key and access token in the developer settings dashboard.

3

Make Requests

Use your credentials with our API endpoints to start integrating Ezenia tools.

Got a new integration idea? Or need support for a custom workflow?

Join API Slack