0 Unable to get REST API Key working 4 Nelson Chan posted 5 Years Ago I've went to the RockRMS demo site and got the "Presence" REST Key of "C5E93131DC7848B7AF9C5EA71F821ACB" I have been unable to get this key to work. I have added an HTTP Request header "authorization-token" with value of "C5E93131DC7848B7AF9C5EA71F821ACB" and it still gives me 401 error.I've only found a basic PPT at https://www.rockrms.com/GetFile.ashx?Id=9985I've even looked at the source code and there doesn't seem to be anything out of the ordinary.https://github.com/SparkDevNetwork/Rock/blob/1dc11be324c250c6f4ea1c9a82532df15dfceb80/Rock.Rest/Filters/AuthenticateAttribute.csAlthough I couldn't tell if the headers are case sensitive. Since Rock is using standard built-in function they shouldn't be case sensitive.Anyone know how to get the REST API to function with the authorization-code? This should have been a standard thing to get to work but it's been a whole day... I'm just not sure what's wrong what with what I'm doing.