General API
Manage accounts, users, permissions, and billing
Manage your Mailtrap account, users, permissions, and billing settings.
Capabilities
Feature
Description
Accounts
Get account information and settings
Users
Invite, manage, and remove team members
Permissions
Control access levels and roles
Base URL
https://mailtrap.io/api/accounts/{account_id}Authentication
Include your API token in the request header:
Api-Token: YOUR_API_TOKENOr use Bearer authentication:
Authorization: Bearer YOUR_API_TOKENAvailable Endpoints
GET /accounts- List all accountsGET /accounts/{id}- Get account detailsGET /account_accesses- List user accessesDELETE /account_accesses/{id}- Remove user accessGET /permissions- List available permissions
Last updated
Was this helpful?

