Retrieve basic information about an API namespace including its ID and name.
Use this to verify an API exists before performing operations, get the human-readable name when you only have the API ID, or confirm access to a specific namespace. For detailed key information, use the listKeys endpoint instead.
Required Permissions
Your root key must have one of the following permissions:
api.*.read_api (to read any API)api.<api_id>.read_api (to read a specific API)