curl --request GET \
--url https://api.app.fleetit.com/v2/integrations/active/ \
--header 'Authorization: Bearer <token>'{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 121,
"integration": 4,
"enabled": true,
"data": {
"auth": {
"url": "https://webhook.site/1b064192-833f-41ff-99e0-a2e32044035f"
},
"urls": {},
"config": {},
"documentation": "https://docs.api.example.com/#9ca0ff12-d3d8-4339-b2a0-48b5477f3b62"
},
"documentation": "https://docs.api.example.com/#9ca0ff12-d3d8-4339-b2a0-48b5477f3b62",
"webhook_signature_secret_token": "dummy_token"
}
]
}curl --request GET \
--url https://api.app.fleetit.com/v2/integrations/active/ \
--header 'Authorization: Bearer <token>'{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 121,
"integration": 4,
"enabled": true,
"data": {
"auth": {
"url": "https://webhook.site/1b064192-833f-41ff-99e0-a2e32044035f"
},
"urls": {},
"config": {},
"documentation": "https://docs.api.example.com/#9ca0ff12-d3d8-4339-b2a0-48b5477f3b62"
},
"documentation": "https://docs.api.example.com/#9ca0ff12-d3d8-4339-b2a0-48b5477f3b62",
"webhook_signature_secret_token": "dummy_token"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful response
Show child attributes
Was this page helpful?