Skip to main content
GET
/
inbound
/
forward-destinations
List verified (and pending) forwarding destinations
curl --request GET \
  --url https://api.jetemail.com/inbound/forward-destinations \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "result": [
    {
      "uuid": "7c1f7c14-1234-4abc-8def-0123456789ab",
      "email": "[email protected]",
      "verified": 1,
      "verified_at": 1735937552,
      "created_at": 1735937552,
      "last_modified": 1735937552
    }
  ]
}

Authorizations

Authorization
string
header
required

API key for account management endpoints. Use your api_ prefixed token.

Response

Destinations listed successfully

success
boolean
Example:

true

result
object[]