The Gorgias API supports two authentication methods that you have to use based on the type of the app you are building:
- 🔐 Private app → API key
- 👥 Public app → OAuth2
Once you got your credentials, you can perform requests directly from the API documentation
- Go to any endpoint (e.g: "Retrieve your account")
- Use your email (username) and your API key (password)