Collections

API Client Collection allows to group together a series of API requests. Collections are particularly useful for development teams, as they provide an organized, reusable set of requests that can be shared, modified, and adapted to different environments
(e.g., development, staging, and production).

Key benefits

  • Folders and Request Grouping:

    • Grouping requests in collection allows better organization, especially for large set of APIs.

    • Typical groupings include CRUD operations, authentication, user management, and other logical subdivisions based on the API’s structure.

Create a new collection

  1. Navigate to API Client from main sidebar.

  2. In API Client sidebar, click on new collection button, this will automatically create a collection.

    API client collection empty state

    1. To rename a collection, hover on that and click on more option and then click rename.

      Collection with more options expanded.

    2. To add a new request into a collection you can click on New request if none exist or click on the + icon on the collection, this will create and add the request into it.

      Collection with new request.

Updated on