{ "info": { "_postman_id": "c006f79d-0ddb-4443-8daa-c13a4fee2e8e", "name": "Chariot FDX Accounts Programs 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:20:05.000Z", "updatedAt": "2026-07-28T01:20:05.000Z", "lastUpdatedBy": "35240", "uid": "35240-c006f79d-0ddb-4443-8daa-c13a4fee2e8e" }, "item": [ { "name": "v1", "item": [ { "name": "programs", "item": [ { "name": "{id}", "item": [ { "name": "Get Program", "id": "d94eb82f-996e-4015-a059-585ee08496ca", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/programs/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "programs", ":id" ], "variable": [ { "id": "64b5650e-62f2-4767-a0a8-6efaf24fd65d", "key": "id", "value": "", "description": "(Required) The unique identifier for the program" } ] }, "description": "Retrieves the program with the given ID." }, "response": [ { "id": "4c375893-80ec-46b4-9dde-a81c9712ac15", "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/programs/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "programs", ":id" ], "variable": [ { "key": "id" } ] } }, "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 \"id\": \"\",\n \"name\": \"\",\n \"grant_disbursement_status\": \"enabled\",\n \"gift_processing_status\": \"disabled\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"description\": \"\"\n}", "createdAt": "2026-07-28T01:20:06.000Z", "updatedAt": "2026-07-28T01:20:06.000Z", "uid": "35240-4c375893-80ec-46b4-9dde-a81c9712ac15" }, { "id": "7af8b6e6-e70b-4f4e-afe5-6b63caadcd8a", "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/programs/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "programs", ":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:20:06.000Z", "updatedAt": "2026-07-28T01:20:06.000Z", "uid": "35240-7af8b6e6-e70b-4f4e-afe5-6b63caadcd8a" }, { "id": "cf856dbf-d214-4b1c-bbd5-c2e924a6abed", "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/programs/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "programs", ":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:20:06.000Z", "updatedAt": "2026-07-28T01:20:06.000Z", "uid": "35240-cf856dbf-d214-4b1c-bbd5-c2e924a6abed" }, { "id": "7234d553-1b03-4e10-8ae2-f139cbf5abf9", "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/programs/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "programs", ":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:20:06.000Z", "updatedAt": "2026-07-28T01:20:06.000Z", "uid": "35240-7234d553-1b03-4e10-8ae2-f139cbf5abf9" }, { "id": "39e30d7f-5cd9-4c91-b239-141e2564136e", "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/programs/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "programs", ":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:20:06.000Z", "updatedAt": "2026-07-28T01:20:06.000Z", "uid": "35240-39e30d7f-5cd9-4c91-b239-141e2564136e" }, { "id": "1115beba-593c-4395-9322-49d4fa481e5a", "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/programs/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "programs", ":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:20:06.000Z", "updatedAt": "2026-07-28T01:20:06.000Z", "uid": "35240-1115beba-593c-4395-9322-49d4fa481e5a" } ], "createdAt": "2026-07-28T01:20:06.000Z", "updatedAt": "2026-07-28T01:20:06.000Z", "uid": "35240-d94eb82f-996e-4015-a059-585ee08496ca" } ], "id": "4e79a934-a5cc-490e-b484-8993d7632afb", "createdAt": "2026-07-28T01:20:06.000Z", "updatedAt": "2026-07-28T01:20:06.000Z", "uid": "35240-4e79a934-a5cc-490e-b484-8993d7632afb" }, { "name": "List Programs", "id": "d36f6eee-f00e-4e19-ba82-5fead164123e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/programs?limit=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "programs" ], "query": [ { "description": "Number of results per page. The default (and maximum) is 100 objects.", "key": "limit", "value": "" }, { "description": "Cursor token for pagination. Use the next_page_token from the previous response to retrieve the next page of results.", "key": "cursor", "value": "" } ] }, "description": "Returns a list of all programs for your Chariot account." }, "response": [ { "id": "df7628f4-4484-4acb-98c5-7aaba6f6f221", "name": "The response for Programs.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/programs?limit=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "programs" ], "query": [ { "description": "Number of results per page. The default (and maximum) is 100 objects.", "key": "limit", "value": "" }, { "description": "Cursor token for pagination. Use the next_page_token from the previous response to retrieve the next page of results.", "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 \"id\": \"\",\n \"name\": \"\",\n \"grant_disbursement_status\": \"disabled\",\n \"gift_processing_status\": \"enabled\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"description\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"grant_disbursement_status\": \"disabled\",\n \"gift_processing_status\": \"enabled\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"description\": \"\"\n }\n ],\n \"next_page_token\": \"\"\n}", "createdAt": "2026-07-28T01:20:06.000Z", "updatedAt": "2026-07-28T01:20:06.000Z", "uid": "35240-df7628f4-4484-4acb-98c5-7aaba6f6f221" }, { "id": "6c649c41-e095-45e3-bbfe-f6d2f80e62c1", "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/programs?limit=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "programs" ], "query": [ { "description": "Number of results per page. The default (and maximum) is 100 objects.", "key": "limit", "value": "" }, { "description": "Cursor token for pagination. Use the next_page_token from the previous response to retrieve the next page of results.", "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:20:06.000Z", "updatedAt": "2026-07-28T01:20:06.000Z", "uid": "35240-6c649c41-e095-45e3-bbfe-f6d2f80e62c1" }, { "id": "d6b07dc2-b53a-400d-89a8-665e34dfdea8", "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/programs?limit=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "programs" ], "query": [ { "description": "Number of results per page. The default (and maximum) is 100 objects.", "key": "limit", "value": "" }, { "description": "Cursor token for pagination. Use the next_page_token from the previous response to retrieve the next page of results.", "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:20:06.000Z", "updatedAt": "2026-07-28T01:20:06.000Z", "uid": "35240-d6b07dc2-b53a-400d-89a8-665e34dfdea8" }, { "id": "468a1156-6b9a-4a6b-822d-8aede6c09c15", "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/programs?limit=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "programs" ], "query": [ { "description": "Number of results per page. The default (and maximum) is 100 objects.", "key": "limit", "value": "" }, { "description": "Cursor token for pagination. Use the next_page_token from the previous response to retrieve the next page of results.", "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:20:06.000Z", "updatedAt": "2026-07-28T01:20:06.000Z", "uid": "35240-468a1156-6b9a-4a6b-822d-8aede6c09c15" }, { "id": "ac72d405-05f5-4469-9fdd-a49369bccfb9", "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/programs?limit=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "programs" ], "query": [ { "description": "Number of results per page. The default (and maximum) is 100 objects.", "key": "limit", "value": "" }, { "description": "Cursor token for pagination. Use the next_page_token from the previous response to retrieve the next page of results.", "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:20:06.000Z", "updatedAt": "2026-07-28T01:20:06.000Z", "uid": "35240-ac72d405-05f5-4469-9fdd-a49369bccfb9" } ], "createdAt": "2026-07-28T01:20:06.000Z", "updatedAt": "2026-07-28T01:20:06.000Z", "uid": "35240-d36f6eee-f00e-4e19-ba82-5fead164123e" } ], "id": "0b715ca6-3e23-4a78-94f4-650c7d2b755e", "createdAt": "2026-07-28T01:20:06.000Z", "updatedAt": "2026-07-28T01:20:06.000Z", "uid": "35240-0b715ca6-3e23-4a78-94f4-650c7d2b755e" } ], "id": "b946bb43-be94-453c-9e8b-8ba18b9d655d", "createdAt": "2026-07-28T01:20:06.000Z", "updatedAt": "2026-07-28T01:20:06.000Z", "uid": "35240-b946bb43-be94-453c-9e8b-8ba18b9d655d" } ], "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" } ] }