Authentication

The Gorgias API supports two authentication methods that you have to use based on the type of the app you are building:

  1. 🔐 Private app → API key
  2. 👥 Public appOAuth2

Once you got your credentials, you can perform requests directly from the API documentation

  1. Go to any endpoint (e.g: "Retrieve your account")
  2. Use your email (username) and your API key (password)
956