Get the authorised VTC
Responses
- application/json
- application/json
Request Example for get/me
curl https://api.eventthing.example/v1/me \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"vtc": {
"id": "vtc_8m1p2k",
"name": "Example Logistics",
"truckersmp_id": 12345,
"logo_url": null
},
"permissions": [
"events:read",
"events:write",
"invites:read",
"invites:write"
]
}