πŸ›  Admin API Endpoints

πŸ“ Overview

The Admin API provides endpoints for managing system data, accounts to analyze or track.

πŸ”Ή Base URL

https://autonome.alt.technology/chatcx-itferc/api

πŸ“Œ Endpoints

Method
Endpoint
Description

POST

/admin/insert

Insert X/Twitter to track by the agent.

GET

/

Retrieve account details.

GET

/health

Check API health status.


πŸ”‘ Insert Accounts to Track and Analyse

πŸ”Ή Request

POST /api/admin/insert
Host: chatcx.com
Content-Type: application/json
x-api-key: YOUR_ADMIN_KEY
{
  "file": "csv with Twitter/X usernames"
}

πŸ”Ή Response


πŸ” Retrieve Account Details

πŸ”Ή Request

πŸ”Ή Response


πŸ”„ API Health Check

πŸ”Ή Request

πŸ”Ή Response

Last updated