GET
/
api
/
api-key
/
{id}
Fetch the API key with specific ID
curl --request GET \
  --url https://{FUSION HOST}/api/api-key/{id}

Response

404

Key ID not found.