Closed mancinfabio closed 1 year ago
Figured it out, it was my bad: I was using Authorization for the wrong collection.
It works fine with
curl -X GET \
'http://localhost:3000/[TENANT_SLUG]/api/pages/[PAGE_ID]' \
--header 'Accept: */*' \
--header 'Authorization: users [API KEY GENERATED FOR THE USER ]'
Hi!
I'm having trouble with making REST requests with API requests. I'm using path strategy.
API key usage is enabled on the Users collection:
When making REST requests like
The request fails with
On the other hand, if I enable API keys of the pages collection and use the key generated that way, the request succeeds.
Is there something I'm missing? Thanks in advance