Prismic Repository API

The Repository API is the gateway to a Prismic repository. A single unauthenticated GET returns the repository's available refs (including the master ref every Content API query needs), its custom type IDs, its configured locales, its per-repository OAuth endpoints and its content license. It is the discovery document for everything else.

API entry from apis.yml

apis.yml Raw ↑
aid: prismic:repository-api
name: Prismic Repository API
description: 'The Repository API is the gateway to a Prismic repository. A single

  unauthenticated GET returns the repository''s available refs (including the

  master ref every Content API query needs), its custom type IDs, its

  configured locales, its per-repository OAuth endpoints and its content

  license. It is the discovery document for everything else.

  '
tags:
- Content Management
humanURL: https://prismic.io/docs/repository-api-technical-reference
baseURL: https://{your-repo-name}.cdn.prismic.io/api/v2
properties:
- url: https://prismic.io/docs/repository-api-technical-reference
  type: Documentation
- url: data-model/prismic-data-model.yml
  type: DataModel