extractr docs
Management

Auto top-up settings

GET
/manage/billing/settings

Authorization

BearerAuth
AuthorizationBearer <token>

Clerk session token (dashboard/management routes). In local dev mode use the X-Dev-User header instead.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/manage/billing/settings"
{  "enabled": true,  "thresholdCredits": 1000,  "packageId": "growth"}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}