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, included monthly volume, and verification status.
Response:
Code
tier is a deprecated compatibility alias for included_volume.
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.
Set short_token to true when the generated project token needs to work with printers or older devices that reject long token values. It is optional and defaults to false.
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
- Manage member access - Assign roles and project access from an integration
- Reference - Learn about abilities, rate limits, and error handling
- Use Cases & Best Practices - Explore common workflows and production guidance
- API Reference - View complete Team API documentation