{ "info": { "_postman_id": "34535988-e1ca-495c-a627-4cb8771d6bda", "name": "Chariot FDX Accounts financial_accounts 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:35.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "lastUpdatedBy": "35240", "uid": "35240-34535988-e1ca-495c-a627-4cb8771d6bda" }, "item": [ { "name": "v1", "item": [ { "name": "financial_accounts", "item": [ { "name": "{id}", "item": [ { "name": "balance", "item": [ { "name": "Get a financial account balance", "id": "417e7ca0-801b-4ed3-a0bf-3a3d6edaf442", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/financial_accounts/:id/balance", "host": [ "{{baseUrl}}" ], "path": [ "v1", "financial_accounts", ":id", "balance" ], "variable": [ { "id": "0cd83a7c-eef7-4b2d-a3ab-4529181ab961", "key": "id", "value": "", "description": "(Required) The unique identifier for the financial account" } ] }, "description": "Get a financial account balance by its unique identifier.\n" }, "response": [ { "id": "a38af60f-dafd-4fc8-8bd3-d2feefcb6ab4", "name": "The financial account was retrieved", "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/financial_accounts/:id/balance", "host": [ "{{baseUrl}}" ], "path": [ "v1", "financial_accounts", ":id", "balance" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"current_balance\": \"\",\n \"available_balance\": \"\",\n \"timestamp\": \"\"\n}", "createdAt": "2026-07-28T01:19:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-a38af60f-dafd-4fc8-8bd3-d2feefcb6ab4" }, { "id": "38b1e7fa-e3ba-41e7-b9ce-3a2da8ae6a06", "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/financial_accounts/:id/balance", "host": [ "{{baseUrl}}" ], "path": [ "v1", "financial_accounts", ":id", "balance" ], "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:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-38b1e7fa-e3ba-41e7-b9ce-3a2da8ae6a06" }, { "id": "51a1fd4b-adc9-4d7f-a56e-b22a6c072eb1", "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/financial_accounts/:id/balance", "host": [ "{{baseUrl}}" ], "path": [ "v1", "financial_accounts", ":id", "balance" ], "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:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-51a1fd4b-adc9-4d7f-a56e-b22a6c072eb1" }, { "id": "23e5896b-927e-47f4-9b9e-5d0a0f1ee6db", "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/financial_accounts/:id/balance", "host": [ "{{baseUrl}}" ], "path": [ "v1", "financial_accounts", ":id", "balance" ], "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:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-23e5896b-927e-47f4-9b9e-5d0a0f1ee6db" }, { "id": "0b69561d-6449-457d-bacd-e4acd203f045", "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/financial_accounts/:id/balance", "host": [ "{{baseUrl}}" ], "path": [ "v1", "financial_accounts", ":id", "balance" ], "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:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-0b69561d-6449-457d-bacd-e4acd203f045" }, { "id": "4f21a1e9-2446-4b5b-bb66-c0e5908c1b76", "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/financial_accounts/:id/balance", "host": [ "{{baseUrl}}" ], "path": [ "v1", "financial_accounts", ":id", "balance" ], "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:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-4f21a1e9-2446-4b5b-bb66-c0e5908c1b76" } ], "createdAt": "2026-07-28T01:19:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-417e7ca0-801b-4ed3-a0bf-3a3d6edaf442" } ], "id": "75b7d283-dff1-4e66-a2e0-148c22122e37", "createdAt": "2026-07-28T01:19:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-75b7d283-dff1-4e66-a2e0-148c22122e37" }, { "name": "Get a financial account", "id": "3e732442-3593-4236-a65c-6de488c3d918", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/financial_accounts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "financial_accounts", ":id" ], "variable": [ { "id": "a30e46a4-0100-42c4-bf6b-a157c4fbc8a2", "key": "id", "value": "", "description": "(Required) The unique identifier for the financial account" } ] }, "description": "Get a financial account by its unique identifier.\n" }, "response": [ { "id": "79b6c5a1-5825-4ec0-ae64-a3770353edf4", "name": "The financial account was retrieved", "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/financial_accounts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "financial_accounts", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"account_type\": \"disbursements\",\n \"bank_provider\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"name\": \"minim sed officia\"\n}", "createdAt": "2026-07-28T01:19:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-79b6c5a1-5825-4ec0-ae64-a3770353edf4" }, { "id": "2918c432-46d8-4197-a2dc-4be21ab30c5d", "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/financial_accounts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "financial_accounts", ":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:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-2918c432-46d8-4197-a2dc-4be21ab30c5d" }, { "id": "cc0747a8-0bd9-4d9d-8fd7-90236cba7551", "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/financial_accounts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "financial_accounts", ":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:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-cc0747a8-0bd9-4d9d-8fd7-90236cba7551" }, { "id": "97f92697-8dc3-4834-b482-85029f3b6015", "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/financial_accounts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "financial_accounts", ":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:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-97f92697-8dc3-4834-b482-85029f3b6015" }, { "id": "585b1537-c764-4767-bfa9-0a757ec884e8", "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/financial_accounts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "financial_accounts", ":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:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-585b1537-c764-4767-bfa9-0a757ec884e8" }, { "id": "853c2233-c441-47e1-90a2-775a236ee16d", "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/financial_accounts/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "financial_accounts", ":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:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-853c2233-c441-47e1-90a2-775a236ee16d" } ], "createdAt": "2026-07-28T01:19:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-3e732442-3593-4236-a65c-6de488c3d918" } ], "id": "791f78a2-b0bd-4a4f-8b76-bb484dcf0e5a", "createdAt": "2026-07-28T01:19:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-791f78a2-b0bd-4a4f-8b76-bb484dcf0e5a" }, { "name": "List financial accounts", "id": "d64813ab-43fa-43ff-a0fb-478512f68ef4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/financial_accounts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "financial_accounts" ] }, "description": "Returns a list of financial accounts.\n" }, "response": [ { "id": "7083d63e-e900-415c-afc0-77bdca4a527f", "name": "The response for FinancialAccounts.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/financial_accounts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "financial_accounts" ] } }, "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 \"account_type\": \"disbursements\",\n \"bank_provider\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"name\": true\n },\n {\n \"id\": \"\",\n \"account_type\": \"disbursements\",\n \"bank_provider\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"name\": \"Duis ullamco mollit ut\"\n }\n ]\n}", "createdAt": "2026-07-28T01:19:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-7083d63e-e900-415c-afc0-77bdca4a527f" }, { "id": "2bd88984-01d2-45d9-821d-5aac642c92a2", "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/financial_accounts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "financial_accounts" ] } }, "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:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-2bd88984-01d2-45d9-821d-5aac642c92a2" }, { "id": "51b093ac-254f-4914-b5dd-d303b5fb9022", "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/financial_accounts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "financial_accounts" ] } }, "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:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-51b093ac-254f-4914-b5dd-d303b5fb9022" }, { "id": "e3ddb03f-d3e5-45ba-bad9-32db2e1f5891", "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/financial_accounts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "financial_accounts" ] } }, "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:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-e3ddb03f-d3e5-45ba-bad9-32db2e1f5891" }, { "id": "717134b4-c474-4915-a780-babbc7030b74", "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/financial_accounts", "host": [ "{{baseUrl}}" ], "path": [ "v1", "financial_accounts" ] } }, "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:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-717134b4-c474-4915-a780-babbc7030b74" } ], "createdAt": "2026-07-28T01:19:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-d64813ab-43fa-43ff-a0fb-478512f68ef4" } ], "id": "6f46f30d-cd07-4fc9-be7b-1538f5039cb8", "createdAt": "2026-07-28T01:19:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-6f46f30d-cd07-4fc9-be7b-1538f5039cb8" } ], "id": "a6b2c233-29c7-4c6d-b6f6-2c6d1660a463", "createdAt": "2026-07-28T01:19:36.000Z", "updatedAt": "2026-07-28T01:19:36.000Z", "uid": "35240-a6b2c233-29c7-4c6d-b6f6-2c6d1660a463" } ], "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" } ] }