cURL
curl --request GET \ --url https://api.entityml.com/api/v1/keys/{key_id}/name
{ "key_id": "<string>", "name": "<string>" }
Return the display name for a specific API key.
curl "https://api.entityml.com/api/v1/keys/YOUR_KEY_ID/name"
{ "key_id": "key-uuid", "name": "research-bot" }