cURL
curl --request GET \ --url https://api.jetemail.com/outbound/transactional-keys \ --header 'Authorization: Bearer <token>'
{ "success": true, "transactional-keys": [ { "api_token": "transactional_1111111", "status": "active", "approvedDomains": "[\"alloweddomain.com\"]", "usage": 77, "quota": 1001, "ipRestrictions": "[\"1.1.1.1\"]", "created_date": "1724113774000", "last_modified": 1735937552 } ] }
Retrieves a list of transactional API keys
Enter your Bearer token in the format "Bearer {token}"
Successfully retrieved transactional keys
The response is of type object.
object