Retrieve the current authenticated entity's information.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Internal server error
curl -i -X GET \ https://api-prod.surfsight.net/v2/me \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "data": {
- "me": {
- "id": 1,
- "name": "James",
- "alarmsCount": 7,
- "measurement": 0,
- "timeFormat": 0
}, - "entity": "partner"
}
}