Skip to main content
GET
Get Current API Key

Authorizations

x-api-key
string
header
required

Your Meow API key, sent in the x-api-key header for authentication.

Response

200 - application/json

Successful Response

Metadata describing the API key used for the current request.

id
string
required

The API key's opaque identifier.

key_type
enum<string>
required

The type of API key.

Available options:
entity,
user
scopes
enum<string>[]
required

The scopes granted to this key, in order.

Available options:
accounts:read,
accounts:write,
accounts:payment-networks,
accounts:transactions,
accounts:balances,
accounts:statements,
accounts:tax-documents,
entity:create,
transfers:crypto:write,
transfers:usdc:write,
transfers:ach:write,
transfers:wire:write,
transfers:book:write,
transfers:international: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,
billpay:read,
billpay:write,
onboarding:read,
onboarding:write,
cards:read,
cards:write,
webhooks:read,
webhooks:write,
partner:onboarding:read,
partner:onboarding:write,
partner:webhooks:read,
partner:webhooks:write,
simulations:write,
banking:limits:read,
banking:limits:write
owner_entity
ApiKeyEntityInfo · object | null

The entity associated with this key, when applicable.

owner_email
string | null

Email address of the user who owns this key, when applicable.

restricted_banking_account
BankingAccountReference · object | null

Bank account to which transfer endpoint access is restricted.