Use these APIs to make your website dynamic with ShriGo. These endpoints are useful for custom websites and public storefront pages (blogs, contact form, address lists).
All general API endpoints are under:
https://{client_slug}.shrigo.com/api
/blogs/blogs/{blog}
Example:
GET https://{client_slug}.shrigo.com/api/blogs
/contactSend your contact form data.
Since the contact form fields can vary, check the interactive docs at /docs/api for exact request schema and validation errors.
All address API endpoints are under:
https://{client_slug}.shrigo.com/api/address
/provinces
/districts/{province}
/municipalities/{province}/{district}