Content Management API - Contentstack
Number of APIs: 237
The Content Management API (CMA) Requests can be used to manage the content of your Contentstack account. The CMA Requests help you create, update, delete, and fetch content of your account.
The Contentstack CMA Qodex Collection is a set of preconfigured REST API requests that will make it easy for you to get started with the Contentstack Management APIs and try out our API requests through the Qodex REST client.
*Qodex Collection Details *
- CMA Qodex Collection Version: 9.5.7
- Last Updated: September 10, 2024
-
Teams - Get all teams GET https://{{base_url}}/v3/organizations/{{organization_uid}}/teams
-
Teams - Get a single team GET https://{{base_url}}/v3/organizations/{{organization_uid}}/teams/{{team_uid}}
-
Teams - Create a team POST https://{{base_url}}/v3/organizations/{{organization_uid}}/teams
-
Stacks - Get all stacks GET https://{{base_url}}/v3/stacks
-
Stacks - Create stack POST https://{{base_url}}/v3/stacks
-
User session - Log in to your account POST https://{{base_url}}/v3/user-session
-
User session - Log out of your account DELETE https://{{base_url}}/v3/user-session
-
Users - Get user GET https://{{base_url}}/v3/user
-
Users - Update user PUT https://{{base_url}}/v3/user
-
Users - Activate a user account POST https://{{base_url}}/v3/user/activate/{{user_activation_token}}