Use these APIs to make your website dynamic with ShriGo. These endpoints are useful for custom websites and public storefront pages (blogs, jobs, contact form, address lists).
All general API endpoints are under:
https://{client_slug}.shrigo.com/api
/blogs/blogs/{slug}
Blog slug format: {title-slug}-{id}. Use the slug field from the list response.
Example:
GET https://{client_slug}.shrigo.com/api/blogs
List published job openings for the tenant. Job applications are managed in the vendor dashboard only; these endpoints do not expose applicant data.
/jobs/jobs/{slug}
Job detail uses the slug field from the list response.
Optional query on /jobs: filter or search (title, description, position, country, location), limit.
Example:
GET https://{client_slug}.shrigo.com/api/jobs
/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}