Team API
Quickstart
Now that you understand authentication, let's make your first API requests to get familiar with the Team API.
Before making requests, you'll need a Team API token. See API Tokens for detailed instructions on creating and managing tokens.
Get Team Details
Retrieve information about your team including name, plan, tier, and verification status.
Response:
Code
List Your Domains
Retrieve all verified domains in your team. This endpoint supports cursor-based pagination.
Response:
Code
Create a New Project
Create a new project within your team. Projects are used to organize your email sending and contain routes.
Success Response (201):
Code
Validation Error (422):
Code

Use descriptive names for your resources to make them easier to identify in the dashboard and API responses.
Next Steps
- Reference - Learn about abilities, rate limits, and error handling
- Use Cases & Best Practices - Explore common workflows and production guidance
- API Reference - View complete API documentation
Last modified on