Skip to main content
GET
/
api-keys
/
current
Get Current Api Key
curl --request GET \
  --url https://api.meow.com/v1/api-keys/current \
  --header 'x-api-key: <api-key>'
{
  "id": "a_AEVN-4eFgihjZr8-BH3g",
  "key_type": "entity",
  "owner_entity": {
    "entity_id": "94a60dc7-93ab-4fed-8b2f-4008cdf7289b",
    "entity_name": "AMITY"
  },
  "scopes": [
    "accounts:read",
    "accounts:transactions",
    "transfers:book:write"
  ]
}

Authorizations

x-api-key
string
header
required

Your Meow API key for authentication

Response

200 - application/json

Successful Response

Metadata describing the API key used for the current request.

id
string
required

Opaque identifier for the API key

key_type
enum<string>
required

Type of API key

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

Ordered list of scopes granted to this key

Available options:
accounts:read,
accounts:payment-networks,
accounts:transactions,
accounts:balances,
accounts:statements,
transfers:crypto:write,
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,
billpay:read
owner_entity
ApiKeyEntityInfo · object

Entity associated with the key when applicable

owner_email
string | null

Email address of the user who owns the key when applicable