Last updated 4 days ago
Was this helpful?
The id of the brand.
The id of the email address to get.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URL
GET /api/v1/brands/{brandId}/email-addresses/{emailAddressId} HTTP/1.1 Host: protocol.jframework.io Brand-URL: text Accept: */*
The request was successful.
{ "success": true, "statusCode": 200, "message": "The request was successful.", "data": { "placeholderKeyTitle": "support_title", "title": "Suport", "placeholderKeyEmailAddress": "support_email", "emailAddress": "support@jframework.io", "description": "Support email of the brand", "id": "sApKpllz4sAplsmzha", "createdDate": "2025-06-12T14:59:17.025411+07:00" }, "errors": [] }