{ "info": { "_postman_id": "9f4887f9-cee6-42d9-a012-c8331d84b143", "name": "Chariot FDX Accounts Event Subscriptions API", "description": "Financial Data Exchange (FDX) v6 compatible API for read-only access to Chariot bank account data. Implements the FDX v6 standard for account information, transactions, and statements.\n\nContact Support:\n Name: Chariot Development Team\n Email: developers@givechariot.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:19:30.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "lastUpdatedBy": "35240", "uid": "35240-9f4887f9-cee6-42d9-a012-c8331d84b143" }, "item": [ { "name": "v1", "item": [ { "name": "event_subscriptions", "item": [ { "name": "{id}", "item": [ { "name": "Get an Event Subscription", "id": "e8f277d6-4b71-4a82-96a0-8cb2d28d5259", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/event_subscriptions/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions", ":id" ], "variable": [ { "id": "7f653879-422c-4267-bd5c-86ad8981e56e", "key": "id", "value": "", "description": "(Required) The unique identifier for the event subscription" } ] }, "description": "Retrieve an event subscription with the given ID." }, "response": [ { "id": "0c6c9309-678a-4062-a080-646cd99c54e1", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/event_subscriptions/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"url\": \"\",\n \"id\": \"\",\n \"created_at\": \"\",\n \"status\": \"active\",\n \"category\": \"unintegrated_grant.created\"\n}", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-0c6c9309-678a-4062-a080-646cd99c54e1" }, { "id": "dfddfa38-9d5d-4fc1-842a-936f6aee40a6", "name": "The request is invalid or contains invalid parameters", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/event_subscriptions/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-dfddfa38-9d5d-4fc1-842a-936f6aee40a6" }, { "id": "eadf3e9a-39e6-4bcc-aa12-1e8dc08a4acd", "name": "Unauthorized. The request is missing the security (OAuth2 Bearer token) requirements and the server is unable to verify the identify of the caller.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/event_subscriptions/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-eadf3e9a-39e6-4bcc-aa12-1e8dc08a4acd" }, { "id": "f184a582-878a-4580-9bb9-70cf26c8d656", "name": "Access denied", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/event_subscriptions/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-f184a582-878a-4580-9bb9-70cf26c8d656" }, { "id": "2865fda8-e74d-48a2-b755-d5fd5f46ae3e", "name": "Resource Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/event_subscriptions/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-2865fda8-e74d-48a2-b755-d5fd5f46ae3e" }, { "id": "9123ad55-6125-4483-a3c0-abad9a4158a3", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/event_subscriptions/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-9123ad55-6125-4483-a3c0-abad9a4158a3" } ], "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-e8f277d6-4b71-4a82-96a0-8cb2d28d5259" }, { "name": "Update an Event Subscription", "id": "e620643e-a721-4bda-bee8-b15a6b3bf463", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"deleted\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/event_subscriptions/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions", ":id" ], "variable": [ { "id": "22501280-080f-4737-a4df-c51b546a93bf", "key": "id", "value": "", "description": "(Required) The unique identifier for the event subscription" } ] }, "description": "Update an event subscription with the given ID." }, "response": [ { "id": "319f5be4-d675-4586-9450-33a9b1ccdc1a", "name": "Updated", "originalRequest": { "method": "PATCH", "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 \"status\": \"deleted\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/event_subscriptions/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"url\": \"\",\n \"id\": \"\",\n \"created_at\": \"\",\n \"status\": \"active\",\n \"category\": \"unintegrated_grant.created\"\n}", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-319f5be4-d675-4586-9450-33a9b1ccdc1a" }, { "id": "0956a14e-d33f-4758-ab9c-6e908ad28c89", "name": "The request is invalid or contains invalid parameters", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"deleted\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/event_subscriptions/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-0956a14e-d33f-4758-ab9c-6e908ad28c89" }, { "id": "4836a4b0-3b5c-465a-9d04-15f727b38f79", "name": "Unauthorized. The request is missing the security (OAuth2 Bearer token) requirements and the server is unable to verify the identify of the caller.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"deleted\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/event_subscriptions/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-4836a4b0-3b5c-465a-9d04-15f727b38f79" }, { "id": "90e3e7be-296c-432d-85f5-183de33938bb", "name": "Access denied", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"deleted\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/event_subscriptions/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-90e3e7be-296c-432d-85f5-183de33938bb" }, { "id": "f0195118-b876-471a-b492-6c4f8816e6fb", "name": "Resource Not Found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"deleted\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/event_subscriptions/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-f0195118-b876-471a-b492-6c4f8816e6fb" }, { "id": "12cd37fd-551e-4fb9-b520-7ce0a1211444", "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"deleted\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/event_subscriptions/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-12cd37fd-551e-4fb9-b520-7ce0a1211444" } ], "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-e620643e-a721-4bda-bee8-b15a6b3bf463" } ], "id": "f3de00c5-3fde-4cf2-a845-55dd20590ffd", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-f3de00c5-3fde-4cf2-a845-55dd20590ffd" }, { "name": "Create an Event Subscription", "id": "cfdbbb81-4acd-4bc1-a47c-85121a33d7df", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\",\n \"category\": \"inbound_transfer.created\",\n \"signing_secret\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/event_subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions" ] }, "description": "Create an event subscription corresponding to your Chariot account." }, "response": [ { "id": "3e21547c-f28b-44fc-916d-5280305df608", "name": "Created", "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 \"url\": \"\",\n \"category\": \"inbound_transfer.created\",\n \"signing_secret\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/event_subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Location", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"url\": \"\",\n \"id\": \"\",\n \"created_at\": \"\",\n \"status\": \"active\",\n \"category\": \"unintegrated_grant.created\"\n}", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-3e21547c-f28b-44fc-916d-5280305df608" }, { "id": "e3e1f06f-6f2b-40b6-864f-0f5426ce9aee", "name": "The request is invalid or contains invalid parameters", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\",\n \"category\": \"inbound_transfer.created\",\n \"signing_secret\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/event_subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-e3e1f06f-6f2b-40b6-864f-0f5426ce9aee" }, { "id": "a519bd3d-ce90-4df5-9b47-2e58c8faa6b3", "name": "Unauthorized. The request is missing the security (OAuth2 Bearer token) requirements and the server is unable to verify the identify of the caller.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\",\n \"category\": \"inbound_transfer.created\",\n \"signing_secret\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/event_subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-a519bd3d-ce90-4df5-9b47-2e58c8faa6b3" }, { "id": "df4bcdde-aa65-4309-8aa8-4259af729d1d", "name": "Access denied", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\",\n \"category\": \"inbound_transfer.created\",\n \"signing_secret\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/event_subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-df4bcdde-aa65-4309-8aa8-4259af729d1d" }, { "id": "319eddc5-82db-4447-8f3d-b1c989d640cf", "name": "Resource Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\",\n \"category\": \"inbound_transfer.created\",\n \"signing_secret\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/event_subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-319eddc5-82db-4447-8f3d-b1c989d640cf" }, { "id": "7d6dffcd-af7e-4da9-a6e6-68cfc00375ac", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\",\n \"category\": \"inbound_transfer.created\",\n \"signing_secret\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/event_subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-7d6dffcd-af7e-4da9-a6e6-68cfc00375ac" } ], "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-cfdbbb81-4acd-4bc1-a47c-85121a33d7df" }, { "name": "List Event Subscriptions", "id": "8c8df2d7-c109-43ad-8b40-ed86f848c680", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/event_subscriptions?limit=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions" ], "query": [ { "description": "Limit the size of the list that is returned. The default (and maximum) is 100 objects.", "key": "limit", "value": "" }, { "description": "The cursor to use for pagination. If not set, the first page of results will be returned.", "key": "cursor", "value": "" } ] }, "description": "List all event subscriptions corresponding to your Chariot account." }, "response": [ { "id": "1d2d00de-8ef4-4dea-812b-e0e46663370a", "name": "The response for Events.list", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/event_subscriptions?limit=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions" ], "query": [ { "description": "Limit the size of the list that is returned. The default (and maximum) is 100 objects.", "key": "limit", "value": "" }, { "description": "The cursor to use for pagination. If not set, the first page of results will be returned.", "key": "cursor", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"url\": \"\",\n \"id\": \"\",\n \"created_at\": \"\",\n \"status\": \"disabled\",\n \"category\": \"authorization_token.updated\"\n },\n {\n \"url\": \"\",\n \"id\": \"\",\n \"created_at\": \"\",\n \"status\": \"disabled\",\n \"category\": \"grant.updated\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-1d2d00de-8ef4-4dea-812b-e0e46663370a" }, { "id": "da81f159-13cc-4ed1-a783-9ea40af830a4", "name": "The request is invalid or contains invalid parameters", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/event_subscriptions?limit=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions" ], "query": [ { "description": "Limit the size of the list that is returned. The default (and maximum) is 100 objects.", "key": "limit", "value": "" }, { "description": "The cursor to use for pagination. If not set, the first page of results will be returned.", "key": "cursor", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-da81f159-13cc-4ed1-a783-9ea40af830a4" }, { "id": "f2b208f4-cc63-4dc8-a6fd-39308b28f27d", "name": "Unauthorized. The request is missing the security (OAuth2 Bearer token) requirements and the server is unable to verify the identify of the caller.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/event_subscriptions?limit=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions" ], "query": [ { "description": "Limit the size of the list that is returned. The default (and maximum) is 100 objects.", "key": "limit", "value": "" }, { "description": "The cursor to use for pagination. If not set, the first page of results will be returned.", "key": "cursor", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-f2b208f4-cc63-4dc8-a6fd-39308b28f27d" }, { "id": "b92851dd-8c9c-45e9-a6e9-df8f70122730", "name": "Access denied", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/event_subscriptions?limit=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions" ], "query": [ { "description": "Limit the size of the list that is returned. The default (and maximum) is 100 objects.", "key": "limit", "value": "" }, { "description": "The cursor to use for pagination. If not set, the first page of results will be returned.", "key": "cursor", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-b92851dd-8c9c-45e9-a6e9-df8f70122730" }, { "id": "e1b0e8cf-bee0-4562-a6d0-776954f32f67", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/event_subscriptions?limit=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "event_subscriptions" ], "query": [ { "description": "Limit the size of the list that is returned. The default (and maximum) is 100 objects.", "key": "limit", "value": "" }, { "description": "The cursor to use for pagination. If not set, the first page of results will be returned.", "key": "cursor", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Request-Id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-e1b0e8cf-bee0-4562-a6d0-776954f32f67" } ], "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-8c8df2d7-c109-43ad-8b40-ed86f848c680" } ], "id": "ed6750e1-7b12-4b7b-8c81-26583fd2a64f", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-ed6750e1-7b12-4b7b-8c81-26583fd2a64f" } ], "id": "6fda5de4-e0a7-44e1-907d-1a7e9900a5a8", "createdAt": "2026-07-28T01:19:31.000Z", "updatedAt": "2026-07-28T01:19:31.000Z", "uid": "35240-6fda5de4-e0a7-44e1-907d-1a7e9900a5a8" } ], "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "read:bank_accounts sync:connected_accounts", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.givechariot.com/auth/oauth/token", "type": "string" }, { "key": "authUrl", "value": "https://dashboard.givechariot.com/oauth/authorize", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.givechariot.com/fdx/v6" } ] }