Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List all available SMM categories and services
GET /smm/services
curl https://api.telewing247.com/api/api/v1/public/smm/services \ -H "Accept: application/json" \ -H "Authorization: Bearer ak_YOUR_API_KEY_HERE"
const response = await fetch( "https://api.telewing247.com/api/api/v1/public/smm/services", { headers: { Accept: "application/json", Authorization: "Bearer ak_YOUR_API_KEY_HERE", }, } ); const data = await response.json();