NotifyHub
Openapi

List API keys

GET
/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/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

Authorization<token>

In: header

Response Body

curl -X GET "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/api-keys"
Empty