AirSend
Authorization
Beta
Warning
- At Somepoint api may fails.
- Rate Limit may apply (for
Get Mails
, its 10/minute, forSending Mails
, its 3/minute ) - Use Socket for Realtime Updates/Receiving Mails
- This feature is in beta and may not be stable. Use at your own risk.
- To prevent further damage, do not share your API credentials with anyone.
Please enter your API credentials to get started.
Get Mails Upcoming
Get all users connected to your application
GET
https://api.airsend.in/api/v1/client/get
Query Parameters
Name | Type | Description |
---|---|---|
order_by | string | The field to order the results by. Use either ASC or DEC |
limit | number | Limit the number of items to return. |
offset | number | Number of items to skip before starting to collect the result set. |
sort | string | Comma-separated list of attributes to sort by. |
start | string | A cursor for use in pagination. starting_after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with aaa , your subsequent call can include starting_after = aaa in order to fetch the next page of the list. |
end | string | A cursor for use in pagination. |
Real-Time Mail Recieving Via Sockets
Response
{}
Send Mail
Send an email
POST
https://api.airsend.in/api/v1/client/send
Response
{}
Beta Mode Active