cURL
Basic Key
curl --request POST \ --url https://api.jetemail.com/outbound/transactional-keys \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "Development API Key"}'
{ "success": true, "message": "Transactional key created successfully", "api_token": "transactional_a1b2c3d4" }
Creates a new transactional API key for sending emails via the API
Enter your Bearer token in the format "Bearer {token}"
Transactional key created successfully
The response is of type object.
object