Logo
Developer Experience API Documentation

Organize logically in folders

GET https://api.getpostman.com/collections

If your collection contains lots of requests, stay clean and tidy by ordering and grouping requests [in folders] to make the documentation easier to navigate.

Here's some examples of good folder usage: - Take a look at the current collection's folder structure. You can also more deeply nest folders. - Qodex's own API documentation uses folders to group endpoints for collections, environments, and so on. - Here's a collection from Twitter documenting their V2 API with metadata, examples, and folders.

[Twitter documentation](https://Qodex-web-property-assets.s3.amazonaws.com/blogs/twitter-documentation-multiple-tweets.png)

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
x-api-key
string




RESPONSES

status





Curl
curl -X GET 'https://api.getpostman.com/collections' -H 'x-api-key: postmanAPIKey'

ENDPOINTS