Skip to main content
GET
/
api
/
l402
/
paywalls
Get paywall aggregation by host/scope.
curl --request GET \
  --url https://openagents.com/api/l402/paywalls \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

autopilot
string

Optional autopilot scope filter by owned autopilot id or handle.

Required string length: 1 - 128
Example:

"ep212-bot"

Response

Successful response

data
object