Struggling to Connect with API

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…

1 Like

same here, not sure what is wrong.

Anyone able to help here??

Hello

Are you adding “Bearer “ to front of token?

Like

Bearer APITOKEN

1 Like

That was it! Thanks!!

Doh! It was just that simple! Thanks.