Endpoint
DELETE
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Add and verify domains using API in bulk
https://shootmail.app/api/public/domain
header: {
'Authorization': 'shootmail-api-key',
'Content-Type': 'application/json'
}
{
"domains": [
"transact.example.com"
]
}
[
{
"data": {
"domain": "transact.example.com",
"deleted": true
},
"error": null,
"status": 200
}
]
