Complete REST API documentation to help you integrate CyberNex platform.
HTTP-based RESTful API with JSON data format support.
Millisecond response time with high concurrency support.
Secure authentication with OAuth 2.0 and API Keys.
All API requests require authentication using an API Key.
Authorization: Bearer YOUR_API_KEY/api/v1/platformsGet all supported social platforms
/api/v1/analytics/{platform}Get analytics data for a specific platform
/api/v1/campaignsCreate a new marketing campaign
/api/v1/campaigns/{id}Get campaign details
/api/v1/campaigns/{id}Update campaign information
/api/v1/campaigns/{id}Delete a campaign
To protect our service, we implement rate limiting on API requests. Each API Key can send a maximum of 1000 requests per minute.