Projects
Create Project
Creates a new project under the organization. The number of projects is limited by the organization’s plan. Requires an organization admin API key (ASA_ prefix).
POST
This endpoint requires an organization admin API key (
ASA_ prefix). Standard project API keys cannot access this endpoint.Authorizations
Organization admin API key header of the form Bearer
ASA_<key>. Standard project API keys (AS_ prefix) will receive a 403 error.Body
Name of the project (max 100 characters).Maximum length:
100Example: "My New Project"Domain name through which you plan to send emails, without the
https:// prefix. Accepts a root domain (e.g., example.com) or a subdomain (e.g., mail.example.com).Example: "example.com"Account region where the project data will be stored.Allowed values:
us-east-1, us-east-2, ap-south-1Example: "us-east-1"Response
Project created successfully (201)Indicates if the request was successfulExample:
trueThe created project object
Error Responses
Returned when using a standard project API key instead of an organization admin API key.
Returned when the organization has reached its plan’s project limit.