Skip to main content
GET
/
api
/
v1
/
billing
/
activity
List billing activity
curl --request GET \
  --url https://api.webscraping.titannet.io/api/v1/billing/activity \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://webscraping.titannet.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT or API key as Bearer (e.g. titan_sk_…).

Query Parameters

limit
integer
default:50
Required range: x <= 200
offset
integer
from
string
to
string

Response

ActivityResponse in data

success
boolean
Example:

true

data
any