Requests
Last updated
Was this helpful?
Last updated
Was this helpful?
Both sides of the API accept only HTTPS POST
requests with Content-Type
set to application/json
and with JSON body content depending on the operation to be performed.
All Mews API operations follow this address pattern, with the exception of :
PlatformAddress - the base address of the Mews platform, which depends on the environment (e.g. test, demo, production)
Operation - the name of the API operation
For each environment, the clientToken
will be provided to you by Mews. For development purposes, use the .
Transport Layer Security: For security reasons, Mews API endpoints support TLS security protocol version 1.2 or higher.
All Channel Manager API operations are expected to follow this address pattern:
PlatformAddress - the base address of the Channel Manager side of the API
Operation - the name of the API operation
Please provide Mews with endpoint URLs for the following API operations once they are deployed. Mews needs them for both the Test environment and the Production environment to be able to send data. Mews doesn't require all endpoint URLs to be provided at once. We recommend having a different [PlatformAddress]
for each environment to prevent test data and live data from getting mixed up. For the same reason, clientToken
should differ between each environment.
Required:
Optional: