Requests
Last updated
Was this helpful?
All requests from Mews to your API use HTTPS with Content-Type: application/json.
Mews calls your API at a base URL you provide. Individual operations' paths are appended to the [provider] base URL.
For example, if your base URL is https://example.com/api/loyalty, the member search operation is called at https://example.com/api/loyalty/members/search.
Provide Mews with base URLs for both the demo and production environments before go-live. Using separate base URLs per environment prevents test data and live data from mixing.
Last updated
Was this helpful?
Was this helpful?