RESTful API
Organizing requests
Organize your requests categorically for future reference or collaboration with your team using collections.
It is always a best practice to organize your requests when you test multiple API endpoints. You can organize your requests categorically for future reference or collaboration with your team using collections.
You can create a new collection on Hoppscotch by clicking the collections icon on the sidebar and clicking the ”+ New” button.
Let’s try making a collection for our Pokemon API called Pokemon API
.
Adding requests to a collection
Now, let’s save our current query as GET three Pokemon
and save it in our Pokemon API
Collection.
- Click on the “Save” button.
- Give your request a name.
- Add it to your collection.
You can add multiple requests to a collection and even create subfolders inside a collection to further organize your requests.
Was this page helpful?