Openapi
List API keys
Returns all API keys for the environment. Each key shows its name, prefix, suffix (last 4 characters), enabled state, and last-used timestamp. The full plaintext key is only available at creation time.
Authorization<token>
In: header
Response Body
curl -X GET "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/api-keys"Empty
Get delivery GET
Retrieves the full delivery record including channel, provider, status, attempt number, fallback chain, error details, provider message id, and all lifecycle timestamps.
Create API key POST
Generates a new API key for the environment. The response includes the `plaintextKey` which is shown only once — store it securely. The key is hashed with SHA-256 before storage and cannot be retrieved later. Optionally set an `expiresAt` timestamp for automatic expiry.