YourSocialRise API

Integrate campaign ordering and status tracking into your own application.

API v1

Authentication

Send your API key in the Authorization header. Keep server-side keys private.

Authorization: Bearer sr_live_your_api_key
GET

/api/v1/services

Returns the services enabled for your account, including pricing and delivery metadata.

POST

/api/v1/orders

Creates a campaign order after balance and request validation.

{ "serviceId": 101, "targetUrl": "https://example.com/profile", "quantity": 25000 }