curl --request GET \
--url https://api.example.com/v2/integrations/{id}/ \
--header 'Authorization: Bearer <token>'{
"id": 123,
"title": "<string>",
"logo": "<string>",
"fields": "<unknown>",
"validation_schema": null,
"is_configurable": true
}Retrieve an integration by ID.
curl --request GET \
--url https://api.example.com/v2/integrations/{id}/ \
--header 'Authorization: Bearer <token>'{
"id": 123,
"title": "<string>",
"logo": "<string>",
"fields": "<unknown>",
"validation_schema": null,
"is_configurable": true
}Documentation Index
Fetch the complete documentation index at: https://docs.fleetit.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A unique integer value identifying this company integration.
Was this page helpful?