{ "opencollection": "1.0.0", "info": { "name": "Fleetio Developer Contacts API", "version": "2025-05-05" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "List contacts", "type": "http" }, "http": { "method": "GET", "url": "https://secure.fleetio.com/api/v1/contacts", "params": [ { "name": "per_page", "value": "", "type": "query", "description": "Number of records to return per page." }, { "name": "start_cursor", "value": "", "type": "query", "description": "Cursor for cursor-based pagination of list results." } ] }, "docs": "List contacts" }, { "info": { "name": "Create a contact", "type": "http" }, "http": { "method": "POST", "url": "https://secure.fleetio.com/api/v1/contacts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a contact" }, { "info": { "name": "Get a contact", "type": "http" }, "http": { "method": "GET", "url": "https://secure.fleetio.com/api/v1/contacts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Get a contact" }, { "info": { "name": "Update a contact", "type": "http" }, "http": { "method": "PATCH", "url": "https://secure.fleetio.com/api/v1/contacts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a contact" }, { "info": { "name": "Delete a contact", "type": "http" }, "http": { "method": "DELETE", "url": "https://secure.fleetio.com/api/v1/contacts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Delete a contact" } ] } ], "bundled": true }