Gorgias REST API

REST API for managing tickets, messages, customers, macros, rules, integrations, widgets, and account data inside the Gorgias helpdesk. Authentication uses HTTP Basic with an email and API key for private apps, or OAuth2 for public apps. Requests are scoped to a customer subdomain on gorgias.com.

API entry from apis.yml

apis.yml Raw ↑
aid: gorgias:rest-api
name: Gorgias REST API
description: REST API for managing tickets, messages, customers, macros, rules, integrations, widgets,
  and account data inside the Gorgias helpdesk. Authentication uses HTTP Basic with an email and API key
  for private apps, or OAuth2 for public apps. Requests are scoped to a customer subdomain on gorgias.com.
humanURL: https://developers.gorgias.com/reference/introduction
baseURL: https://{subdomain}.gorgias.com/api
tags:
- Customer Support
- Helpdesk
- Tickets
- Customers
- Macros
- Integrations
properties:
- type: Documentation
  url: https://developers.gorgias.com/reference/introduction
- type: Getting Started
  url: https://developers.gorgias.com/docs
- type: Authentication
  url: https://developers.gorgias.com/docs/access-tokens-api-keys
- type: Changelog
  url: https://developers.gorgias.com/changelog