query
projectStatsReturns aggregate counts across your projects (e.g. total aliases, messages).
Authentication
Required: x-api-key header or Authorization: Bearer <token>
GraphQL
POST to /graphql
query {
projectStats {
projectId
aliasCount
messageCount
}
}Don't have an API key? Sign up to the dashboard to get one for free.
