Administrator API
เนื้อหานี้ยังไม่มีในภาษาของคุณ
The administrator API is available at
https://threads-admin-api.ankk.app/v1/admin. Create an administrator key from
the administrator UI. Administrator keys use the separate ata_ prefix and
cannot be replaced by a user atk_ key.
Authorization: Bearer <administrator-api-key>Every mutation also requires a human-readable reason and an idempotency key:
X-Admin-Reason: Provider support requestIdempotency-Key: <unique-operation-id>The API verifies that the key owner is still an active administrator on every request. User bans and roles, entitlement overrides, and support state changes are recorded with actor, target, reason, before/after state, and idempotency key in the administrator audit log.
Use GET /dashboard for redacted operational summaries. Provider credentials,
payment secrets, access tokens, and raw provider responses are not returned.