API ReferenceEmail
Add Email Sender
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Request Body
application/json
email*string
name?string|null
Response Body
application/json
curl -X POST "https://samva.app/api/v1/email/senders" \ -H "Content-Type: application/json" \ -d '{ "email": "string" }'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"email": "user@example.com",
"status": "pending",
"createdAt": "2019-08-24T14:15:22Z"
}