Help improve docs quality by sharing anonymous interaction telemetry (no PII or token data).

First API Call

Issue your first authenticated request and inspect the response envelope.

Steps

  1. Generate a scoped key from Settings → API Keys (see Authentication ).

2. Call GET /plans with a Bearer token. 3. Verify status, X-Request-Id, and response payload structure.

bash
curl -H "Authorization: Bearer $MONETIZEKIT_API_KEY" "$MONETIZEKIT_BASE_URL/plans?page=1&pageSize=5"

Was this page helpful?