API > Authentication

Authentication

Every API request must include your api_key, e.g:
https://{USERNAME}.vendo.co.nz/api/product?api_key=YOUR_API_KEY&sku=ABC123

You will find your API key within your store admin under the section Setup > Data

Note that for space reasons, in some examples shown, the api_key parameter has been omitted but you should always include it in all your GET and POST requests.


×