Thank you for your suggestion.
That did not appear to work.
However I did try on my Linux machine the suggested cURL command and I am getting what looks like a valid response. So I am happy that I have the correct token in my LCB
pi@raspberrypi ~ $ curl -u "xxxxxxxxx1fba4f168349edc221477e00153769c4178e79470fc6d4fa02b0cb:" "https://api.lifx.com/v1/lights/all"
[
{
"id": "d073d5025942",
"uuid": "026cb890-5f61-49c2-afba-a88285bbdae1",
"label": "LIFX bulb 025942",
"connected": true,
"power": "off",
"color": {
"hue": 286.3520256351568,
"saturation": 1.0,
"kelvin": 3500
},
"brightness": 0.5112687876707103,
"group": {
"id": "c67ba9229b6029e8c12ae0c60bc0c02a",
"name": "My Room"
},
"location": {
"id": "61be619a9d4f4524a94ea00df35c2691",
"name": "My Home"
},
"product": {
"name": "Original 1000",
"identifier": "lifx_original_a21",
"company": "LIFX",
"capabilities": {
"has_color": true,
"has_variable_color_temp": true
}
},
"last_seen": "2015-10-11T12:38:47.754+00:00",
"seconds_since_seen": 0.001937142
}
]pi@raspberrypi ~ $
I have xxxx'd out my token.