Skip to main content

[Y] API Authentication

Base URL

All URLs referenced in the API documentation have the following base url:

https://devops-campania.herokuapps.com

The API is only served over HTTPS, if attempting to connect via HTTP you will recieve a NULL result.

API Authentication

HTTP requests to the API are protected using HTTP Basic Authenication. You should use the store url as the username and the API Key as your password.

curl -G https://devops-campania.herokuapps.com/api/connect-test \ 
-u <shopifystore>:<APIKEY>

Example

-u shop-campania.myshopify.com:12345