cURL
curl --request GET \ --url https://api.fourthwall.com/open-api/v1.0/mailing-list-entries \ --header 'Authorization: Basic <encoded-value>'
{ "results": [ { "id": "00aa4abd-5778-4199-8161-0b49b2f212e5", "email": "<string>" } ], "total": 123, "page": 123, "size": 123, "totalPages": 123 }
Returns all mailing list entries
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
OK
Show child attributes