I am having trouble with the initial connection to the API. I am at the Guide for TIDBYT API. I can copied the Device ID and Key from the iPhone app. When I put them into the “Send API Request”, I get
401 Unauthorized
{
“code”: 16,
“message”: “invalid auth token: token contains an invalid number of segments”,
“details”: []
}
I feel like I am just missing something obvious. I tried copying the script into terminal and got the same result…