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 app β†’ OAuth2

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