eivih

eivih API Reference

Build and integrate with our platform using our powerful API. Manage resources, create custom endpoints, and more.

Authentication

All API requests must be authenticated using an API token. This token should be sent as a bearer tocken in the Authorization header.

Request headers


Authorization: Bearer <token>
Content-Type: application/json
Accept: application/json

Endpoints

GET /users - List all users

POST /users - Create new user

GET /users/<id> - Get user details

Base API Endpoint

All requests to this API should be addressed to:

https://api.eivih.com

Getting Started

To make the first call, you'll need to create an account, get your API token, and use it in the Authorization header.

curl -H "Authorization: bearer <token>" -X GET "https://api.eivih.com/v1/users"

Replace <token> with your actual API token.

Available Formats

Format

JSON

Version

v1.0.0

All responses are in JSON format. All requests should also use JSON for payloads.

API Features

1 Resource Management

Create, update, and delete resources with simple REST endpoints. Get detailed analytics on every action in the platform.

Endpoints

Create Resource

POST /v1/resources
Create new resource with custom configuration

List Resources

GET /v1/resources
Get a list of all resources associated with your account

Get Resource

GET /v1/resources/<id>
Get details about specific resource by ID

Update Resource

PUT /v1/resources/<id>
Update a specific resource's configuration

Delete Resource

DELETE /v1/resources/<id>
Delete a specific resource by ID

2 Rate Limiting

We enforce rate limits to protect against abuse and ensure service reliability. Each user has a dedicated token with a specific rate.

Plan

Starter 5000
  • • 5000 Requests/Minute
  • • Real-time analytics
  • • 99.9% uptime SLA

Pro

Pro 25000
  • • 25000 Requests/Minute
  • • API analytics dashboard
  • • 100% uptime SLA
View Pricing

3 Webhooks

Get notified about all events in your account and custom events across your resources. Webhooks enable powerful automations and real-time processing.

Pricing

Starter

For small teams and developers

5,000 / Month

5,000 requests per minute

  • Full access to API
  • API analytics
  • 99.9% uptime
Get Started

Enterprise

For large teams and organizations

Contact for Pricing

Dedicated plans available

  • Everything in Starter