General API

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).

Base URL

All general API endpoints are under:

https://{client_slug}.shrigo.com/api

Endpoints

1. Blogs
GET /blogs
GET /blogs/{blog}

Example:

GET https://{client_slug}.shrigo.com/api/blogs
2. Contact
POST /contact

Send 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.

3. Address APIs

All address API endpoints are under:

https://{client_slug}.shrigo.com/api/address
GET/provinces
GET/districts/{province}
GET /municipalities/{province}/{district}
Chat with us