Repository containing Contentful APIs definition schemas for different clients:
- Postman
- openAPI (Not mantained)
- Insomnia (Not mantained)
The Contentful APIs schemas include:
- Content Delivery API (CDA) used to retrieve published content to display in your application.
- Content Management API (CMA) used to create or update your content.
- Content Preview API (CPA) used to retrieve content that is still unpublished
- SCIMP API used to programatically manage organization memberships and teams
- Images API used to retrieve and apply transformations to images
Import the API schema and Environment into your Postman client:
Postman API environment variables
Update your local environment with your corresponding Contentful credentials and Ids.
space_id
- Your space IDorganization_id
- Your orgnazitaion IDcda_access_token
- Content Delivery API (CDA) access tokencpa_access_token
- Content Preview API (CDA)cma_access_token
- Content management API (CDA)
After import, all APIs are organized in folders with similar structure as Contentful documentation.
The import includes basic API description based on Contentful documentation.