Authentication
Send your API key in the Authorization header. Keep server-side keys private.
Authorization: Bearer sr_live_your_api_key/api/v1/services
Returns the services enabled for your account, including pricing and delivery metadata.
/api/v1/orders
Creates a campaign order after balance and request validation.
{
"serviceId": 101,
"targetUrl": "https://example.com/profile",
"quantity": 25000
}