Skip to main content
GET
/
events
/
names
List event names
curl --request GET \
  --url https://api.mailglyph.com/events/names \
  --header 'Authorization: Bearer <token>'
{
  "eventNames": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.mailglyph.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API Key authentication. Secret keys (sk_*) are required for all endpoints except /v1/track. Public keys (pk_*) only work with the /v1/track endpoint for client-side event tracking. Workspaces can have multiple active keys, and sender-domain operations enforce per-key domain scope when configured.

Response

200 - application/json

Unique event names

eventNames
string[]