Skip to main content
POST
/
billing
/
paywall
/
dismiss
Paywall Dismiss
curl --request POST \
  --url https://api.ara.so/billing/paywall/dismiss \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "tier": 1
}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Body

application/json
tier
integer
required
Required range: 1 <= x <= 2

Response

Successful Response