π 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