Skip to main content
PUT
/
api
/
settings
/
email
Error
A valid request URL is required to generate request examples
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.spitshake.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Auth-Token
string
header
required

API token generated at Settings > API

Body

application/json
provider
enum<string>
Available options:
smtp,
mailgun
mailgun_api_key
string<password>
mailgun_domain
string
mailgun_region
enum<string>
Available options:
us,
eu
mailgun_from_address
string<email>
mailgun_webhook_signing_key
string<password>

Response

200 - application/json

Email settings updated

success
boolean