{ "opencollection": "1.0.0", "info": { "name": "Lev Account & Team Placements API", "version": "2026-03" }, "items": [ { "info": { "name": "Placements", "type": "folder" }, "items": [ { "info": { "name": "List placements with pagination", "type": "http" }, "http": { "method": "GET", "url": "https://api.lev.com/api/external/v2/placements", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Results per page (1–200, default 50)" }, { "name": "cursor", "value": "", "type": "query", "description": "Cursor for next page" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List placements with pagination\n\nDocs page: https://www.lev.com/docs/build/placements" }, { "info": { "name": "Create a placement against a deal", "type": "http" }, "http": { "method": "POST", "url": "https://api.lev.com/api/external/v2/placements", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a placement against a deal\n\nDocs page: https://www.lev.com/docs/build/placements" }, { "info": { "name": "Get a single placement by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.lev.com/api/external/v2/placements/:placement_id", "params": [ { "name": "placement_id", "value": "", "type": "path", "description": "The placement ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a single placement by ID\n\nDocs page: https://www.lev.com/docs/build/placements" }, { "info": { "name": "Update a placement (partial update)", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.lev.com/api/external/v2/placements/:placement_id", "params": [ { "name": "placement_id", "value": "", "type": "path", "description": "The placement ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a placement (partial update)\n\nDocs page: https://www.lev.com/docs/build/placements" }, { "info": { "name": "List notes logged on a placement", "type": "http" }, "http": { "method": "GET", "url": "https://api.lev.com/api/external/v2/placements/:placement_id/notes", "params": [ { "name": "placement_id", "value": "", "type": "path", "description": "The placement ID" }, { "name": "limit", "value": "", "type": "query", "description": "Results per page (1–200, default 50)" }, { "name": "cursor", "value": "", "type": "query", "description": "Cursor for next page" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List notes logged on a placement\n\nDocs page: https://www.lev.com/docs/build/placements" }, { "info": { "name": "Add a note to a placement", "type": "http" }, "http": { "method": "POST", "url": "https://api.lev.com/api/external/v2/placements/:placement_id/notes", "params": [ { "name": "placement_id", "value": "", "type": "path", "description": "The placement ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Add a note to a placement\n\nDocs page: https://www.lev.com/docs/build/placements" }, { "info": { "name": "Edit a placement note", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.lev.com/api/external/v2/placements/:placement_id/notes/:note_id", "params": [ { "name": "placement_id", "value": "", "type": "path", "description": "The placement ID" }, { "name": "note_id", "value": "", "type": "path", "description": "The note ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Edit a placement note\n\nDocs page: https://www.lev.com/docs/build/placements" }, { "info": { "name": "Permanently delete a placement note", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lev.com/api/external/v2/placements/:placement_id/notes/:note_id", "params": [ { "name": "placement_id", "value": "", "type": "path", "description": "The placement ID" }, { "name": "note_id", "value": "", "type": "path", "description": "The note ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Permanently delete a placement note\n\nDocs page: https://www.lev.com/docs/build/placements" } ] } ], "bundled": true }