AirSend

Authorization

Beta

Please enter your API credentials to get started.

Get Mails
Upcoming

Get all users connected to your application

GEThttps://api.airsend.in/api/v1/client/get

Query Parameters

NameTypeDescription
order_bystringThe field to order the results by. Use either ASC or DEC
limitnumberLimit the number of items to return.
offsetnumberNumber of items to skip before starting to collect the result set.
sortstringComma-separated list of attributes to sort by.
startstringA 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.
endstring

A cursor for use in pagination. ending_before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with aaa, your subsequent call can include ending_before = aaa in order to fetch the previous page of the list.

Real-Time Mail Recieving Via Sockets

Response

{}

Send Mail

Send an email

POSThttps://api.airsend.in/api/v1/client/send

Response

{}
Beta Mode Active