Skip to main content

Endpoint

The endpoint is the root URL of the API. It is the URL that you will use to access the API. The endpoint for Amplify's Web API is:

https://query.ampre.ca/odata/

Example

curl -H 'Authorization: Bearer your-access-token-goes-here' \
-H 'Accept: application/json' \
'https://query.ampre.ca/odata/'