| List Spaces | Retrieves all spaces the account has access to. |
| Get Space | Retrieves a single space by ID. |
| Create Space | Creates a new space. |
| Update Space | Updates an existing space. |
| Delete Space | Deletes an existing space. |
| List Environments | Retrieves all environments in a space. |
| Get Environment | Retrieves a single environment by ID. |
| Create Environment | Creates a new environment. |
| Update Environment | Updates an existing environment. |
| Delete Environment | Deletes an existing environment. |
| List Organizations | Retrieves all organizations the account has access to. |
| Get Organization | Retrieves an organization by ID. |
| Update Organization | Updates the security contact for an organization. |
| List Content Types | Retrieves all content types of a space. |
| Create Content Type | Creates a new content type. |
| Update Content Type | Updates an existing content type. |
| Archive Entry | Archives an existing entry. |
| Create Entry | Creates a new entry in a space. |
| Delete Entry | Deletes an existing entry. |
| Get Entry | Retrieves a single entry by ID. |
| List Entries | Retrieves all entries of a space. |
| List Published Entries | Retrieves all published entries of a space. |
| Patch Entry | Applies partial updates to an entry using JSON Patch (RFC 6902) operations. |
| Publish Entry | Publishes an entry. |
| Put Entry | Replaces all fields of an existing entry with the provided data. |
| Unarchive Entry | Unarchives an existing entry. |
| Unpublish Entry | Unpublishes an entry. |
| Delete Upload | Deletes a file from temporary data storage. |
| Get Upload | Retrieves an unmodified image. |
| Upload File | Uploads a file to temporary file storage. |
| List Assets | Retrieves all assets of a space. |
| Create Asset | Creates a new asset. |
| Update Asset | Updates an existing asset. |
| Get Asset | Retrieves a single asset by ID. |
| Delete Asset | Deletes an existing asset. |
| Publish Asset | Publishes an asset. |
| Unpublish Asset | Unpublishes an asset. |
| Process Asset | Processes an asset for content delivery. |
| Create Webhook | Creates a new webhook. |
| Delete Webhook | Deletes an existing webhook. |
| Get Webhook | Retrieves a single webhook by ID. |
| Update Webhook | Updates an existing webhook. |
| List Webhooks | Retrieves all webhooks of a space. |
| Delete Instanced Webhooks | Deletes all webhooks that point to a flow in the current instance. |
| Get Bulk Action | Retrieves a bulk action by ID. |
| Publish Bulk Action | Publishes a bulk action. |
| Unpublish Bulk Action | Unpublishes a bulk action. |
| Raw Request | Sends a raw HTTP request to the Contentful API. |