{ "info": { "_postman_id": "dfd3179f-5f76-4964-9faf-416b575cb8eb", "name": "Account Level Webhooks Book Commands API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:24:47.000Z", "updatedAt": "2026-07-28T02:24:47.000Z", "lastUpdatedBy": "35240", "uid": "35240-dfd3179f-5f76-4964-9faf-416b575cb8eb" }, "item": [ { "name": "v1", "item": [ { "name": "book", "item": [ { "name": "add", "item": [ { "name": "Create Book", "id": "e9529856-a836-4c97-b902-a24f82dd9486", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"book_class\": \"COMPLETE\",\n \"book_type\": \"OPTIMA\",\n \"is_public\": \"\",\n \"xid\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/book/add", "host": [ "{{baseUrl}}" ], "path": [ "v1", "book", "add" ] }, "description": "Create a <> that you can use to group related <>s. Each document must be uploaded to a <>, so you'll need to create one with this endpoint before you can upload files. <>s are generally used to store related <>s, such as for a loan application or a case file." }, "response": [ { "id": "ad7766fc-ff37-4129-b21f-585a1b7219aa", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"book_class\": \"COMPLETE\",\n \"book_type\": \"OPTIMA\",\n \"is_public\": \"\",\n \"xid\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/book/add", "host": [ "{{baseUrl}}" ], "path": [ "v1", "book", "add" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"response\": {\n \"name\": \"\",\n \"created\": \"\",\n \"created_ts\": \"\",\n \"pk\": \"\",\n \"owner_email\": \"\",\n \"is_public\": true,\n \"uuid\": \"\",\n \"book_type\": \"\",\n \"xid\": \"\",\n \"id\": \"\",\n \"book_class\": \"\"\n },\n \"message\": \"OK\"\n}", "createdAt": "2026-07-28T02:24:47.000Z", "updatedAt": "2026-07-28T02:24:47.000Z", "uid": "35240-ad7766fc-ff37-4129-b21f-585a1b7219aa" }, { "id": "de0ab949-2aa8-460d-b083-2128f292d792", "name": "Client Errors", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"book_class\": \"COMPLETE\",\n \"book_type\": \"OPTIMA\",\n \"is_public\": \"\",\n \"xid\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/book/add", "host": [ "{{baseUrl}}" ], "path": [ "v1", "book", "add" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"message\": \"\",\n \"code\": 0,\n \"meta\": {\n \"status\": 0,\n \"msg\": \"\",\n \"code\": \"\"\n },\n \"response\": {}\n}", "createdAt": "2026-07-28T02:24:47.000Z", "updatedAt": "2026-07-28T02:24:47.000Z", "uid": "35240-de0ab949-2aa8-460d-b083-2128f292d792" } ], "createdAt": "2026-07-28T02:24:47.000Z", "updatedAt": "2026-07-28T02:24:47.000Z", "uid": "35240-e9529856-a836-4c97-b902-a24f82dd9486" } ], "id": "305dd56e-b196-4e3f-89e3-9edab67204b2", "createdAt": "2026-07-28T02:24:47.000Z", "updatedAt": "2026-07-28T02:24:47.000Z", "uid": "35240-305dd56e-b196-4e3f-89e3-9edab67204b2" }, { "name": "remove", "item": [ { "name": "Delete Book", "id": "d09c35a7-8283-475f-b6d7-b7ff36aa10f3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"book_id\": \"\",\n \"book_uuid\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/book/remove", "host": [ "{{baseUrl}}" ], "path": [ "v1", "book", "remove" ] }, "description": "Delete a <> that you no longer need.\n\n---\n> \ud83d\udea7 No turning back!\n> Deleting a <> also deletes the <>s contained within. This action is not reversible, meaning that you can't recover deleted <>s and <>s. Make sure you're ready!" }, "response": [ { "id": "9fe505f1-90dc-44a5-9bbe-335070c518b8", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"book_id\": \"\",\n \"book_uuid\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/book/remove", "host": [ "{{baseUrl}}" ], "path": [ "v1", "book", "remove" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"message\": \"\",\n \"response\": {}\n}", "createdAt": "2026-07-28T02:24:47.000Z", "updatedAt": "2026-07-28T02:24:47.000Z", "uid": "35240-9fe505f1-90dc-44a5-9bbe-335070c518b8" }, { "id": "a9b521a2-20e9-4416-8c56-a6d00ba39a73", "name": "Client Errors", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"book_id\": \"\",\n \"book_uuid\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/book/remove", "host": [ "{{baseUrl}}" ], "path": [ "v1", "book", "remove" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"code\": \"\",\n \"response\": {},\n \"message\": \"\",\n \"meta\": {\n \"status\": \"\",\n \"message\": \"\",\n \"code\": \"\"\n }\n}", "createdAt": "2026-07-28T02:24:47.000Z", "updatedAt": "2026-07-28T02:24:47.000Z", "uid": "35240-a9b521a2-20e9-4416-8c56-a6d00ba39a73" } ], "createdAt": "2026-07-28T02:24:47.000Z", "updatedAt": "2026-07-28T02:24:47.000Z", "uid": "35240-d09c35a7-8283-475f-b6d7-b7ff36aa10f3" } ], "id": "bd721686-dcd5-4cfb-b4bc-ef90e961e9cc", "createdAt": "2026-07-28T02:24:47.000Z", "updatedAt": "2026-07-28T02:24:47.000Z", "uid": "35240-bd721686-dcd5-4cfb-b4bc-ef90e961e9cc" }, { "name": "update", "item": [ { "name": "Update Book", "id": "61668756-48d1-4b22-a5d2-d04ed1b9f5ca", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"book_uuid\": \"\",\n \"pk\": \"\",\n \"book_class\": \"COMPLETE\",\n \"book_type\": \"OPTIMA\",\n \"is_public\": \"\",\n \"name\": \"\",\n \"xid\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/book/update", "host": [ "{{baseUrl}}" ], "path": [ "v1", "book", "update" ] }, "description": "Configure various properties of a <>." }, "response": [ { "id": "ab8c0806-4cb5-4fb2-bc72-f6fdbe976e5b", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"book_uuid\": \"\",\n \"pk\": \"\",\n \"book_class\": \"COMPLETE\",\n \"book_type\": \"OPTIMA\",\n \"is_public\": \"\",\n \"name\": \"\",\n \"xid\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/book/update", "host": [ "{{baseUrl}}" ], "path": [ "v1", "book", "update" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"response\": {\n \"name\": \"\",\n \"created\": \"\",\n \"created_ts\": \"\",\n \"pk\": \"\",\n \"uuid\": \"\",\n \"owner_email\": \"\",\n \"is_public\": true,\n \"xid\": \"\",\n \"book_type\": \"\",\n \"id\": \"\",\n \"book_context\": {\n \"uuid\": \"\",\n \"book_uuid\": \"\",\n \"book_class\": \"\",\n \"created_ts\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:24:47.000Z", "updatedAt": "2026-07-28T02:24:47.000Z", "uid": "35240-ab8c0806-4cb5-4fb2-bc72-f6fdbe976e5b" }, { "id": "e0368043-cadf-4bc5-99e5-37a68f9eae64", "name": "Client Errors", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"book_uuid\": \"\",\n \"pk\": \"\",\n \"book_class\": \"COMPLETE\",\n \"book_type\": \"OPTIMA\",\n \"is_public\": \"\",\n \"name\": \"\",\n \"xid\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/book/update", "host": [ "{{baseUrl}}" ], "path": [ "v1", "book", "update" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"code\": \"\",\n \"response\": {},\n \"message\": \"\",\n \"meta\": {\n \"status\": \"\",\n \"message\": \"\",\n \"code\": \"\"\n }\n}", "createdAt": "2026-07-28T02:24:47.000Z", "updatedAt": "2026-07-28T02:24:47.000Z", "uid": "35240-e0368043-cadf-4bc5-99e5-37a68f9eae64" } ], "createdAt": "2026-07-28T02:24:47.000Z", "updatedAt": "2026-07-28T02:24:47.000Z", "uid": "35240-61668756-48d1-4b22-a5d2-d04ed1b9f5ca" } ], "id": "e1b45671-4931-4202-994a-1d5178e2c735", "createdAt": "2026-07-28T02:24:47.000Z", "updatedAt": "2026-07-28T02:24:47.000Z", "uid": "35240-e1b45671-4931-4202-994a-1d5178e2c735" } ], "id": "2ead9e9c-d22d-4fe2-978e-c5fdc8a08efc", "createdAt": "2026-07-28T02:24:47.000Z", "updatedAt": "2026-07-28T02:24:47.000Z", "uid": "35240-2ead9e9c-d22d-4fe2-978e-c5fdc8a08efc" } ], "id": "f57fb8ee-fb2b-4eb5-b29f-55405d8ba030", "createdAt": "2026-07-28T02:24:47.000Z", "updatedAt": "2026-07-28T02:24:47.000Z", "uid": "35240-f57fb8ee-fb2b-4eb5-b29f-55405d8ba030" } ], "auth": { "type": "oauth2", "oauth2": [ { "key": "accessTokenUrl", "value": "https://auth.ocrolus.com/oauth/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.ocrolus.com" } ] }