Skip to main content
POST
/
api
/
l402
/
paywalls
Create a seller paywall route and reconcile Aperture configuration.
curl --request POST \
  --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.

Response

Successful response

data
object