Home / Formulas / Contentful

Contentful

contentful

Authenticate with Contentful using API keys or OAuth. Access content, spaces, and management APIs.

🔐 Authentication Methods

content_delivery_api
Content Delivery API Token
  • Go to Settings > API keys
  • Create a new API key (or use existing)
  • Copy the Space ID and Content Delivery API Access Token
content_management_api
Content Management API Token
  • Go to Settings > Personal Access Tokens
  • Create a new token with content management scope
  • Copy the token

👤 Identity

Space: e.g., space ID or name

🌐 APIs

delivery
Base URL: https://cdn.contentful.com/spaces/{space_id}
Auth Header: Bearer {token}
Methods: content_delivery_api
management
Base URL: https://api.contentful.com/spaces/{space_id}
Auth Header: Bearer {token}
Spec Type: openapi
Methods: content_management_api
← Back to all formulas