In this example (GitHub - tjvantoll/notecard-ack-example: An example web application showing how to do acknowledgments for Notecard- and Notehub-based projects · GitHub) a Notehub API Key is required. I tried to use this command: curl -X GET -L ‘https://api.notefile.net/v1/projects//devices//public-key’ -H ‘Authorization: Bearer <access_token>’
I have generated a token “api_key_xxxx..” and introduced in <access_token>. However, it doesn’t work. I get this message:
{“err”:“anonymous users cannot use the API. please provide an authentication token”,“code”:401,“status”:“Unauthorized”,“details”:{“transaction_id”:“b7b9604f5e279ac5”}}
Can someone explain how to get an API key then?
Thanks