Hello, we receive a 403 forbidden from cloudfront when we try to access our customtypes api. Happy to provide more details privately (e.g. the token and repo name)
curl --location --request GET 'https://customtypes.prismic.io' \
--header 'repository: REPO_NAME' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <<BEARER TOKEN FROM Custom types api tab in settings>>I'
Hello @patrick.nueser, welcome to the community. It seems like you haven’t passed a correct bearer token then. Can generate a new one in your repo and try again?