API Documentation

Complete REST API documentation to help you integrate CyberNex platform.

API Overview

REST API

HTTP-based RESTful API with JSON data format support.

High Performance

Millisecond response time with high concurrency support.

Secure Auth

Secure authentication with OAuth 2.0 and API Keys.

Authentication

All API requests require authentication using an API Key.

Authorization: Bearer YOUR_API_KEY

API Endpoints

GET
/api/v1/platforms

Get all supported social platforms

GET
/api/v1/analytics/{platform}

Get analytics data for a specific platform

POST
/api/v1/campaigns

Create a new marketing campaign

GET
/api/v1/campaigns/{id}

Get campaign details

PUT
/api/v1/campaigns/{id}

Update campaign information

DELETE
/api/v1/campaigns/{id}

Delete a campaign

Rate Limiting

To protect our service, we implement rate limiting on API requests. Each API Key can send a maximum of 1000 requests per minute.