Skip to main content
GET
/
api
/
v1
/
billing
/
plans
List plans
curl --request GET \
  --url https://api.webscraping.titannet.io/api/v1/billing/plans \
  --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_…).

Response

OK

success
boolean
Example:

true

data
any