What would be the best way to check an API token? Currently im doing const testResponse = await fetch(`${strapiURL}/api/global`, { method: "GET", headers, });
but ive noticed when the global route is not published, this fails as a 404, so doesn’t let me test my token.
This topic has been created from a Discord post (1299391847575322654) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord