post https://api.smtp2go.com/v3/api_keys/add
Add a new API key to your account
This endpoint is rate-limited to 5 requests per minute.
Log in to see full request history
Responses
Add a new API key to your account
This endpoint is rate-limited to 5 requests per minute.
xxxxxxxxxx
17curl --request POST \
--url https://api.smtp2go.com/v3/api_keys/add \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"feedback_enabled": false,
"open_tracking_enabled": false,
"click_tracking_enabled": false,
"archive_enabled": false,
"bounce_notifications": "from",
"status": "allowed",
"endpoints": [
"/email/send"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: