API Keys
Per-key usage detail
30/90-day usage series, month and all-time totals, last-used timestamp, and this month's endpoint breakdown for one key.
30/90-day usage series, month and all-time totals, last-used timestamp, and this month's endpoint breakdown for one key.
Guide: Get an API key
Authorization
apiKey X-API-Key<token>
Your CRM panel API key
In: header
Path Parameters
key_id*integer
Query Parameters
days?integer
Range
1 <= value <= 90Default
30Response Body
application/json
curl -X GET "https://example.com/api-keys/0/usage"{ "success": true, "key": {}, "totals": {}, "series": [ {} ], "breakdown": [ {} ]}Revoke a secondary API key DELETE
Revoke a secondary key. PRIMARY-KEY ONLY — calling this with a secondary key returns 403. The primary Default key is non-revocable; rotate it via POST /rotate-key…
Earnings
Revenue & earnings data, including the cross-account `GET /earnings/summary` aggregation. Fansly-aware.