Hologram iot sim configure

if i want to get the list details so i run this api https://dashboard.hologram.io/api/1/devices?orgid=10237

and i got this response {
“success”: false,
“error”: “Not logged in”
}

and if i run this api https://private-anon-c27854378a-hologram.apiary-mock.com/api/1/devices?orgid=10237

then i got all wrong data {
“success”: true,
“data”: [
{
“id”: 1234,
“orgid”: 321,
“name”: “My Device”,
“type”: “”,
“whencreated”: “”,
“phonenumber”: “”,
“tunnelable”: 0,
“hidden”: 0,
“tags”: [],
“links”: {
“cellular”: []
}
}
]
}