Amisend home page
Search...
⌘K
Support
Get Started
Get Started
Search...
Navigation
API Reference
Introduction
Documentation
API Reference
API Reference
Introduction
Email
GET
List Emails
POST
Send Email
Domain
GET
List Domains
POST
Create Domain
GET
Retrieve Domain
DEL
Delete Domain
GET
Check Domain
ApiKey
GET
List API Keys
POST
Create API Key
DEL
Delete API Key
Audience
GET
List Audiences
POST
Create Audience
GET
Retrieve Audience
DEL
Delete Audience
Contact
GET
List Contacts
POST
Create Contact
PUT
Edit Contact
DEL
Delete Contact
Broadcast
GET
List Broadcasts
POST
Create Broadcast
GET
Retrieve Broadcast
DEL
Delete Broadcast
PATCH
Update Broadcast
POST
Send Broadcast
PATCH
Unsubscribe contact from broadcast
On this page
Base URL
API Key
Authentication
API Reference
Introduction
Base URL and Authentication
Base URL
All requests contain the following base URL:
Copy
https://api.amisend.com
API Key
Amisend API keys are used to authenticate API requests. You can find your API keys in the
Amisend dashboard
.
Authentication
To authenticate you need to add an Authorization header with the contents of the header being Bearer ami_xxxxxxxxx where ami_xxxxxxxxx is your
API Key
.
Copy
Authorization: Bearer ami_xxxxxxxxx
List Emails
Assistant
Responses are generated using AI and may contain mistakes.