Base URL
Describes the base URL for all Moosend API endpoints.
All API request URLs referenced in this API documentation begin with the following base URL:
https://api.moosend.com/v3
The base URL includes the {hostname} which is api.moosend.com and the API version v3.
To make a request to a specific API endpoint, the path to the endpoint is added to the base URL.
For example, to make a request to get all active email lists in your account, create a GET request and add the specific endpoint path /lists to the base URL:
https://api.moosend.com/v3/lists