GET
/
event
/
{event_id}
curl --request GET \
  --url https://api.pathstack.io/event/{event_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "event_key": "ignition_status",
    "time": "2023-11-07T05:31:56Z",
    "raw_data": {},
    "value": {
      "harsh_braking": true
    },
    "position": {
      "latitude": 0,
      "longitude": 0
    },
    "id": "<string>",
    "device_id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-version
string
default:2024-03-26
Example:

"2024-03-26"

Path Parameters

event_id
string
required

Event ID of the Event to be returned

Response

200
application/json
Successful Response
data
object
required

Successful response payload