Obtener todas las API keys de un datastore.
curl -X GET https://app.horneross.com/api/datastores/ds_abc123/api-keys \ -H "Authorization: Bearer sk_live_xxx"
[ { "id": "apikey_123", "key": "ds_key_abc123xyz", "createdAt": "2024-01-15T10:00:00Z" } ]
GET /api/datastores/{datastoreId}/api-keys
Bearer sk_live_xxx
Show Propiedades de cada API key
Was this page helpful?