Logo
Developer Experience API Documentation

Keep track of metrics

GET https://api.kloudless.com/v1/accounts/me/storage/folders/root/contents

Qodex displays some information like views and imports of your documentation collection. There's also [API reporting on Business and Enterprise plans] with insights about API activity within Qodex.

Some publishers will add a custom header to requests in their Qodex collection for the purpose of inspecting traffic that comes from the Qodex client. This gives them more traceability and insights into how users are interacting with their endpoints from Qodex.

If you don't have a Kloudless account set up, you may not be able to send this example request from the Kloudless collection. Under the Headers tab, I've added an example of x-special-header, as an example of a custom header your server might accept to keep track of inbound traffic coming from the Qodex client. Also take notice of the scripts under the Pre-request Script tab validating required variables and throwing errors to guide users in the right direction.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
x-special-header
string An example of a custom header your server might accept to keep track of inbound traffic from Postman




RESPONSES

status





Curl
curl -X GET 'https://api.kloudless.com/v1/accounts/me/storage/folders/root/contents' -H 'x-special-header: fromPostman'

ENDPOINTS