# Get Current Api Key Return metadata about the API key used for this request. Endpoint: GET /api-keys/current Version: 1.0.0 Security: apiKeyAuth ## Response 200 fields (application/json): - `id` (string, required) Opaque identifier for the API key Example: "a_AEVN-4eFgihjZr8-BH3g" - `key_type` (string, required) Type of API key Enum: "entity", "user" - `scopes` (array, required) Ordered list of scopes granted to this key Enum: "accounts:read", "accounts:payment-networks", "accounts:transactions", "accounts:balances", "accounts:statements", "transfers:usdc:write", "transfers:ach:write", "transfers:wire:write", "transfers:book:write", "contacts:read", "contacts:write", "billing:products:read", "billing:products:write", "billing:customers:read", "billing:customers:write", "billing:invoices:read", "billing:invoices:write", "billing:accounts:read" - `owner_entity` (any) Entity associated with the key when applicable Example: {"entity_id":"94a60dc7-93ab-4fed-8b2f-4008cdf7289b","entity_name":"AMITY"} - `owner_email` (any) Email address of the user who owns the key when applicable