How to use endpoint groups

One of the very nice features is endpoint groups. This allows you to organize endpoints to groups and separate them visually inside Integray as well to split them on URL level. The endpoint URL is compiled as a combination:

  • Site URI e.g.: myapp.integray.app
  • Then we add fixed part: /api/endpoint
  • Next is slug of company: e.g.: /mycompany
  • Following by slug of the endpoint group: e.g.: /mygroup
  • Ending with slug of the endpoint: e.g.: /myendpoint

As you can see you can create whole groups of endpoint using endpoints groups within one company. This helps to organize endpoints for example as internal, external, public, etc.