Skip to content
Product Documentation

View API (Public)

View API

View API is a read-only API to deliver content to web and mobile properties using Arc XP as a headless CMS solution. The API is available through a globally distributed CDN to accelerate content delivery and reduce latency.

Authentication

View API works with public-facing keys. These are different than your Arc Tokens that are used for the administration APIs. You can find documentation on how to create your API token: Provisioning tokens through Delivery API. Once you have an API key, you can use it to authenticate with the View API by sending it in the X-API-Key header on your requests.

See also Caching overview for View API.

Note: View API provisioning is not available for secondary organizations.

Rate Limits

Single story: 50 r/sList of stories: 30 r/s
  1. Get story by ID
  2. Get story by URL
  3. Get website by ID
  4. Get all websites
  5. Get section by ID
  6. Get navigation by ID
  7. Get an author by ID
  8. Get a list of authors
  1. Get all stories
  2. Get stories by section
  3. Get stories by tag
  4. Get stories by author ID
  5. Get collection by ID
  6. Get collection by alias

Preview Content

View API should not be used to retrieve preview content. Instead, use the Preview API.