# API Keys Retrieve metadata about API keys and their accessible entities ## List Accessible Entities - [GET /api-keys/accessible-entities](https://docs.meow.com/meow_api/api-keys/list_accessible_entities_api_keys_accessible_entities_get.md): List all entities accessible by the current API key. This endpoint returns the entities the API key holder can administer (write access), including entity IDs and names. This helps customers know which entity IDs they can use in the x-entity-id header when making API calls. Returns: ListAccessibleEntitiesResponse: List of accessible entities with their IDs and names ## Get Current Api Key - [GET /api-keys/current](https://docs.meow.com/meow_api/api-keys/get_current_api_key_api_keys_current_get.md): Return metadata about the API key used for this request.