cURL
Toggle Disable
curl --request PATCH \ --url https://api.jetemail.com/outbound/transactional-keys \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "api_token": "transactional_a1b2c3d4", "status": 0}'
{ "success": true, "message": "Transactional key updated successfully" }
Updates an existing transactional API key configuration or changes the status
Enter your Bearer token in the format "Bearer {token}"
Transactional key updated successfully
The response is of type object.
object