query
projectsReturns all projects in your account. Use a project ID to manage aliases, messages, and webhooks.
Authentication
Required: x-api-key header or Authorization: Bearer <token>
GraphQL
POST to /graphql
query {
projects {
id
name
createdAt
}
}Don't have an API key? Sign up to the dashboard to get one for free.
