I'm going through the tutorials on the intro after making a trial account on umbraco heartcore. At the step where you create an API key and pass it to your request via a header (either base64 encoded through Authorization or through an Api-Key header) I run into the following error:
{"error": "No headless cats for you!"}
and I receive a 403 code.
Does my user still need to get activated? Does this take long? Am I missing something?
Authorization error
Hi there,
I'm going through the tutorials on the intro after making a trial account on umbraco heartcore. At the step where you create an API key and pass it to your request via a header (either base64 encoded through Authorization or through an Api-Key header) I run into the following error:
{"error": "No headless cats for you!"}
and I receive a 403 code.
Does my user still need to get activated? Does this take long? Am I missing something?
Cheers,
Oscar
Or does the "Mini plan" simply not include the REST api?
Hi there.
Did you also pass the umb-project-alias header?
You'll need that one to tell the HTTP call which projects to work with :)
Yes, that helped, thanks a lot!
You're most welcome :)
is working on a reply...