Last updated 4 days ago
Was this helpful?
The id of the brand.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URL
GET /api/v1/brands/{brandId}/email-addresses 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.024204+07:00" } ], "errors": [] }