Step 1: Obtain your API Key

Obtain your API Key

To begin using the Content Delivery API, you will need to obtain an API key with the appropriate permissions.

  1. Create a new app and obtain your API key by following the steps in our Get Started guide.
  2. On the App Details page (you can get to this page by navigating to Developer Console > Your App), under the API Credentials section, set the API Permissions field to include the Content Delivery API endpoint group set to Read Only (important as your API key will be exposed in client-side code).
  3. Click Save.
  4. Your API key is ready to use!
light bulb
Note
It may take 10-15 minutes for your Content Delivery API key to become active.

Call the Content Delivery API

Once you have your API key, you can make Content Delivery API calls by passing the API Key in through the header. You can find more information about the endpoints in the Content Delivery API in Using the Content Delivery API guide.

For complete details about each Content Delivery API endpoint, see our Content Delivery API documentation .

Feedback