{"info":{"_postman_id":"06b0ff08-cf31-4519-afb2-eb4bb986ddfa","name":"zeroheight API","description":"The [zeroheight REST API](https://developers.zeroheight.com/75fe5b2ed/p/67cd70-zeroheight-api) can be used to automate your design system workflow, make use of your content in new ways and, leverage external tools to empower your design system.\n\n## **Getting started guide**\n\nTo start using the zeroheight API -\n\n- You will need a Client ID and Access Token to send requests. Find out more about creating those [here](https://developers.zeroheight.com/75fe5b2ed/p/19c19b-authentication-tokens).\n \n - You will then need to set these against the variables in your request\n \n- The API returns request responses in JSON format. When an API request returns an error, it is sent in the JSON response as an error key.\n \n\n## Authentication\n\nThe zeroheight API requires a Client ID and Access Token to be passed through as headers. These should be set as Postman variables.\n\n### Authentication error response\n\nIf an API key is missing, malformed, or invalid, you will receive an HTTP 401 Unauthorized response code.\n\n## Rate and usage limits\n\nAPI access rate limits apply at a per-API key basis in unit time. The limit is 30 reques requests per 30 seconds. Also, depending on your plan, you may not be able to access the API.\n\nEach API response returns the following set of headers to help you identify your use status:\n\n| Header | Description |\n| --- | --- |\n| `X-RateLimit-Limit` | The maximum number of requests that the consumer is permitted to make per minute. |\n| `X-RateLimit-Remaining` | The number of requests remaining in the current rate limit window. |\n| `X-RateLimit-Reset` | The time at which the current rate limit window resets in UTC epoch seconds. |\n\n### **Need some help?**\n\nYou can find our indepth developer documentation [here.](https://developers.zeroheight.com/75fe5b2ed/p/67cd70-zeroheight-api)","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Page","item":[{"name":"Page data","id":"119ac7e1-8b85-440e-a3ca-5a2a9986ec85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-CLIENT","value":"{{client_id}}","description":"The Client ID generated in zeroheight","type":"text"},{"key":"X-API-KEY","value":"{{access_token}}","description":"The Access Token generated in zeroheight","type":"text"}],"url":"{{base_url}}pages/{{page_id}}","description":"Returns information about an individual page, inlcuding the content"},"response":[{"id":"98eea523-c0d6-41d2-9299-2fa913fd21a1","name":"Markdown format","originalRequest":{"method":"GET","header":[{"key":"X-API-CLIENT","value":"{{client_id}}","description":"The Client ID generated in zeroheight","type":"text"},{"key":"X-API-KEY","value":"{{access_token}}","description":"The Access Token generated in zeroheight","type":"text"}],"url":{"raw":"{{base_url}}pages/{{page_id}}?format=markdown","host":["{{base_url}}pages"],"path":["{{page_id}}"],"query":[{"key":"format","value":"markdown"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}]}],"id":"ddd76093-0a3e-4426-afe1-05cbd1ec7d7d","description":"The `/pages` endpoints let you retrieve information about pages in your styleguides","auth":{"type":"noauth"},"event":[{"listen":"prerequest","script":{"id":"0f11306c-e2cf-41b7-934b-4fe1bb0a8d44","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"0909aa9d-b052-4aa6-96db-19ab965b24fd","type":"text/javascript","packages":{},"exec":[""]}}]}],"event":[{"listen":"prerequest","script":{"id":"cda561cf-cadb-4fc9-a141-0421fabeea97","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"274ba254-539e-491b-a6b2-ccf80b6606c2","type":"text/javascript","exec":[""]}}],"variable":[{"key":"page_id","value":"","type":"default"}]}