If I want to use Contetnful as a CMS when creating a website using netlify what type of tokens do I use is it contentful API Keys or Contentful CMA Tokens?
@Yves611-haswany It would depend on what the integration you were working with was doing.
I can’t answer for any specific Netlify extension as I’ve never used any, but the Contentful CMA token is for their Content Management API, it’d apply if the extension was manipulating the structures/data in your Contentful space.
If it’s a case of “read the data from Contentful to produce the site”, you would use the CDA.
CMA
https://www.contentful.com/developers/docs/references/content-management-api/
CDA
https://www.contentful.com/developers/docs/references/content-delivery-api/
Based on your previous threads which concerned using the Visual Editor (formerly Stackbit) I’d imagine the documentation for what you’re using is this:
https://docs.netlify.com/visual-editor/content-sources/contentful/
That says:
accessToken
: the personal access token for your authenticated user. This is sometimes called a management token. It is not the delivery API key for your space.