Admin API Authentication

The Admin API provides privileged access to manage your SpeedSMM panel programmatically. Access is strictly limited to authorized personnel.

Access Requirements

  • Site administrators
  • Account owners with valid API keys
  • Active API key status
  • Proper authentication headers

Authentication Method

All requests to the Admin API must include your API key in the request parameters. You can find your API key in your user panel if you have administrative privileges.

Request Example

curl --location 'https://domain.com/admin/v1' \
--form 'action="getOrders"' \
--form 'key="YOUR_API_KEY"'

Security Measures

Activity Monitoring

All API requests are logged and monitored for security purposes. Administrators can track:

  • Request timestamps
  • IP addresses
  • Actions performed
  • Response status

Was this page helpful?