curl --request GET \
--url https://api.autosend.com/v1/senders \
--header 'Authorization: Bearer <token>'
{
"success": true,
"data": {
"senders": [
{
"id": "60d5ec49f1b2c72d9c8b4567",
"email": "[email protected]",
"name": "Example Team",
"replyTo": "[email protected]"
},
{
"id": "60d5ec49f1b2c72d9c8b4568",
"email": "[email protected]",
"name": "No Reply",
"replyTo": ""
}
]
}
}
List all sender identities configured in your account using the AutoSend API.
curl --request GET \
--url https://api.autosend.com/v1/senders \
--header 'Authorization: Bearer <token>'
{
"success": true,
"data": {
"senders": [
{
"id": "60d5ec49f1b2c72d9c8b4567",
"email": "[email protected]",
"name": "Example Team",
"replyTo": "[email protected]"
},
{
"id": "60d5ec49f1b2c72d9c8b4568",
"email": "[email protected]",
"name": "No Reply",
"replyTo": ""
}
]
}
}
curl --request GET \
--url https://api.autosend.com/v1/senders \
--header 'Authorization: Bearer <token>'
{
"success": true,
"data": {
"senders": [
{
"id": "60d5ec49f1b2c72d9c8b4567",
"email": "[email protected]",
"name": "Example Team",
"replyTo": "[email protected]"
},
{
"id": "60d5ec49f1b2c72d9c8b4568",
"email": "[email protected]",
"name": "No Reply",
"replyTo": ""
}
]
}
}
<token>, where <token> is your auth token.trueShow child attributes
Show child attributes
"60d5ec49f1b2c72d9c8b4567""[email protected]""Example Team""[email protected]"