Each user can maintain up to three scoped API keys: residential, mobile, and unlimited. A key can only access APIs in its own scope, while key management must use JWT.
https://ipfist.comThe old t_sys_user.ApiKey is retired, and user info no longer returns the legacy apiKey field. New API keys live in bs_user_api_key and are authorized by scope.
A user can maintain residential, mobile, and unlimited scoped API keys.
An API key can only access resources in its own scope. Cross-scope access returns 403.
GetApiKeys and GenerateApiKey require JWT. API keys cannot query or create API keys.
Authorization: Bearer {JWT_OR_API_KEY}