API
Breaking
API breaking changes
argyle.io is now argyle.com
We are migrating argyle.io
to argyle.com
. The old domain (argyle.io
) will continue to operate until February 15th, 2022.
Make sure to:
- Replace all requests going to
argyle.io
withargyle.com
. - Replace Link SDK and Web Link values to use:
apiHost = "https://api.argyle.com/v1"
for the Production environmentapiHost = "https://api-sandbox.argyle.com/v1"
for the Sandbox environment.
(Web Link only) Replace Link’s plugin script to use:
<script src="https://plugin.argyle.com/argyle.web.v3.js"></script>