I am trying to authenticate my app with a query parameter method which was recommended from authentication doc.
And I am getting error message.
{
“sys”: {
“type”: “Error”,
“id”: “AccessTokenInvalid”
},
“message”: “The access token you sent could not be found or is invalid.”,
“requestId”: “d43d7400-1516-4b71-92fd-5414af72a0eb”
}
I am wondering what should I attach after token=
I thought it was Space id of my Contentful api keys.
As a query parameter:
curl -v https://cdn.contentful.com/spaces/cfexampleapi/entries?access_token=‘SPACE_ID’