{
    "item": [
        {
            "id": "b9258d98-0f9a-41da-b396-b6ee1eaed21c",
            "name": "authorization",
            "description": {
                "content": "",
                "type": "text/plain"
            },
            "item": [],
            "event": []
        },
        {
            "id": "faf5ede4-ad11-42ae-ab7d-52ce16ab37dc",
            "name": "accounts",
            "description": {
                "content": "The Accounts endpoints represent a user's checking, savings, mortgage, 401(k), or other types of accounts held by a financial institution.\n\nAn account belongs to a `member`, which represents the user's overall relationship with a particular financial institution. A checking account may be just one part of a larger relationship that could also include a car loan and a savings account.\n\nAccounts—and the transactions associated with them—are updated every 24 hours, unless the associated `user` is disabled.\n\nYou can also create manual accounts. Since a manual account has no credentials tied to the member, the account will never aggregate or include data from a data feed. All manual accounts are automatically created under the Manual Institution member.\n",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "f6865315-73bb-42a7-99ba-0d648ba09864",
                    "name": "List accounts",
                    "request": {
                        "name": "List accounts",
                        "description": {
                            "content": "This endpoint returns a list of all the accounts associated with the specified `user`.\n:::warning Account Numbers\nThis request will not return the full account number. It may return the last four digits of the account number if that information has been provided during aggregation. If you need the full account number, please refer to [List account numbers by member](/api-reference/platform-api/reference/list-account-numbers-by-member/) or [List account numbers by account](/api-reference/platform-api/reference/list-account-numbers-by-account/).\n:::\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "accounts"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "member_is_managed_by_user",
                                    "value": "<boolean>",
                                    "description": "List only accounts whose member is managed by the user."
                                },
                                {
                                    "disabled": false,
                                    "key": "is_manual",
                                    "value": "<boolean>",
                                    "description": "List only accounts that were manually created."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                },
                                {
                                    "disabled": false,
                                    "key": "use_case",
                                    "value": "<string>",
                                    "description": "The use case associated with the member. Valid values are `PFM` and `MONEY_MOVEMENT`. For example, you can append either `?use_case=PFM` or `?use_case=MONEY_MOVEMENT`."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "a6ece011-75f3-4877-b8f6-aabd72cbbf19",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "accounts"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "member_is_managed_by_user",
                                            "value": "true"
                                        },
                                        {
                                            "key": "is_manual",
                                            "value": "true"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        },
                                        {
                                            "key": "use_case",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) Specifies the media type expected in the response.",
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"accounts\": [\n    {\n      \"account_number\": \"3331261\",\n      \"account_ownership\": \"INDIVIDUAL\",\n      \"annuity_policy_to_date\": \"2025-12-31\",\n      \"annuity_provider\": \"Metlife\",\n      \"annuity_term_year\": 30,\n      \"apr\": 1,\n      \"apy\": 2.35,\n      \"available_balance\": 1000,\n      \"available_credit\": 4000,\n      \"balance\": 1000,\n      \"cash_balance\": 2500,\n      \"cash_surrender_value\": 1000,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"credit_limit\": 5000,\n      \"currency_code\": \"USD\",\n      \"day_payment_is_due\": 14,\n      \"death_benefit\": 1000,\n      \"federal_insurance_status\": \"INSURED\",\n      \"guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"id\": \"1040434698\",\n      \"imported_at\": \"2015-10-13T17:57:37.000Z\",\n      \"interest_rate\": 3.25,\n      \"institution_code\": \"3af3685e-05d9-7060-359f-008d0755e993\",\n      \"insured_name\": \"Tommy Shelby\",\n      \"is_closed\": false,\n      \"is_hidden\": false,\n      \"is_manual\": false,\n      \"last_payment\": 100,\n      \"last_payment_at\": \"2023-07-25T17:14:46Z\",\n      \"loan_amount\": 1000,\n      \"margin_balance\": 1000,\n      \"matures_on\": \"2015-10-13T17:57:37.000Z\",\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"member_id\": \"member123\",\n      \"member_is_managed_by_user\": false,\n      \"metadata\": \"some metadata\",\n      \"minimum_balance\": 100,\n      \"minimum_payment\": 10,\n      \"name\": \"Test account 2\",\n      \"nickname\": \"My Checking\",\n      \"original_balance\": 10,\n      \"pay_out_amount\": 10,\n      \"payment_due_at\": \"2015-10-13T17:57:37.000Z\",\n      \"payoff_balance\": 10,\n      \"premium_amount\": 1,\n      \"property_type\": \"VEHICLE\",\n      \"routing_number\": \"68899990000000\",\n      \"started_on\": \"2025-10-13T17:57:37.000Z\",\n      \"statement_balance\": 1000.5,\n      \"subtype\": \"MONEY_MARKET\",\n      \"today_ugl_amount\": 1000.5,\n      \"today_ugl_percentage\": 6.9,\n      \"total_account_value\": 1,\n      \"total_account_value_ugl\": 1,\n      \"type\": \"CHECKING\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    },\n    {\n      \"account_number\": \"3331261\",\n      \"account_ownership\": \"INDIVIDUAL\",\n      \"annuity_policy_to_date\": \"2025-12-31\",\n      \"annuity_provider\": \"Metlife\",\n      \"annuity_term_year\": 30,\n      \"apr\": 1,\n      \"apy\": 2.35,\n      \"available_balance\": 1000,\n      \"available_credit\": 4000,\n      \"balance\": 1000,\n      \"cash_balance\": 2500,\n      \"cash_surrender_value\": 1000,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"credit_limit\": 5000,\n      \"currency_code\": \"USD\",\n      \"day_payment_is_due\": 14,\n      \"death_benefit\": 1000,\n      \"federal_insurance_status\": \"INSURED\",\n      \"guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"id\": \"1040434698\",\n      \"imported_at\": \"2015-10-13T17:57:37.000Z\",\n      \"interest_rate\": 3.25,\n      \"institution_code\": \"3af3685e-05d9-7060-359f-008d0755e993\",\n      \"insured_name\": \"Tommy Shelby\",\n      \"is_closed\": false,\n      \"is_hidden\": false,\n      \"is_manual\": false,\n      \"last_payment\": 100,\n      \"last_payment_at\": \"2023-07-25T17:14:46Z\",\n      \"loan_amount\": 1000,\n      \"margin_balance\": 1000,\n      \"matures_on\": \"2015-10-13T17:57:37.000Z\",\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"member_id\": \"member123\",\n      \"member_is_managed_by_user\": false,\n      \"metadata\": \"some metadata\",\n      \"minimum_balance\": 100,\n      \"minimum_payment\": 10,\n      \"name\": \"Test account 2\",\n      \"nickname\": \"My Checking\",\n      \"original_balance\": 10,\n      \"pay_out_amount\": 10,\n      \"payment_due_at\": \"2015-10-13T17:57:37.000Z\",\n      \"payoff_balance\": 10,\n      \"premium_amount\": 1,\n      \"property_type\": \"VEHICLE\",\n      \"routing_number\": \"68899990000000\",\n      \"started_on\": \"2025-10-13T17:57:37.000Z\",\n      \"statement_balance\": 1000.5,\n      \"subtype\": \"MONEY_MARKET\",\n      \"today_ugl_amount\": 1000.5,\n      \"today_ugl_percentage\": 6.9,\n      \"total_account_value\": 1,\n      \"total_account_value_ugl\": 1,\n      \"type\": \"CHECKING\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "bcf24a97-47ad-4e88-b05b-593dfdf3824d",
                    "name": "Create manual account",
                    "request": {
                        "name": "Create manual account",
                        "description": {
                            "content": "This endpoint can only be used to create manual accounts. Creating a manual account will automatically create it under the Manual Institution member. Since a manual account has no credentials tied to the member, the account will never aggregate or include data from a data feed.\n:::warning\nYou must use the user `guid` when setting `user_identifier` in the path.\n:::\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "accounts"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"account\": {\n    \"name\": \"<string>\",\n    \"account_type\": \"<string>\",\n    \"account_subtype\": \"<string>\",\n    \"apr\": \"<number>\",\n    \"apy\": \"<number>\",\n    \"available_balance\": \"<number>\",\n    \"balance\": \"<number>\",\n    \"cash_surrender_value\": \"<number>\",\n    \"credit_limit\": \"<number>\",\n    \"currency_code\": \"<string>\",\n    \"death_benefit\": \"<integer>\",\n    \"interest_rate\": \"<number>\",\n    \"is_business\": \"<boolean>\",\n    \"is_closed\": \"<boolean>\",\n    \"is_hidden\": \"<boolean>\",\n    \"loan_amount\": \"<number>\",\n    \"metadata\": \"<string>\",\n    \"nickname\": \"<string>\",\n    \"original_balance\": \"<number>\",\n    \"property_type\": \"<string>\",\n    \"skip_webhook\": \"<boolean>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "ed4969b5-4aa6-4f6d-a2ef-03de49fc8358",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "accounts"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"account\": {\n    \"name\": \"Test account 2\",\n    \"account_type\": \"CHECKING\",\n    \"account_subtype\": \"CHECKING\",\n    \"apr\": 1,\n    \"apy\": 2.35,\n    \"available_balance\": 1000,\n    \"balance\": 1000,\n    \"cash_surrender_value\": 1000,\n    \"credit_limit\": 100,\n    \"currency_code\": \"USD\",\n    \"death_benefit\": 1000,\n    \"interest_rate\": 3.25,\n    \"is_business\": false,\n    \"is_closed\": false,\n    \"is_hidden\": false,\n    \"loan_amount\": 1000,\n    \"metadata\": \"some metadata\",\n    \"nickname\": \"Swiss Account\",\n    \"original_balance\": 10,\n    \"property_type\": \"VEHICLE\",\n    \"skip_webhook\": true\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"account\": {\n    \"account_number\": \"3331261\",\n    \"account_ownership\": \"INDIVIDUAL\",\n    \"annuity_policy_to_date\": \"2025-12-31\",\n    \"annuity_provider\": \"Metlife\",\n    \"annuity_term_year\": 30,\n    \"apr\": 1,\n    \"apy\": 2.35,\n    \"available_balance\": 1000,\n    \"available_credit\": 4000,\n    \"balance\": 1000,\n    \"cash_balance\": 2500,\n    \"cash_surrender_value\": 1000,\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"credit_limit\": 5000,\n    \"currency_code\": \"USD\",\n    \"day_payment_is_due\": 14,\n    \"death_benefit\": 1000,\n    \"federal_insurance_status\": \"INSURED\",\n    \"guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"id\": \"1040434698\",\n    \"imported_at\": \"2015-10-13T17:57:37.000Z\",\n    \"interest_rate\": 3.25,\n    \"institution_code\": \"3af3685e-05d9-7060-359f-008d0755e993\",\n    \"insured_name\": \"Tommy Shelby\",\n    \"is_closed\": false,\n    \"is_hidden\": false,\n    \"is_manual\": false,\n    \"last_payment\": 100,\n    \"last_payment_at\": \"2023-07-25T17:14:46Z\",\n    \"loan_amount\": 1000,\n    \"margin_balance\": 1000,\n    \"matures_on\": \"2015-10-13T17:57:37.000Z\",\n    \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"member_id\": \"member123\",\n    \"member_is_managed_by_user\": false,\n    \"metadata\": \"some metadata\",\n    \"minimum_balance\": 100,\n    \"minimum_payment\": 10,\n    \"name\": \"Test account 2\",\n    \"nickname\": \"My Checking\",\n    \"original_balance\": 10,\n    \"pay_out_amount\": 10,\n    \"payment_due_at\": \"2015-10-13T17:57:37.000Z\",\n    \"payoff_balance\": 10,\n    \"premium_amount\": 1,\n    \"property_type\": \"VEHICLE\",\n    \"routing_number\": \"68899990000000\",\n    \"started_on\": \"2025-10-13T17:57:37.000Z\",\n    \"statement_balance\": 1000.5,\n    \"subtype\": \"MONEY_MARKET\",\n    \"today_ugl_amount\": 1000.5,\n    \"today_ugl_percentage\": 6.9,\n    \"total_account_value\": 1,\n    \"total_account_value_ugl\": 1,\n    \"type\": \"CHECKING\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "e36e3465-e8f5-4fd1-bde4-d0b486947d23",
                    "name": "Read account",
                    "request": {
                        "name": "Read account",
                        "description": {
                            "content": "This endpoint returns the specified `account` resource.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "accounts",
                                ":account_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_guid",
                                    "description": "(Required) The unique id for an `account`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "9ed30124-8083-41b8-a423-d1f6c76280bd",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "accounts",
                                        ":account_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_guid",
                                            "description": "(Required) The unique id for an `account`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"account\": {\n    \"account_number\": \"3331261\",\n    \"account_ownership\": \"INDIVIDUAL\",\n    \"annuity_policy_to_date\": \"2025-12-31\",\n    \"annuity_provider\": \"Metlife\",\n    \"annuity_term_year\": 30,\n    \"apr\": 1,\n    \"apy\": 2.35,\n    \"available_balance\": 1000,\n    \"available_credit\": 4000,\n    \"balance\": 1000,\n    \"cash_balance\": 2500,\n    \"cash_surrender_value\": 1000,\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"credit_limit\": 5000,\n    \"currency_code\": \"USD\",\n    \"day_payment_is_due\": 14,\n    \"death_benefit\": 1000,\n    \"federal_insurance_status\": \"INSURED\",\n    \"guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"id\": \"1040434698\",\n    \"imported_at\": \"2015-10-13T17:57:37.000Z\",\n    \"interest_rate\": 3.25,\n    \"institution_code\": \"3af3685e-05d9-7060-359f-008d0755e993\",\n    \"insured_name\": \"Tommy Shelby\",\n    \"is_closed\": false,\n    \"is_hidden\": false,\n    \"is_manual\": false,\n    \"last_payment\": 100,\n    \"last_payment_at\": \"2023-07-25T17:14:46Z\",\n    \"loan_amount\": 1000,\n    \"margin_balance\": 1000,\n    \"matures_on\": \"2015-10-13T17:57:37.000Z\",\n    \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"member_id\": \"member123\",\n    \"member_is_managed_by_user\": false,\n    \"metadata\": \"some metadata\",\n    \"minimum_balance\": 100,\n    \"minimum_payment\": 10,\n    \"name\": \"Test account 2\",\n    \"nickname\": \"My Checking\",\n    \"original_balance\": 10,\n    \"pay_out_amount\": 10,\n    \"payment_due_at\": \"2015-10-13T17:57:37.000Z\",\n    \"payoff_balance\": 10,\n    \"premium_amount\": 1,\n    \"property_type\": \"VEHICLE\",\n    \"routing_number\": \"68899990000000\",\n    \"started_on\": \"2025-10-13T17:57:37.000Z\",\n    \"statement_balance\": 1000.5,\n    \"subtype\": \"MONEY_MARKET\",\n    \"today_ugl_amount\": 1000.5,\n    \"today_ugl_percentage\": 6.9,\n    \"total_account_value\": 1,\n    \"total_account_value_ugl\": 1,\n    \"type\": \"CHECKING\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "5968d29a-0c8c-4a81-8e37-ab671a036776",
                    "name": "Delete manual account",
                    "request": {
                        "name": "Delete manual account",
                        "description": {
                            "content": "This endpoint deletes accounts that were manually created. The API will respond with an empty object and a status of `204 No Content`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "accounts",
                                ":account_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_guid",
                                    "description": "(Required) The unique id for an `account`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            }
                        ],
                        "method": "DELETE",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "6985bc0a-68c8-4e84-be1e-0c41653b179e",
                            "name": "No content.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "accounts",
                                        ":account_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_guid",
                                            "description": "(Required) The unique id for an `account`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) Specifies the media type expected in the response.",
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "No Content",
                            "code": 204,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain"
                                }
                            ],
                            "body": "",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "150a7b1b-c21b-4eb2-af0d-493cd06738a3",
                    "name": "List account numbers by account",
                    "request": {
                        "name": "List account numbers by account",
                        "description": {
                            "content": "This endpoint returns a list of account numbers associated with the specified `account`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "accounts",
                                ":account_identifier",
                                "account_numbers"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_identifier",
                                    "description": "(Required) Use either the account `id` you defined or the MX-defined account `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "226f6a15-1423-4a89-8f04-9d76fdd104cd",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "accounts",
                                        ":account_identifier",
                                        "account_numbers"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_identifier",
                                            "description": "(Required) Use either the account `id` you defined or the MX-defined account `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"account_numbers\": [\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"account_number\": \"3331261\",\n      \"guid\": \"ACN-8899832e-e5b4-42cd-aa25-bbf1dc889a8f\",\n      \"institution_number\": \"123\",\n      \"loan_guarantor\": \"U.S. DEPARTMENT OF EDUCATION (123456)\",\n      \"loan_reference_number\": \"123456789012345\",\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"passed_validation\": true,\n      \"routing_number\": \"68899990000000\",\n      \"sequence_number\": \"1-01\",\n      \"transit_number\": \"12345\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    },\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"account_number\": \"3331261\",\n      \"guid\": \"ACN-8899832e-e5b4-42cd-aa25-bbf1dc889a8f\",\n      \"institution_number\": \"123\",\n      \"loan_guarantor\": \"U.S. DEPARTMENT OF EDUCATION (123456)\",\n      \"loan_reference_number\": \"123456789012345\",\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"passed_validation\": true,\n      \"routing_number\": \"68899990000000\",\n      \"sequence_number\": \"1-01\",\n      \"transit_number\": \"12345\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "536b7ce7-c361-428d-8598-310db32021f0",
                    "name": "Block an account",
                    "request": {
                        "name": "Block an account",
                        "description": {
                            "content": "This endpoint is used to delete existing data and block new data from being stored on the specified account. This may be necessary to comply with certain rules, regulations, or standards. This endpoint also:\n- Immediately and permanently deletes most data from the account object. Certain information is retained that is necessary for MX to prevent the account from being re-added.\n- Prevents MX from creating or storing any additional data associated with the account, for example transactions, holdings, statements, and so on.\n- Immediately and permanently deletes all data associated with the account, for example transactions, holdings, statements, etc.\nThis action is scoped to the member the account belongs to. This means that if the real world account is connected or reconnected via another member, the block will have no effect on that account.\nThis action cannot be taken on accounts where `is_manual` is `true`.\nObjects deleted as a result of blocking an account will issue a webhook for that object with the action set to deleted. For example, account deleted, transaction deleted, and so on. There is no special webhook or action for blocking.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "accounts",
                                ":account_guid",
                                "block"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_guid",
                                    "description": "(Required) The unique id for an `account`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            }
                        ],
                        "method": "PUT",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "ca8bd180-33bd-4345-b2ba-ba0ecd4b332f",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "accounts",
                                        ":account_guid",
                                        "block"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_guid",
                                            "description": "(Required) The unique id for an `account`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "PUT",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain"
                                }
                            ],
                            "body": "",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "9bdd4457-8317-4eeb-8799-571a6e60ec44",
                    "name": "Merge accounts",
                    "request": {
                        "name": "Merge accounts",
                        "description": {
                            "content": "Merge two or more financial accounts that an end user has identified as duplicates. \nProvide at least two account GUIDs belonging to the same user. \n:::danger\n\nThe response will return a single consolidated account. Any other accounts you provided that were not included in the response will be deleted.\nThis is a destructive action and can't be undone.\n\n:::\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "accounts",
                                "merge"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"account\": {\n    \"account_guids\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "9e431aa0-2b3a-4dc5-99bc-af9f46816cc5",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "accounts",
                                        "merge"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"account\": {\n    \"account_guids\": [\n      \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"ACT-e1b1e9e7-9436-4720-a1b5-f02373433bd4\"\n    ]\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"account\": {\n    \"account_number\": \"3331261\",\n    \"account_ownership\": \"INDIVIDUAL\",\n    \"annuity_policy_to_date\": \"2025-12-31\",\n    \"annuity_provider\": \"Metlife\",\n    \"annuity_term_year\": 30,\n    \"apr\": 1,\n    \"apy\": 2.35,\n    \"available_balance\": 1000,\n    \"available_credit\": 4000,\n    \"balance\": 1000,\n    \"cash_balance\": 2500,\n    \"cash_surrender_value\": 1000,\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"credit_limit\": 5000,\n    \"currency_code\": \"USD\",\n    \"day_payment_is_due\": 14,\n    \"death_benefit\": 1000,\n    \"federal_insurance_status\": \"INSURED\",\n    \"guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"id\": \"1040434698\",\n    \"imported_at\": \"2015-10-13T17:57:37.000Z\",\n    \"interest_rate\": 3.25,\n    \"institution_code\": \"3af3685e-05d9-7060-359f-008d0755e993\",\n    \"insured_name\": \"Tommy Shelby\",\n    \"is_closed\": false,\n    \"is_hidden\": false,\n    \"is_manual\": false,\n    \"last_payment\": 100,\n    \"last_payment_at\": \"2023-07-25T17:14:46Z\",\n    \"loan_amount\": 1000,\n    \"margin_balance\": 1000,\n    \"matures_on\": \"2015-10-13T17:57:37.000Z\",\n    \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"member_id\": \"member123\",\n    \"member_is_managed_by_user\": false,\n    \"metadata\": \"some metadata\",\n    \"minimum_balance\": 100,\n    \"minimum_payment\": 10,\n    \"name\": \"Test account 2\",\n    \"nickname\": \"My Checking\",\n    \"original_balance\": 10,\n    \"pay_out_amount\": 10,\n    \"payment_due_at\": \"2015-10-13T17:57:37.000Z\",\n    \"payoff_balance\": 10,\n    \"premium_amount\": 1,\n    \"property_type\": \"VEHICLE\",\n    \"routing_number\": \"68899990000000\",\n    \"started_on\": \"2025-10-13T17:57:37.000Z\",\n    \"statement_balance\": 1000.5,\n    \"subtype\": \"MONEY_MARKET\",\n    \"today_ugl_amount\": 1000.5,\n    \"today_ugl_percentage\": 6.9,\n    \"total_account_value\": 1,\n    \"total_account_value_ugl\": 1,\n    \"type\": \"CHECKING\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "ed52bea8-101f-403f-ae31-003fd87c3e5a",
                    "name": "List account balances by month",
                    "request": {
                        "name": "List account balances by month",
                        "description": {
                            "content": "Use this endpoint to list all monthly account balances associated with an account GUID. Setting `from_date` returns account balances starting from the set month. Setting `to_date` returns account balances ending with the set month.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "accounts",
                                ":account_guid",
                                "monthly_account_balances"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "from_date",
                                    "value": "<string>",
                                    "description": "(Required) Filter transactions from this date. This only supports ISO 8601 format without timestamp (YYYY-MM-DD). Defaults to 120 days ago if not provided."
                                },
                                {
                                    "disabled": false,
                                    "key": "to_date",
                                    "value": "<string>",
                                    "description": "(Required) Filter transactions to this date (at midnight). This only supports ISO 8601 format without timestamp (YYYY-MM-DD). Defaults to 5 days forward from the day the request is made to capture pending transactions."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_guid",
                                    "description": "(Required) The unique id for an `account`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "d2c6828c-ea8b-4474-bcd6-930d55312440",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "accounts",
                                        ":account_guid",
                                        "monthly_account_balances"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "from_date",
                                            "value": "2024-02-01"
                                        },
                                        {
                                            "key": "to_date",
                                            "value": "2024-08-28"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_guid",
                                            "description": "(Required) The unique id for an `account`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"monthly_account_balances\": [\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"balance\": 1000,\n      \"month\": 1,\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"year\": 2023\n    },\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"balance\": 1000,\n      \"month\": 1,\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"year\": 2023\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "bb469b1d-ecce-4917-a30c-222890f582bb",
                    "name": "List account numbers by member",
                    "request": {
                        "name": "List account numbers by member",
                        "description": {
                            "content": "This endpoint returns a list of account numbers associated with the specified `member`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "members",
                                ":member_guid",
                                "account_numbers"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_guid",
                                    "description": "(Required) The unique id for a `member`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "30fb9c6f-1d9c-4cd6-90d5-e4c78815b73a",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "members",
                                        ":member_guid",
                                        "account_numbers"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_guid",
                                            "description": "(Required) The unique id for a `member`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"account_numbers\": [\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"account_number\": \"3331261\",\n      \"guid\": \"ACN-8899832e-e5b4-42cd-aa25-bbf1dc889a8f\",\n      \"institution_number\": \"123\",\n      \"loan_guarantor\": \"U.S. DEPARTMENT OF EDUCATION (123456)\",\n      \"loan_reference_number\": \"123456789012345\",\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"passed_validation\": true,\n      \"routing_number\": \"68899990000000\",\n      \"sequence_number\": \"1-01\",\n      \"transit_number\": \"12345\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    },\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"account_number\": \"3331261\",\n      \"guid\": \"ACN-8899832e-e5b4-42cd-aa25-bbf1dc889a8f\",\n      \"institution_number\": \"123\",\n      \"loan_guarantor\": \"U.S. DEPARTMENT OF EDUCATION (123456)\",\n      \"loan_reference_number\": \"123456789012345\",\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"passed_validation\": true,\n      \"routing_number\": \"68899990000000\",\n      \"sequence_number\": \"1-01\",\n      \"transit_number\": \"12345\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "c88a6271-a1be-4876-aa2b-87f81785d34b",
                    "name": "List account owners by member",
                    "request": {
                        "name": "List account owners by member",
                        "description": {
                            "content": "This endpoint returns an array with information about every account associated with a particular member.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier",
                                "account_owners"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "a545a7c2-bbb5-4c50-8b7c-3b58e77aae24",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier",
                                        "account_owners"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"account_owners\": [\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"address\": \"3541 Adrian Street\",\n      \"city\": \"Middlesex\",\n      \"country\": \"US\",\n      \"email\": \"example@example.com\",\n      \"first_name\": \"Josh\",\n      \"guid\": \"ACO-63dc7714-6fc0-4aa2-a069-c06cdccd1af9\",\n      \"last_name\": \"Smith\",\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"owner_name\": \"Josh Smith\",\n      \"phone\": \"555-555-5555\",\n      \"postal_code\": \"00000-0000\",\n      \"state\": \"VA\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    },\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"address\": \"3541 Adrian Street\",\n      \"city\": \"Middlesex\",\n      \"country\": \"US\",\n      \"email\": \"example@example.com\",\n      \"first_name\": \"Josh\",\n      \"guid\": \"ACO-63dc7714-6fc0-4aa2-a069-c06cdccd1af9\",\n      \"last_name\": \"Smith\",\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"owner_name\": \"Josh Smith\",\n      \"phone\": \"555-555-5555\",\n      \"postal_code\": \"00000-0000\",\n      \"state\": \"VA\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "0b16ca5a-2292-4e39-afca-072475b2ffa0",
                    "name": "List member accounts",
                    "request": {
                        "name": "List member accounts",
                        "description": {
                            "content": "This endpoint returns a list of all the accounts associated with the specified `member`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier",
                                "accounts"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "member_is_managed_by_user",
                                    "value": "<boolean>",
                                    "description": "List only accounts whose member is managed by the user."
                                },
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "904e8b2f-bba7-4dcb-86a5-034951327ce0",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier",
                                        "accounts"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "member_is_managed_by_user",
                                            "value": "true"
                                        },
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"accounts\": [\n    {\n      \"account_number\": \"3331261\",\n      \"account_ownership\": \"INDIVIDUAL\",\n      \"annuity_policy_to_date\": \"2025-12-31\",\n      \"annuity_provider\": \"Metlife\",\n      \"annuity_term_year\": 30,\n      \"apr\": 1,\n      \"apy\": 2.35,\n      \"available_balance\": 1000,\n      \"available_credit\": 4000,\n      \"balance\": 1000,\n      \"cash_balance\": 2500,\n      \"cash_surrender_value\": 1000,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"credit_limit\": 5000,\n      \"currency_code\": \"USD\",\n      \"day_payment_is_due\": 14,\n      \"death_benefit\": 1000,\n      \"federal_insurance_status\": \"INSURED\",\n      \"guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"id\": \"1040434698\",\n      \"imported_at\": \"2015-10-13T17:57:37.000Z\",\n      \"interest_rate\": 3.25,\n      \"institution_code\": \"3af3685e-05d9-7060-359f-008d0755e993\",\n      \"insured_name\": \"Tommy Shelby\",\n      \"is_closed\": false,\n      \"is_hidden\": false,\n      \"is_manual\": false,\n      \"last_payment\": 100,\n      \"last_payment_at\": \"2023-07-25T17:14:46Z\",\n      \"loan_amount\": 1000,\n      \"margin_balance\": 1000,\n      \"matures_on\": \"2015-10-13T17:57:37.000Z\",\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"member_id\": \"member123\",\n      \"member_is_managed_by_user\": false,\n      \"metadata\": \"some metadata\",\n      \"minimum_balance\": 100,\n      \"minimum_payment\": 10,\n      \"name\": \"Test account 2\",\n      \"nickname\": \"My Checking\",\n      \"original_balance\": 10,\n      \"pay_out_amount\": 10,\n      \"payment_due_at\": \"2015-10-13T17:57:37.000Z\",\n      \"payoff_balance\": 10,\n      \"premium_amount\": 1,\n      \"property_type\": \"VEHICLE\",\n      \"routing_number\": \"68899990000000\",\n      \"started_on\": \"2025-10-13T17:57:37.000Z\",\n      \"statement_balance\": 1000.5,\n      \"subtype\": \"MONEY_MARKET\",\n      \"today_ugl_amount\": 1000.5,\n      \"today_ugl_percentage\": 6.9,\n      \"total_account_value\": 1,\n      \"total_account_value_ugl\": 1,\n      \"type\": \"CHECKING\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    },\n    {\n      \"account_number\": \"3331261\",\n      \"account_ownership\": \"INDIVIDUAL\",\n      \"annuity_policy_to_date\": \"2025-12-31\",\n      \"annuity_provider\": \"Metlife\",\n      \"annuity_term_year\": 30,\n      \"apr\": 1,\n      \"apy\": 2.35,\n      \"available_balance\": 1000,\n      \"available_credit\": 4000,\n      \"balance\": 1000,\n      \"cash_balance\": 2500,\n      \"cash_surrender_value\": 1000,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"credit_limit\": 5000,\n      \"currency_code\": \"USD\",\n      \"day_payment_is_due\": 14,\n      \"death_benefit\": 1000,\n      \"federal_insurance_status\": \"INSURED\",\n      \"guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"id\": \"1040434698\",\n      \"imported_at\": \"2015-10-13T17:57:37.000Z\",\n      \"interest_rate\": 3.25,\n      \"institution_code\": \"3af3685e-05d9-7060-359f-008d0755e993\",\n      \"insured_name\": \"Tommy Shelby\",\n      \"is_closed\": false,\n      \"is_hidden\": false,\n      \"is_manual\": false,\n      \"last_payment\": 100,\n      \"last_payment_at\": \"2023-07-25T17:14:46Z\",\n      \"loan_amount\": 1000,\n      \"margin_balance\": 1000,\n      \"matures_on\": \"2015-10-13T17:57:37.000Z\",\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"member_id\": \"member123\",\n      \"member_is_managed_by_user\": false,\n      \"metadata\": \"some metadata\",\n      \"minimum_balance\": 100,\n      \"minimum_payment\": 10,\n      \"name\": \"Test account 2\",\n      \"nickname\": \"My Checking\",\n      \"original_balance\": 10,\n      \"pay_out_amount\": 10,\n      \"payment_due_at\": \"2015-10-13T17:57:37.000Z\",\n      \"payoff_balance\": 10,\n      \"premium_amount\": 1,\n      \"property_type\": \"VEHICLE\",\n      \"routing_number\": \"68899990000000\",\n      \"started_on\": \"2025-10-13T17:57:37.000Z\",\n      \"statement_balance\": 1000.5,\n      \"subtype\": \"MONEY_MARKET\",\n      \"today_ugl_amount\": 1000.5,\n      \"today_ugl_percentage\": 6.9,\n      \"total_account_value\": 1,\n      \"total_account_value_ugl\": 1,\n      \"type\": \"CHECKING\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "d9f148a3-f4f9-4910-bcf6-68249a0a24d5",
                    "name": "Read member account",
                    "request": {
                        "name": "Read member account",
                        "description": {
                            "content": "This endpoint allows you to read the attributes of an `account` resource.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier",
                                "accounts",
                                ":account_identifier"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_identifier",
                                    "description": "(Required) Use either the account `id` you defined or the MX-defined account `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "b3832550-db32-4a40-b493-3eadbe58a2d5",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier",
                                        "accounts",
                                        ":account_identifier"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_identifier",
                                            "description": "(Required) Use either the account `id` you defined or the MX-defined account `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"account\": {\n    \"account_number\": \"3331261\",\n    \"account_ownership\": \"INDIVIDUAL\",\n    \"annuity_policy_to_date\": \"2025-12-31\",\n    \"annuity_provider\": \"Metlife\",\n    \"annuity_term_year\": 30,\n    \"apr\": 1,\n    \"apy\": 2.35,\n    \"available_balance\": 1000,\n    \"available_credit\": 4000,\n    \"balance\": 1000,\n    \"cash_balance\": 2500,\n    \"cash_surrender_value\": 1000,\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"credit_limit\": 5000,\n    \"currency_code\": \"USD\",\n    \"day_payment_is_due\": 14,\n    \"death_benefit\": 1000,\n    \"federal_insurance_status\": \"INSURED\",\n    \"guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"id\": \"1040434698\",\n    \"imported_at\": \"2015-10-13T17:57:37.000Z\",\n    \"interest_rate\": 3.25,\n    \"institution_code\": \"3af3685e-05d9-7060-359f-008d0755e993\",\n    \"insured_name\": \"Tommy Shelby\",\n    \"is_closed\": false,\n    \"is_hidden\": false,\n    \"is_manual\": false,\n    \"last_payment\": 100,\n    \"last_payment_at\": \"2023-07-25T17:14:46Z\",\n    \"loan_amount\": 1000,\n    \"margin_balance\": 1000,\n    \"matures_on\": \"2015-10-13T17:57:37.000Z\",\n    \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"member_id\": \"member123\",\n    \"member_is_managed_by_user\": false,\n    \"metadata\": \"some metadata\",\n    \"minimum_balance\": 100,\n    \"minimum_payment\": 10,\n    \"name\": \"Test account 2\",\n    \"nickname\": \"My Checking\",\n    \"original_balance\": 10,\n    \"pay_out_amount\": 10,\n    \"payment_due_at\": \"2015-10-13T17:57:37.000Z\",\n    \"payoff_balance\": 10,\n    \"premium_amount\": 1,\n    \"property_type\": \"VEHICLE\",\n    \"routing_number\": \"68899990000000\",\n    \"started_on\": \"2025-10-13T17:57:37.000Z\",\n    \"statement_balance\": 1000.5,\n    \"subtype\": \"MONEY_MARKET\",\n    \"today_ugl_amount\": 1000.5,\n    \"today_ugl_percentage\": 6.9,\n    \"total_account_value\": 1,\n    \"total_account_value_ugl\": 1,\n    \"type\": \"CHECKING\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "445345e1-1b4b-4443-8ccd-5062d692d9b1",
                    "name": "Update account by member",
                    "request": {
                        "name": "Update account by member",
                        "description": {
                            "content": "This endpoint allows you to update certain attributes of an `account` resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update `is_business`, `is_hidden` and `metadata`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier",
                                "accounts",
                                ":account_identifier"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_identifier",
                                    "description": "(Required) Use either the account `id` you defined or the MX-defined account `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PUT",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"account\": {\n    \"account_subtype\": \"<string>\",\n    \"account_type\": \"<string>\",\n    \"apr\": \"<number>\",\n    \"apy\": \"<number>\",\n    \"available_balance\": \"<number>\",\n    \"balance\": \"<number>\",\n    \"cash_surrender_value\": \"<number>\",\n    \"credit_limit\": \"<number>\",\n    \"currency_code\": \"<string>\",\n    \"death_benefit\": \"<integer>\",\n    \"interest_rate\": \"<number>\",\n    \"is_business\": \"<boolean>\",\n    \"is_closed\": \"<boolean>\",\n    \"is_hidden\": \"<boolean>\",\n    \"loan_amount\": \"<number>\",\n    \"metadata\": \"<string>\",\n    \"name\": \"<string>\",\n    \"nickname\": \"<string>\",\n    \"original_balance\": \"<number>\",\n    \"property_type\": \"<string>\",\n    \"skip_webhook\": \"<boolean>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "50397ee0-a02a-4c48-964c-213faa753312",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier",
                                        "accounts",
                                        ":account_identifier"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_identifier",
                                            "description": "(Required) Use either the account `id` you defined or the MX-defined account `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "PUT",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"account\": {\n    \"account_subtype\": \"PERSONAL\",\n    \"account_type\": \"CHECKING\",\n    \"apr\": 5.25,\n    \"apy\": 2.35,\n    \"available_balance\": 1000,\n    \"balance\": 1000,\n    \"cash_surrender_value\": 1000,\n    \"credit_limit\": 5000,\n    \"currency_code\": \"USD\",\n    \"death_benefit\": 1000,\n    \"interest_rate\": 1,\n    \"is_business\": false,\n    \"is_closed\": false,\n    \"is_hidden\": false,\n    \"loan_amount\": 1000,\n    \"metadata\": \"some metadata\",\n    \"name\": \"Test account 2\",\n    \"nickname\": \"Swiss Account\",\n    \"original_balance\": 10,\n    \"property_type\": \"VEHICLE\",\n    \"skip_webhook\": true\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"account\": {\n    \"account_number\": \"3331261\",\n    \"account_ownership\": \"INDIVIDUAL\",\n    \"annuity_policy_to_date\": \"2025-12-31\",\n    \"annuity_provider\": \"Metlife\",\n    \"annuity_term_year\": 30,\n    \"apr\": 1,\n    \"apy\": 2.35,\n    \"available_balance\": 1000,\n    \"available_credit\": 4000,\n    \"balance\": 1000,\n    \"cash_balance\": 2500,\n    \"cash_surrender_value\": 1000,\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"credit_limit\": 5000,\n    \"currency_code\": \"USD\",\n    \"day_payment_is_due\": 14,\n    \"death_benefit\": 1000,\n    \"federal_insurance_status\": \"INSURED\",\n    \"guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"id\": \"1040434698\",\n    \"imported_at\": \"2015-10-13T17:57:37.000Z\",\n    \"interest_rate\": 3.25,\n    \"institution_code\": \"3af3685e-05d9-7060-359f-008d0755e993\",\n    \"insured_name\": \"Tommy Shelby\",\n    \"is_closed\": false,\n    \"is_hidden\": false,\n    \"is_manual\": false,\n    \"last_payment\": 100,\n    \"last_payment_at\": \"2023-07-25T17:14:46Z\",\n    \"loan_amount\": 1000,\n    \"margin_balance\": 1000,\n    \"matures_on\": \"2015-10-13T17:57:37.000Z\",\n    \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"member_id\": \"member123\",\n    \"member_is_managed_by_user\": false,\n    \"metadata\": \"some metadata\",\n    \"minimum_balance\": 100,\n    \"minimum_payment\": 10,\n    \"name\": \"Test account 2\",\n    \"nickname\": \"My Checking\",\n    \"original_balance\": 10,\n    \"pay_out_amount\": 10,\n    \"payment_due_at\": \"2015-10-13T17:57:37.000Z\",\n    \"payoff_balance\": 10,\n    \"premium_amount\": 1,\n    \"property_type\": \"VEHICLE\",\n    \"routing_number\": \"68899990000000\",\n    \"started_on\": \"2025-10-13T17:57:37.000Z\",\n    \"statement_balance\": 1000.5,\n    \"subtype\": \"MONEY_MARKET\",\n    \"today_ugl_amount\": 1000.5,\n    \"today_ugl_percentage\": 6.9,\n    \"total_account_value\": 1,\n    \"total_account_value_ugl\": 1,\n    \"type\": \"CHECKING\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ],
            "event": []
        },
        {
            "id": "c0eed6de-bd01-4f89-8001-559be2fd1e34",
            "name": "ach return",
            "description": {
                "content": "The features documented here are in a beta state, and this documentation is considered draft material subject to frequent change.\n\nUsing our Platform API, you can securely submit ACH Returns to reduce your ACH return rates and automate your ACH return process.\n\nYou can query the status and outcomes of your submitted ACH returns to track progress and access resolution details.\n",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "c2a7c6ac-84f7-482c-b3d7-33f7dd4cfc3e",
                    "name": "Read ACH Return",
                    "request": {
                        "name": "Read ACH Return",
                        "description": {
                            "content": ":::warning\nThe features documented here are in a beta state, and this documentation is considered draft material subject to frequent change.\n:::\nUse this endpoint to get an ACH return by its `guid` or `id`.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "ach_returns",
                                ":ach_return_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "ach_return_guid",
                                    "description": "(Required) The unique identifier (`guid`) for the ACH return. Defined by MX."
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "12a6eb59-eae8-48ed-84e4-b0d0a5822d9f",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "ach_returns",
                                        ":ach_return_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "ach_return_guid",
                                            "description": "(Required) The unique identifier (`guid`) for the ACH return. Defined by MX."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"ach_return\": {\n    \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"account_number_last_four\": \"1234\",\n    \"account_type\": \"CHECKING\",\n    \"ach_initiated_at\": \"2025-02-13T18:08:00+00:00\",\n    \"client_guid\": \"CLT-abcd-1234\",\n    \"corrected_account_number\": null,\n    \"corrected_routing_number\": null,\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"guid\": \"ACH-d74cb14f-fd0a-449f-991b-e0362a63d9c6\",\n    \"id\": \"client_ach_return_id_1234\",\n    \"institution_guid\": \"INS-34r4f44b-cfge-0f6e-3484-21f47e45tfv7\",\n    \"investigation_notes\": null,\n    \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"processing_errors\": null,\n    \"resolution_code\": null,\n    \"resolution_detail\": null,\n    \"resolved_status_at\": null,\n    \"return_code\": \"R01\",\n    \"return_notes\": null,\n    \"return_account_number\": null,\n    \"return_routing_number\": null,\n    \"return_status\": \"SUBMITTED\",\n    \"returned_at\": \"2025-02-13T18:09:00+00:00\",\n    \"sec_code\": \"PPD\",\n    \"started_processing_at\": null,\n    \"submitted_at\": null,\n    \"transaction_amount\": 225.84,\n    \"updated_at\": \"null\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "027d8e03-0f37-4964-a8f4-19bb75544e7d",
                    "name": "List ACH Returns",
                    "request": {
                        "name": "List ACH Returns",
                        "description": {
                            "content": ":::warning\nThe features documented here are in a beta state, and this documentation is considered draft material subject to frequent change.\n:::\nUse this endpoint to get all ACH returns.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "ach_returns"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "institution_guid",
                                    "value": "<string>",
                                    "description": "The identifier for the institution associated with the ACH return. Defined by MX."
                                },
                                {
                                    "disabled": false,
                                    "key": "returned_at",
                                    "value": "<string>",
                                    "description": "The date and time when the return was reported by the Receiving Financial Depository Institution (RDFI) in ISO 8601 format without timestamp."
                                },
                                {
                                    "disabled": false,
                                    "key": "resolved_status_at",
                                    "value": "<string>",
                                    "description": "The date and time when the return was resolved by the Receiving Financial Depository Institution (RDFI) in ISO 8601 format without timestamp"
                                },
                                {
                                    "disabled": false,
                                    "key": "return_code",
                                    "value": "<string>",
                                    "description": "The associated ACH return code and notice of change code. See [Return Codes](/api-reference/platform-api/reference/ach-return-fields/#return-codes) for a complete list."
                                },
                                {
                                    "disabled": false,
                                    "key": "return_status",
                                    "value": "<string>",
                                    "description": "The status of the return. See [Return Statuses](/api-reference/platform-api/reference/ach-return-fields/#return-status) for a complete list."
                                },
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `100`. If the value exceeds `100`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "c78df709-0251-4f6c-8b6d-5c838818e0fd",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "ach_returns"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "institution_guid",
                                            "value": "<string>"
                                        },
                                        {
                                            "key": "returned_at",
                                            "value": "2025-02-13T18:09:00+00:00"
                                        },
                                        {
                                            "key": "resolved_status_at",
                                            "value": "2025-02-13T18:09:00+00:00"
                                        },
                                        {
                                            "key": "return_code",
                                            "value": "<string>"
                                        },
                                        {
                                            "key": "return_status",
                                            "value": "SUBMITTED"
                                        },
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"ach_returns\": [\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"account_number_last_four\": \"1234\",\n      \"account_type\": \"CHECKING\",\n      \"ach_initiated_at\": \"2025-02-13T18:08:00+00:00\",\n      \"client_guid\": \"CLT-abcd-1234\",\n      \"corrected_account_number\": null,\n      \"corrected_routing_number\": null,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"guid\": \"ACH-d74cb14f-fd0a-449f-991b-e0362a63d9c6\",\n      \"id\": \"client_ach_return_id_1234\",\n      \"institution_guid\": \"INS-34r4f44b-cfge-0f6e-3484-21f47e45tfv7\",\n      \"investigation_notes\": null,\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"processing_errors\": null,\n      \"resolution_code\": null,\n      \"resolution_detail\": null,\n      \"resolved_status_at\": null,\n      \"return_code\": \"R01\",\n      \"return_notes\": null,\n      \"return_account_number\": null,\n      \"return_routing_number\": null,\n      \"return_status\": \"SUBMITTED\",\n      \"returned_at\": \"2025-02-13T18:09:00+00:00\",\n      \"sec_code\": \"PPD\",\n      \"started_processing_at\": null,\n      \"submitted_at\": null,\n      \"transaction_amount\": 225.84,\n      \"updated_at\": \"null\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    },\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"account_number_last_four\": \"1234\",\n      \"account_type\": \"CHECKING\",\n      \"ach_initiated_at\": \"2025-02-13T18:08:00+00:00\",\n      \"client_guid\": \"CLT-abcd-1234\",\n      \"corrected_account_number\": null,\n      \"corrected_routing_number\": null,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"guid\": \"ACH-d74cb14f-fd0a-449f-991b-e0362a63d9c6\",\n      \"id\": \"client_ach_return_id_1234\",\n      \"institution_guid\": \"INS-34r4f44b-cfge-0f6e-3484-21f47e45tfv7\",\n      \"investigation_notes\": null,\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"processing_errors\": null,\n      \"resolution_code\": null,\n      \"resolution_detail\": null,\n      \"resolved_status_at\": null,\n      \"return_code\": \"R01\",\n      \"return_notes\": null,\n      \"return_account_number\": null,\n      \"return_routing_number\": null,\n      \"return_status\": \"SUBMITTED\",\n      \"returned_at\": \"2025-02-13T18:09:00+00:00\",\n      \"sec_code\": \"PPD\",\n      \"started_processing_at\": null,\n      \"submitted_at\": null,\n      \"transaction_amount\": 225.84,\n      \"updated_at\": \"null\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "f9d1cfa2-019d-4429-b10a-696bd521456a",
                    "name": "Create ACH Return",
                    "request": {
                        "name": "Create ACH Return",
                        "description": {
                            "content": ":::warning\nThe features documented here are in a beta state, and this documentation is considered draft material subject to frequent change.\n:::\n\nUse this endpoint to create an ACH return in our system.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "ach_returns"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"ach_return\": {\n    \"member_guid\": \"<string>\",\n    \"account_guid\": \"<string>\",\n    \"id\": \"<string>\",\n    \"user_guid\": \"<string>\",\n    \"return_code\": \"<string>\",\n    \"account_number_last_four\": \"<string>\",\n    \"ach_initiated_at\": \"<string>\",\n    \"corrected_account_number\": \"<string>\",\n    \"corrected_routing_number\": \"<string>\",\n    \"return_account_number\": \"<string>\",\n    \"return_notes\": \"<string>\",\n    \"return_routing_number\": \"<string>\",\n    \"returned_at\": \"<string>\",\n    \"sec_code\": \"<string>\",\n    \"transaction_amount\": \"<number>\",\n    \"transaction_amount_range\": \"<number>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "99c0460a-ee51-4bf6-9916-1e174b446f37",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "ach_returns"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"ach_return\": {\n    \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"id\": \"client_ach_id_1234\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"return_code\": \"R01\",\n    \"account_number_last_four\": \"1234\",\n    \"ach_initiated_at\": \"2025-02-13T18:08:00+00:00\",\n    \"corrected_account_number\": null,\n    \"corrected_routing_number\": null,\n    \"return_account_number\": \"null\",\n    \"return_notes\": \"null\",\n    \"return_routing_number\": \"null\",\n    \"returned_at\": \"2025-02-13T18:09:00+00:00\",\n    \"sec_code\": \"PPD\",\n    \"transaction_amount\": 225.84,\n    \"transaction_amount_range\": 0\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"ach_return\": {\n    \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"account_number_last_four\": \"1234\",\n    \"account_type\": \"CHECKING\",\n    \"ach_initiated_at\": \"2025-02-13T18:08:00+00:00\",\n    \"client_guid\": \"CLT-abcd-1234\",\n    \"corrected_account_number\": null,\n    \"corrected_routing_number\": null,\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"guid\": \"ACH-d74cb14f-fd0a-449f-991b-e0362a63d9c6\",\n    \"id\": \"client_ach_return_id_1234\",\n    \"institution_guid\": \"INS-34r4f44b-cfge-0f6e-3484-21f47e45tfv7\",\n    \"investigation_notes\": null,\n    \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"processing_errors\": null,\n    \"resolution_code\": null,\n    \"resolution_detail\": null,\n    \"resolved_status_at\": null,\n    \"return_code\": \"R01\",\n    \"return_notes\": null,\n    \"return_account_number\": null,\n    \"return_routing_number\": null,\n    \"return_status\": \"SUBMITTED\",\n    \"returned_at\": \"2025-02-13T18:09:00+00:00\",\n    \"sec_code\": \"PPD\",\n    \"started_processing_at\": null,\n    \"submitted_at\": null,\n    \"transaction_amount\": 225.84,\n    \"updated_at\": \"null\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ],
            "event": []
        },
        {
            "id": "b5602b7d-55eb-4b7e-a757-519389cb355c",
            "name": "budgets",
            "description": {
                "content": "Use these endpoints to create and manage budgets for your end users.\n\nYou can create a budget for a specific category or autogenerate a budget for several categories based on existing transactions.\n\nEach budget has a `category_guid`, relating to one of the [categories](docs.mx.com/api-reference/platform-api/reference/categories#default-categories-and-subcategories).\n",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "c09a4ac7-2ab4-4357-8397-aa398526ad21",
                    "name": "Auto-generate budgets",
                    "request": {
                        "name": "Auto-generate budgets",
                        "description": {
                            "content": "This endpoint will automatically create budgets for several categories based on existing transactions; these budgets are returned as an array. Specifically, budgets will only be generated if the `user` has at least one `transaction` in a given category during each of the two previous calendar months. For example, if the request is made on March 6, and there is at least one \"Bills & Utilities\" `transaction` in both January and February, a budget will be generated for \"Bills & Utilities.\" If there are two \"Bills & Utilities\" transactions in February but none in January, no budget will be generated for that category. If budgets already exist for particular categories, new budgets will be generated and returned based on the available transactions. If one or more budgets remain unchanged, they will nevertheless be returned in the response. If no transaction data for the `user` meet the above criteria, a `422 Unprocessable Entity` error will be returned with status code 4221 along with the message, `There aren't enough transactions to automatically create any budgets`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "budgets",
                                "generate"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "f2784e23-4af6-4797-a5a7-7c5f546f6754",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "budgets",
                                        "generate"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"budget\": {\n    \"amount\": 153,\n    \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"guid\": \"BGT-6ca0e3ef-c65e-4655-8b5a-275a3c19c21d\",\n    \"is_exceeded\": true,\n    \"is_off_track\": true,\n    \"metadata\": \"some metadata\",\n    \"name\": \"Food & Dining\",\n    \"off_track_percentage\": -82739317.73183523,\n    \"parent_guid\": \"aliqua consequat Excepteur\",\n    \"percent_spent\": 1276.34,\n    \"projected_spending\": 3562.4,\n    \"revision\": 561,\n    \"transaction_total\": {},\n    \"updated_at\": {},\n    \"user_guid\": {}\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "2bc913ee-7276-4ebd-8794-3469e11ef277",
                    "name": "Create a budget",
                    "request": {
                        "name": "Create a budget",
                        "description": {
                            "content": "Create a budget. This endpoint accepts the optional `MX-Skip-Webhook` header and `skip_webhook` parameter. You cannot create a duplicate budget. For example, if you attempt to create a budget for \"Gas\", but that budget already exist, the request will fail. You can retrieve a list of all existing categories by using the List Categories endpoint.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "budgets"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"budget\": {\n    \"category_guid\": \"<string>\",\n    \"parent_guid\": \"<string>\",\n    \"amount\": \"<integer>\",\n    \"metadata\": \"<string>\",\n    \"skip_webhook\": \"<boolean>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "b310b493-e700-4c32-8ac7-63b782ef01df",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "budgets"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"budget\": {\n    \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n    \"parent_guid\": \"BGT-6be44a91-e105-f68a-4770-8c7c0a5c9778\",\n    \"amount\": 1000,\n    \"metadata\": \"Additional information\",\n    \"skip_webhook\": true\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"budget\": {\n    \"amount\": 153,\n    \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"guid\": \"BGT-6ca0e3ef-c65e-4655-8b5a-275a3c19c21d\",\n    \"is_exceeded\": true,\n    \"is_off_track\": true,\n    \"metadata\": \"some metadata\",\n    \"name\": \"Food & Dining\",\n    \"off_track_percentage\": -82739317.73183523,\n    \"parent_guid\": \"aliqua consequat Excepteur\",\n    \"percent_spent\": 1276.34,\n    \"projected_spending\": 3562.4,\n    \"revision\": 561,\n    \"transaction_total\": {},\n    \"updated_at\": {},\n    \"user_guid\": {}\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "a208645a-4683-4946-8677-128ff7475c82",
                    "name": "List all budgets",
                    "request": {
                        "name": "List all budgets",
                        "description": {
                            "content": "List all budgets",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "budgets"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "4ad4d417-b8da-4ed6-866e-51c5c0792a6a",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "budgets"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"budget\": {\n    \"amount\": 153,\n    \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"guid\": \"BGT-6ca0e3ef-c65e-4655-8b5a-275a3c19c21d\",\n    \"is_exceeded\": true,\n    \"is_off_track\": true,\n    \"metadata\": \"some metadata\",\n    \"name\": \"Food & Dining\",\n    \"off_track_percentage\": -82739317.73183523,\n    \"parent_guid\": \"aliqua consequat Excepteur\",\n    \"percent_spent\": 1276.34,\n    \"projected_spending\": 3562.4,\n    \"revision\": 561,\n    \"transaction_total\": {},\n    \"updated_at\": {},\n    \"user_guid\": {}\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "5d0f7144-4553-4798-89ed-9d179b51c3be",
                    "name": "Read a specific budget",
                    "request": {
                        "name": "Read a specific budget",
                        "description": {
                            "content": "Read a specific budget.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "budgets",
                                ":budget_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "budget_guid",
                                    "description": "(Required) The unique identifier for the budget. Defined by MX."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "ce6b686b-28dd-471c-8f23-8db37dd8d2f3",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "budgets",
                                        ":budget_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "budget_guid",
                                            "description": "(Required) The unique identifier for the budget. Defined by MX."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"budget\": {\n    \"amount\": 153,\n    \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"guid\": \"BGT-6ca0e3ef-c65e-4655-8b5a-275a3c19c21d\",\n    \"is_exceeded\": true,\n    \"is_off_track\": true,\n    \"metadata\": \"some metadata\",\n    \"name\": \"Food & Dining\",\n    \"off_track_percentage\": -82739317.73183523,\n    \"parent_guid\": \"aliqua consequat Excepteur\",\n    \"percent_spent\": 1276.34,\n    \"projected_spending\": 3562.4,\n    \"revision\": 561,\n    \"transaction_total\": {},\n    \"updated_at\": {},\n    \"user_guid\": {}\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "f326de20-1bab-4619-8610-3545798ca10e",
                    "name": "Update a specific budget",
                    "request": {
                        "name": "Update a specific budget",
                        "description": {
                            "content": "Update a specific budget.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "budgets",
                                ":budget_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "budget_guid",
                                    "description": "(Required) The unique identifier for the budget. Defined by MX."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PUT",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"budget\": {\n    \"amount\": \"<integer>\",\n    \"metadata\": \"<string>\",\n    \"skip_webhook\": \"<boolean>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "71af373b-a9fd-4f3c-bbb3-eaa54356fc09",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "budgets",
                                        ":budget_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "budget_guid",
                                            "description": "(Required) The unique identifier for the budget. Defined by MX."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "PUT",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"budget\": {\n    \"amount\": 1000,\n    \"metadata\": \"Additional information\",\n    \"skip_webhook\": true\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"budget\": {\n    \"amount\": 153,\n    \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"guid\": \"BGT-6ca0e3ef-c65e-4655-8b5a-275a3c19c21d\",\n    \"is_exceeded\": true,\n    \"is_off_track\": true,\n    \"metadata\": \"some metadata\",\n    \"name\": \"Food & Dining\",\n    \"off_track_percentage\": -82739317.73183523,\n    \"parent_guid\": \"aliqua consequat Excepteur\",\n    \"percent_spent\": 1276.34,\n    \"projected_spending\": 3562.4,\n    \"revision\": 561,\n    \"transaction_total\": {},\n    \"updated_at\": {},\n    \"user_guid\": {}\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "063c2747-c4e9-4297-a5ad-4098811fc633",
                    "name": "Delete a budget",
                    "request": {
                        "name": "Delete a budget",
                        "description": {
                            "content": "Delete a budget.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "budgets",
                                ":budget_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "budget_guid",
                                    "description": "(Required) The unique identifier for the budget. Defined by MX."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            }
                        ],
                        "method": "DELETE",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "ef297393-3a4c-494a-b72a-f7ed591c90d6",
                            "name": "No content",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "budgets",
                                        ":budget_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "budget_guid",
                                            "description": "(Required) The unique identifier for the budget. Defined by MX."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "No Content",
                            "code": 204,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain"
                                }
                            ],
                            "body": "",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": []
                }
            ],
            "event": []
        },
        {
            "id": "1028e628-1684-4f85-b7f5-3bd8c11e899d",
            "name": "categories",
            "description": {
                "content": "A `transaction` can have its `category` set to one of MX’s default categories or a custom category for a specific `user`. \n\nSee [Default Categories and Subcategories](docs.mx.com/api-reference/platform-api/reference/categories#default-categories-and-subcategories) for a complete list.\n",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "51871ea5-b97f-4d53-ad1f-e08e5f886c35",
                    "name": "List default categories",
                    "request": {
                        "name": "List default categories",
                        "description": {
                            "content": "Use this endpoint to retrieve a list of all the default categories and subcategories offered within the MX Platform API. In other words, each item in the returned list will have its `is_default` field set to `true`. There are currently 119 default categories and subcategories. Both the _list default categories_ and _list default categories by user_ endpoints return the same results. The different routes are provided for convenience.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "categories",
                                "default"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `100`. If the value exceeds `100`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "1c00ef88-2b8e-4756-80a2-447d5ec214b8",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "categories",
                                        "default"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"categories\": [\n    {\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n      \"is_default\": true,\n      \"is_income\": false,\n      \"metadata\": \"some metadata\",\n      \"name\": \"Auto Insurance\",\n      \"parent_guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\"\n    },\n    {\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n      \"is_default\": true,\n      \"is_income\": false,\n      \"metadata\": \"some metadata\",\n      \"name\": \"Auto Insurance\",\n      \"parent_guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "843e7711-a874-4456-933c-ef057ae9fc3d",
                    "name": "Read a default category",
                    "request": {
                        "name": "Read a default category",
                        "description": {
                            "content": "Use this endpoint to read the attributes of a default category.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "categories",
                                ":category_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "category_guid",
                                    "description": "(Required) The unique id for a `category`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "24c81a25-cf3b-4199-8440-7791305468fc",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "categories",
                                        ":category_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "category_guid",
                                            "description": "(Required) The unique id for a `category`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"category\": {\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n    \"is_default\": true,\n    \"is_income\": false,\n    \"metadata\": \"some metadata\",\n    \"name\": \"Auto Insurance\",\n    \"parent_guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "0eb8dd0e-e221-412c-9788-16daf356a2d5",
                    "name": "List category totals by account",
                    "request": {
                        "name": "List category totals by account",
                        "description": {
                            "content": "Returns a list of categories that have transactions dated within the provided date range, and the total of all transactions that belong to each category.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "accounts",
                                ":account_guid",
                                "date_range_category_totals"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "from_date",
                                    "value": "<string>",
                                    "description": "(Required) Filter transactions from this date. This only supports ISO 8601 format without timestamp (YYYY-MM-DD). Defaults to 120 days ago if not provided."
                                },
                                {
                                    "disabled": false,
                                    "key": "to_date",
                                    "value": "<string>",
                                    "description": "(Required) Filter transactions to this date (at midnight). This only supports ISO 8601 format without timestamp (YYYY-MM-DD). Defaults to 5 days forward from the day the request is made to capture pending transactions."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_guid",
                                    "description": "(Required) The unique id for an `account`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "503eab34-9827-47e3-84fb-d888f2bc7f4e",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "accounts",
                                        ":account_guid",
                                        "date_range_category_totals"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "from_date",
                                            "value": "2024-02-01"
                                        },
                                        {
                                            "key": "to_date",
                                            "value": "2024-08-28"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_guid",
                                            "description": "(Required) The unique id for an `account`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"date_range_category_totals\": [\n    {\n      \"category_guid\": \"CAT-bf9f3294-4c40-1677-d269-54fbc189faf3\",\n      \"end_date\": 1466056800,\n      \"start_date\": 1459490400,\n      \"total\": 155.72,\n      \"user_guid\": \"USR-d8843e3e-7153-ce05-db54-fb3241c15d94\"\n    },\n    {\n      \"category_guid\": \"CAT-bf9f3294-4c40-1677-d269-54fbc189faf3\",\n      \"end_date\": 1466056800,\n      \"start_date\": 1459490400,\n      \"total\": 155.72,\n      \"user_guid\": \"USR-d8843e3e-7153-ce05-db54-fb3241c15d94\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "79bda33b-3bbc-4ea7-b116-2cfa24b21fdb",
                    "name": "List category totals by user",
                    "request": {
                        "name": "List category totals by user",
                        "description": {
                            "content": "Returns a list of categories that have transactions dated within the provided date range, and the total of all transactions that belong to each category.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "date_range_category_totals"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "from_date",
                                    "value": "<string>",
                                    "description": "(Required) Filter transactions from this date. This only supports ISO 8601 format without timestamp (YYYY-MM-DD). Defaults to 120 days ago if not provided."
                                },
                                {
                                    "disabled": false,
                                    "key": "to_date",
                                    "value": "<string>",
                                    "description": "(Required) Filter transactions to this date (at midnight). This only supports ISO 8601 format without timestamp (YYYY-MM-DD). Defaults to 5 days forward from the day the request is made to capture pending transactions."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "b3536364-ca40-4b01-902b-086d6089ff48",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "date_range_category_totals"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "from_date",
                                            "value": "2024-02-01"
                                        },
                                        {
                                            "key": "to_date",
                                            "value": "2024-08-28"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"date_range_category_totals\": [\n    {\n      \"category_guid\": \"CAT-bf9f3294-4c40-1677-d269-54fbc189faf3\",\n      \"end_date\": 1466056800,\n      \"start_date\": 1459490400,\n      \"total\": 155.72,\n      \"user_guid\": \"USR-d8843e3e-7153-ce05-db54-fb3241c15d94\"\n    },\n    {\n      \"category_guid\": \"CAT-bf9f3294-4c40-1677-d269-54fbc189faf3\",\n      \"end_date\": 1466056800,\n      \"start_date\": 1459490400,\n      \"total\": 155.72,\n      \"user_guid\": \"USR-d8843e3e-7153-ce05-db54-fb3241c15d94\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "33a27dd0-cc97-4448-a11f-2c40f232ac2f",
                    "name": "List categories",
                    "request": {
                        "name": "List categories",
                        "description": {
                            "content": "Use this endpoint to list all categories associated with a `user`, including both default and custom categories.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "categories"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "a999f0f4-948b-4e27-a51a-7d3f51026289",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "categories"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"categories\": [\n    {\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n      \"is_default\": true,\n      \"is_income\": false,\n      \"metadata\": \"some metadata\",\n      \"name\": \"Auto Insurance\",\n      \"parent_guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\"\n    },\n    {\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n      \"is_default\": true,\n      \"is_income\": false,\n      \"metadata\": \"some metadata\",\n      \"name\": \"Auto Insurance\",\n      \"parent_guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "ceb32f60-c0fd-4245-a3a9-09d544943f79",
                    "name": "Create category",
                    "request": {
                        "name": "Create category",
                        "description": {
                            "content": "Use this endpoint to create a new custom category for a specific `user`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "categories"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"category\": {\n    \"name\": \"<string>\",\n    \"parent_guid\": \"<string>\",\n    \"metadata\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "0ddabf4d-4c1d-4d13-84bf-ef61247d6dbb",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "categories"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"category\": {\n    \"name\": \"Online Shopping\",\n    \"parent_guid\": \"CAT-aad51b46-d6f7-3da5-fd6e-492328b3023f\",\n    \"metadata\": \"some metadata\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"category\": {\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n    \"is_default\": true,\n    \"is_income\": false,\n    \"metadata\": \"some metadata\",\n    \"name\": \"Auto Insurance\",\n    \"parent_guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "d9913d9f-37b9-4063-8268-50f87d9943f5",
                    "name": "List default categories by user",
                    "request": {
                        "name": "List default categories by user",
                        "description": {
                            "content": "Use this endpoint to retrieve a list of all the default categories and subcategories, scoped by user, offered within the MX Platform API. In other words, each item in the returned list will have its `is_default` field set to `true`. There are currently 119 default categories and subcategories. Both the _list default categories_ and _list default categories by user_ endpoints return the same results. The different routes are provided for convenience.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "categories",
                                "default"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "09bb59be-8d46-4e28-b570-ad4c4d90e221",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "categories",
                                        "default"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"categories\": [\n    {\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n      \"is_default\": true,\n      \"is_income\": false,\n      \"metadata\": \"some metadata\",\n      \"name\": \"Auto Insurance\",\n      \"parent_guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\"\n    },\n    {\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n      \"is_default\": true,\n      \"is_income\": false,\n      \"metadata\": \"some metadata\",\n      \"name\": \"Auto Insurance\",\n      \"parent_guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "2a1cfa36-0ff7-4561-b8f8-6795393eac5f",
                    "name": "Delete category",
                    "request": {
                        "name": "Delete category",
                        "description": {
                            "content": "Use this endpoint to delete a specific custom category according to its unique GUID. The API will respond with an empty object and a status of `204 No Content`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "categories",
                                ":category_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "category_guid",
                                    "description": "(Required) The unique id for a `category`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            }
                        ],
                        "method": "DELETE",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "a4d05c18-720b-4c43-8f41-9e970cf0ded9",
                            "name": "No Content",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "categories",
                                        ":category_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "category_guid",
                                            "description": "(Required) The unique id for a `category`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "No Content",
                            "code": 204,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain"
                                }
                            ],
                            "body": "",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "6fdaae1d-80e0-43ef-bb1f-973af00f7919",
                    "name": "Read a custom category",
                    "request": {
                        "name": "Read a custom category",
                        "description": {
                            "content": "Use this endpoint to read the attributes of either a default category or a custom category.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "categories",
                                ":category_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "category_guid",
                                    "description": "(Required) The unique id for a `category`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "ff0360ad-bf79-4443-822b-32e941b5af26",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "categories",
                                        ":category_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "category_guid",
                                            "description": "(Required) The unique id for a `category`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"category\": {\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n    \"is_default\": true,\n    \"is_income\": false,\n    \"metadata\": \"some metadata\",\n    \"name\": \"Auto Insurance\",\n    \"parent_guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "54a179a8-bfe1-425a-bfa1-76db18a7dea4",
                    "name": "Update category",
                    "request": {
                        "name": "Update category",
                        "description": {
                            "content": "Use this endpoint to update the attributes of a custom category according to its unique GUID.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "categories",
                                ":category_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "category_guid",
                                    "description": "(Required) The unique id for a `category`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PUT",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"category\": {\n    \"metadata\": \"<string>\",\n    \"name\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "f1cecde4-3b36-4f60-9752-933c0993b640",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "categories",
                                        ":category_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "category_guid",
                                            "description": "(Required) The unique id for a `category`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "PUT",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"category\": {\n    \"metadata\": \"some metadata\",\n    \"name\": \"Web shopping\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"category\": {\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n    \"is_default\": true,\n    \"is_income\": false,\n    \"metadata\": \"some metadata\",\n    \"name\": \"Auto Insurance\",\n    \"parent_guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ],
            "event": []
        },
        {
            "id": "62ff78f1-fc42-4647-8912-424e6aa77f25",
            "name": "deprecated",
            "description": {
                "content": "",
                "type": "text/plain"
            },
            "item": [],
            "event": []
        },
        {
            "id": "fac17691-b0f9-43f8-b07b-7f69bcee0a49",
            "name": "goals",
            "description": {
                "content": "Use these endpoints to create and manage goals for a `user`. You can also reposition goals to adjust their priority levels.\n\nEvery goal has a track type and a meta type.\n\nThe [track type](docs.mx.com/api-reference/platform-api/reference/goals/#goal-track-type) is the overall classification of the goal (debt, savings, retirement, or emergency fund) while the [meta type](docs.mx.com/api-reference/platform-api/reference/goals/#goal-meta-type) is the specific classification (like college, house, vacation, and so on).\n",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "21c34120-bbc8-4ea1-9646-7d56dd8fc598",
                    "name": "Create a goal",
                    "request": {
                        "name": "Create a goal",
                        "description": {
                            "content": "Create a goal. This endpoint accepts the optional `MX-Skip-Webhook` header and `skip_webhook` parameter.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "goals"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"goal\": {\n    \"account_guid\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"goal_type_name\": \"<string>\",\n    \"meta_type_name\": \"<string>\",\n    \"name\": \"<string>\",\n    \"completed_at\": \"<string>\",\n    \"has_been_spent\": \"<boolean>\",\n    \"is_complete\": \"<boolean>\",\n    \"metadata\": \"<string>\",\n    \"position\": \"<integer>\",\n    \"targeted_to_complete_at\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "e2cb0388-411d-4ff7-b1d4-e8b167ec900b",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "goals"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"goal\": {\n    \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"amount\": 4500,\n    \"goal_type_name\": \"SAVE_AMOUNT\",\n    \"meta_type_name\": \"VACATION\",\n    \"name\": \"Save for Europe\",\n    \"completed_at\": \"2025-08-15T10:30:00+00:00\",\n    \"has_been_spent\": false,\n    \"is_complete\": false,\n    \"metadata\": \"Additional information\",\n    \"position\": 3,\n    \"targeted_to_complete_at\": \"2026-12-08 00:00:00.000000\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"goal\": {\n    \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"amount\": 4500,\n    \"completed_at\": \"2025-08-15T10:30:00+00:00\",\n    \"current_amount\": 1500,\n    \"goal_type_name\": \"SAVE_AMOUNT\",\n    \"guid\": \"GOL-f223463-4355-48d0-rce7-fe2rb345617c\",\n    \"has_been_spent\": false,\n    \"is_complete\": false,\n    \"metadata\": \"Additional information\",\n    \"meta_type_name\": \"VACATION\",\n    \"name\": \"Save for Europe\",\n    \"position\": 3,\n    \"projected_to_complete_at\": \"2022-06-14T16:03:53-00:00\",\n    \"targeted_to_complete_at\": \"2026-12-08 00:00:00.000000\",\n    \"track_type_name\": \"SAVINGS_TRACK\",\n    \"user_guid\": \"USR-11141024-90b3-1bce-cac9-c06ced52ab4c\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "55b49e6d-67cb-44e8-8593-1cf48c5d2afb",
                    "name": "List goals",
                    "request": {
                        "name": "List goals",
                        "description": {
                            "content": "List all goals a user can set.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "goals"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "46bbcd97-6ad8-40cb-aca2-bd139c6d9ce2",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "goals"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) Specifies the media type expected in the response.",
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"goals\": [\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"amount\": 4500,\n      \"current_amount\": 1500,\n      \"guid\": \"GOL-524ca5db-a2d5-44f3-b048-16de16059024\",\n      \"goal_type_name\": \"SAVE_AMOUNT\",\n      \"meta_type_name\": \"VACATION\",\n      \"name\": \"Save for Europe\",\n      \"completed_at\": \"2025-08-15T10:30:00+00:00\",\n      \"has_been_spent\": false,\n      \"is_complete\": false,\n      \"metadata\": \"Additional information\",\n      \"position\": 3,\n      \"projected_to_complete_at\": \"2022-06-14T16:03:53-00:00\",\n      \"targeted_to_complete_at\": \"2026-12-08 00:00:00.000000\",\n      \"track_type_name\": \"SAVINGS_TRACK\",\n      \"user_guid\": \"USR-11141024-90b3-1bce-cac9-c06ced52ab4c\"\n    },\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"amount\": 4500,\n      \"current_amount\": 1500,\n      \"guid\": \"GOL-524ca5db-a2d5-44f3-b048-16de16059024\",\n      \"goal_type_name\": \"SAVE_AMOUNT\",\n      \"meta_type_name\": \"VACATION\",\n      \"name\": \"Save for Europe\",\n      \"completed_at\": \"2025-08-15T10:30:00+00:00\",\n      \"has_been_spent\": false,\n      \"is_complete\": false,\n      \"metadata\": \"Additional information\",\n      \"position\": 3,\n      \"projected_to_complete_at\": \"2022-06-14T16:03:53-00:00\",\n      \"targeted_to_complete_at\": \"2026-12-08 00:00:00.000000\",\n      \"track_type_name\": \"SAVINGS_TRACK\",\n      \"user_guid\": \"USR-11141024-90b3-1bce-cac9-c06ced52ab4c\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "6579cb77-e79e-42ef-9f6e-61d3bc1a6fc2",
                    "name": "Delete a goal",
                    "request": {
                        "name": "Delete a goal",
                        "description": {
                            "content": "Delete a goal.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "goals",
                                ":goal_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "goal_guid",
                                    "description": "(Required) The unique identifier for a goal. Defined by MX."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            }
                        ],
                        "method": "DELETE",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "bc84ac64-df30-403d-a2cf-2fea6c99f7f4",
                            "name": "No content",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "goals",
                                        ":goal_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "goal_guid",
                                            "description": "(Required) The unique identifier for a goal. Defined by MX."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) Specifies the media type expected in the response.",
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "No Content",
                            "code": 204,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain"
                                }
                            ],
                            "body": "",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "eb0e5251-da41-4d4a-b1d1-6119530f26b5",
                    "name": "Read a goal",
                    "request": {
                        "name": "Read a goal",
                        "description": {
                            "content": "Read a specific goal.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "goals",
                                ":goal_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "goal_guid",
                                    "description": "(Required) The unique identifier for a goal. Defined by MX."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "53535625-0eb0-4ebd-b301-7c81b49e100d",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "goals",
                                        ":goal_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "goal_guid",
                                            "description": "(Required) The unique identifier for a goal. Defined by MX."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"goal\": {\n    \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"amount\": 4500,\n    \"completed_at\": \"2025-08-15T10:30:00+00:00\",\n    \"current_amount\": 1500,\n    \"goal_type_name\": \"SAVE_AMOUNT\",\n    \"guid\": \"GOL-f223463-4355-48d0-rce7-fe2rb345617c\",\n    \"has_been_spent\": false,\n    \"is_complete\": false,\n    \"metadata\": \"Additional information\",\n    \"meta_type_name\": \"VACATION\",\n    \"name\": \"Save for Europe\",\n    \"position\": 3,\n    \"projected_to_complete_at\": \"2022-06-14T16:03:53-00:00\",\n    \"targeted_to_complete_at\": \"2026-12-08 00:00:00.000000\",\n    \"track_type_name\": \"SAVINGS_TRACK\",\n    \"user_guid\": \"USR-11141024-90b3-1bce-cac9-c06ced52ab4c\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "be158da4-98cb-49bf-90c9-ec372f0e30a1",
                    "name": "Update a goal",
                    "request": {
                        "name": "Update a goal",
                        "description": {
                            "content": "This endpoint updates a specific goal.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "goals",
                                ":goal_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "goal_guid",
                                    "description": "(Required) The unique identifier for a goal. Defined by MX."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PUT",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"goal\": {\n    \"account_guid\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"goal_type_name\": \"<string>\",\n    \"meta_type_name\": \"<string>\",\n    \"name\": \"<string>\",\n    \"completed_at\": \"<string>\",\n    \"has_been_spent\": \"<boolean>\",\n    \"is_complete\": \"<boolean>\",\n    \"metadata\": \"<string>\",\n    \"position\": \"<integer>\",\n    \"targeted_to_complete_at\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "8523a83e-e0af-410d-af05-c17929699e18",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "goals",
                                        ":goal_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "goal_guid",
                                            "description": "(Required) The unique identifier for a goal. Defined by MX."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "PUT",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"goal\": {\n    \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"amount\": 4500,\n    \"goal_type_name\": \"SAVE_AMOUNT\",\n    \"meta_type_name\": \"VACATION\",\n    \"name\": \"Save for Europe\",\n    \"completed_at\": \"2025-08-15T10:30:00+00:00\",\n    \"has_been_spent\": false,\n    \"is_complete\": false,\n    \"metadata\": \"Additional information\",\n    \"position\": 3,\n    \"targeted_to_complete_at\": \"2026-12-08 00:00:00.000000\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"goal\": {\n    \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"amount\": 4500,\n    \"completed_at\": \"2025-08-15T10:30:00+00:00\",\n    \"current_amount\": 1500,\n    \"goal_type_name\": \"SAVE_AMOUNT\",\n    \"guid\": \"GOL-f223463-4355-48d0-rce7-fe2rb345617c\",\n    \"has_been_spent\": false,\n    \"is_complete\": false,\n    \"metadata\": \"Additional information\",\n    \"meta_type_name\": \"VACATION\",\n    \"name\": \"Save for Europe\",\n    \"position\": 3,\n    \"projected_to_complete_at\": \"2022-06-14T16:03:53-00:00\",\n    \"targeted_to_complete_at\": \"2026-12-08 00:00:00.000000\",\n    \"track_type_name\": \"SAVINGS_TRACK\",\n    \"user_guid\": \"USR-11141024-90b3-1bce-cac9-c06ced52ab4c\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "7ea013f5-2bee-4cfc-a7ef-eb2aee5893d1",
                    "name": "Reposition goals",
                    "request": {
                        "name": "Reposition goals",
                        "description": {
                            "content": "This endpoint repositions goal priority levels. If one goal is set to a lower priority, then any other goals need to be adjusted accordingly.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "goals",
                                "reposition"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PUT",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"goals\": [\n    {\n      \"guid\": \"<string>\",\n      \"position\": \"<integer>\"\n    },\n    {\n      \"guid\": \"<string>\",\n      \"position\": \"<integer>\"\n    }\n  ]\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "fe5951b8-41a6-460c-afc7-f56276eb3165",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "goals",
                                        "reposition"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "PUT",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"goals\": [\n    {\n      \"guid\": \"GOL-97665947-235c-b213-ca25-8cf0174774f5\",\n      \"position\": 1\n    },\n    {\n      \"guid\": \"GOL-97665947-235c-b213-ca25-8cf0174774f5\",\n      \"position\": 1\n    }\n  ]\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"goals\": [\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"amount\": 4500,\n      \"current_amount\": 1500,\n      \"guid\": \"GOL-524ca5db-a2d5-44f3-b048-16de16059024\",\n      \"goal_type_name\": \"SAVE_AMOUNT\",\n      \"meta_type_name\": \"VACATION\",\n      \"name\": \"Save for Europe\",\n      \"completed_at\": \"2025-08-15T10:30:00+00:00\",\n      \"has_been_spent\": false,\n      \"is_complete\": false,\n      \"metadata\": \"Additional information\",\n      \"position\": 3,\n      \"projected_to_complete_at\": \"2022-06-14T16:03:53-00:00\",\n      \"targeted_to_complete_at\": \"2026-12-08 00:00:00.000000\",\n      \"track_type_name\": \"SAVINGS_TRACK\",\n      \"user_guid\": \"USR-11141024-90b3-1bce-cac9-c06ced52ab4c\"\n    },\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"amount\": 4500,\n      \"current_amount\": 1500,\n      \"guid\": \"GOL-524ca5db-a2d5-44f3-b048-16de16059024\",\n      \"goal_type_name\": \"SAVE_AMOUNT\",\n      \"meta_type_name\": \"VACATION\",\n      \"name\": \"Save for Europe\",\n      \"completed_at\": \"2025-08-15T10:30:00+00:00\",\n      \"has_been_spent\": false,\n      \"is_complete\": false,\n      \"metadata\": \"Additional information\",\n      \"position\": 3,\n      \"projected_to_complete_at\": \"2022-06-14T16:03:53-00:00\",\n      \"targeted_to_complete_at\": \"2026-12-08 00:00:00.000000\",\n      \"track_type_name\": \"SAVINGS_TRACK\",\n      \"user_guid\": \"USR-11141024-90b3-1bce-cac9-c06ced52ab4c\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ],
            "event": []
        },
        {
            "id": "6d76cd14-52e7-441e-88ae-94423acc8759",
            "name": "insights",
            "description": {
                "content": "Use these endpoints to build customizable user experiences in UIs powered by our Financial Insights data.\n\nWith Financial Insights, your users will receive personalized insights based on their transaction history.\n\nWant to learn more about the product? See [Financial Insights](docs.mx.com/products/experience/insights).\n\nLooking for a guide to use these endpoints? See [Build Your Own Insights UI](docs.mx.com/products/experience/insights/integration-guides/insights-api-guide).\n",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "bd065adc-cde3-41dc-8911-af309b3c7c37",
                    "name": "List insights by account",
                    "request": {
                        "name": "List insights by account",
                        "description": {
                            "content": "Use this endpoint to list all insights associated with an account GUID.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "accounts",
                                ":account_guid",
                                "insights"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `100`. If the value exceeds `100`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_guid",
                                    "description": "(Required) The unique id for an `account`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "14d732f1-1904-451e-bb0b-29acca5f7f55",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "accounts",
                                        ":account_guid",
                                        "insights"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_guid",
                                            "description": "(Required) The unique id for an `account`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"insights\": [\n    {\n      \"active_at\": \"2022-01-07T12:00:00Z\",\n      \"client_guid\": \"CLT-abcd-1234\",\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"cta_clicked_at\": \"2022-01-13T18:13:51Z\",\n      \"description\": \"Gold's Gym charged you $36.71 more this month than normal. Did you upgrade your service?\",\n      \"guid\": \"BET-abcd-1234\",\n      \"has_associated_accounts\": false,\n      \"has_associated_categories\": false,\n      \"has_associated_merchants\": false,\n      \"has_associated_scheduled_payments\": false,\n      \"has_associated_transactions\": true,\n      \"has_been_displayed\": true,\n      \"is_dismissed\": false,\n      \"micro_call_to_action\": \"Learn more\",\n      \"micro_description\": \"Netflix charged you $5.00 more this month than normal.\",\n      \"micro_title\": \"Price Increase\",\n      \"template\": \"SubscriptionPriceIncrease\",\n      \"title\": \"Price increase\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    },\n    {\n      \"active_at\": \"2022-01-07T12:00:00Z\",\n      \"client_guid\": \"CLT-abcd-1234\",\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"cta_clicked_at\": \"2022-01-13T18:13:51Z\",\n      \"description\": \"Gold's Gym charged you $36.71 more this month than normal. Did you upgrade your service?\",\n      \"guid\": \"BET-abcd-1234\",\n      \"has_associated_accounts\": false,\n      \"has_associated_categories\": false,\n      \"has_associated_merchants\": false,\n      \"has_associated_scheduled_payments\": false,\n      \"has_associated_transactions\": true,\n      \"has_been_displayed\": true,\n      \"is_dismissed\": false,\n      \"micro_call_to_action\": \"Learn more\",\n      \"micro_description\": \"Netflix charged you $5.00 more this month than normal.\",\n      \"micro_title\": \"Price Increase\",\n      \"template\": \"SubscriptionPriceIncrease\",\n      \"title\": \"Price increase\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "bdd2a813-fc6e-419c-89d8-60e888f14f25",
                    "name": "List all insights for a user",
                    "request": {
                        "name": "List all insights for a user",
                        "description": {
                            "content": "Use this endpoint to list all the insights associated with the user.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "insights"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `100`. If the value exceeds `100`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "00f18dcd-531a-4684-9c48-3e016cc016b3",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "insights"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"insights\": [\n    {\n      \"active_at\": \"2022-01-07T12:00:00Z\",\n      \"client_guid\": \"CLT-abcd-1234\",\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"cta_clicked_at\": \"2022-01-13T18:13:51Z\",\n      \"description\": \"Gold's Gym charged you $36.71 more this month than normal. Did you upgrade your service?\",\n      \"guid\": \"BET-abcd-1234\",\n      \"has_associated_accounts\": false,\n      \"has_associated_categories\": false,\n      \"has_associated_merchants\": false,\n      \"has_associated_scheduled_payments\": false,\n      \"has_associated_transactions\": true,\n      \"has_been_displayed\": true,\n      \"is_dismissed\": false,\n      \"micro_call_to_action\": \"Learn more\",\n      \"micro_description\": \"Netflix charged you $5.00 more this month than normal.\",\n      \"micro_title\": \"Price Increase\",\n      \"template\": \"SubscriptionPriceIncrease\",\n      \"title\": \"Price increase\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    },\n    {\n      \"active_at\": \"2022-01-07T12:00:00Z\",\n      \"client_guid\": \"CLT-abcd-1234\",\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"cta_clicked_at\": \"2022-01-13T18:13:51Z\",\n      \"description\": \"Gold's Gym charged you $36.71 more this month than normal. Did you upgrade your service?\",\n      \"guid\": \"BET-abcd-1234\",\n      \"has_associated_accounts\": false,\n      \"has_associated_categories\": false,\n      \"has_associated_merchants\": false,\n      \"has_associated_scheduled_payments\": false,\n      \"has_associated_transactions\": true,\n      \"has_been_displayed\": true,\n      \"is_dismissed\": false,\n      \"micro_call_to_action\": \"Learn more\",\n      \"micro_description\": \"Netflix charged you $5.00 more this month than normal.\",\n      \"micro_title\": \"Price Increase\",\n      \"template\": \"SubscriptionPriceIncrease\",\n      \"title\": \"Price increase\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "37a74c13-6f49-44ee-a6c0-8f83e0d3ee0b",
                    "name": "List all categories associated with an insight",
                    "request": {
                        "name": "List all categories associated with an insight",
                        "description": {
                            "content": "Use this endpoint to list all the categories associated with the insight.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "insights",
                                ":insight_guid",
                                "categories"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `100`. If the value exceeds `100`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "insight_guid",
                                    "description": "(Required) The unique identifier for the insight. Defined by MX."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "1f883237-1a91-4b56-81e1-10a24ea6e6d9",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "insights",
                                        ":insight_guid",
                                        "categories"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "insight_guid",
                                            "description": "(Required) The unique identifier for the insight. Defined by MX."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"categories\": [\n    {\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n      \"is_default\": true,\n      \"is_income\": false,\n      \"metadata\": \"some metadata\",\n      \"name\": \"Auto Insurance\",\n      \"parent_guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\"\n    },\n    {\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n      \"is_default\": true,\n      \"is_income\": false,\n      \"metadata\": \"some metadata\",\n      \"name\": \"Auto Insurance\",\n      \"parent_guid\": \"CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "681c25fc-7105-402c-8f1f-6427a0c528e7",
                    "name": "List all accounts associated with an insight",
                    "request": {
                        "name": "List all accounts associated with an insight",
                        "description": {
                            "content": "Use this endpoint to list all the accounts associated with the insight.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "insights",
                                ":insight_guid",
                                "accounts"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `100`. If the value exceeds `100`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "insight_guid",
                                    "description": "(Required) The unique identifier for the insight. Defined by MX."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "a2e7d207-287d-49fa-ab26-64bcfaf5e446",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "insights",
                                        ":insight_guid",
                                        "accounts"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "insight_guid",
                                            "description": "(Required) The unique identifier for the insight. Defined by MX."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"accounts\": [\n    {\n      \"account_number\": \"3331261\",\n      \"account_ownership\": \"INDIVIDUAL\",\n      \"annuity_policy_to_date\": \"2025-12-31\",\n      \"annuity_provider\": \"Metlife\",\n      \"annuity_term_year\": 30,\n      \"apr\": 1,\n      \"apy\": 2.35,\n      \"available_balance\": 1000,\n      \"available_credit\": 4000,\n      \"balance\": 1000,\n      \"cash_balance\": 2500,\n      \"cash_surrender_value\": 1000,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"credit_limit\": 5000,\n      \"currency_code\": \"USD\",\n      \"day_payment_is_due\": 14,\n      \"death_benefit\": 1000,\n      \"federal_insurance_status\": \"INSURED\",\n      \"guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"id\": \"1040434698\",\n      \"imported_at\": \"2015-10-13T17:57:37.000Z\",\n      \"interest_rate\": 3.25,\n      \"institution_code\": \"3af3685e-05d9-7060-359f-008d0755e993\",\n      \"insured_name\": \"Tommy Shelby\",\n      \"is_closed\": false,\n      \"is_hidden\": false,\n      \"is_manual\": false,\n      \"last_payment\": 100,\n      \"last_payment_at\": \"2023-07-25T17:14:46Z\",\n      \"loan_amount\": 1000,\n      \"margin_balance\": 1000,\n      \"matures_on\": \"2015-10-13T17:57:37.000Z\",\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"member_id\": \"member123\",\n      \"member_is_managed_by_user\": false,\n      \"metadata\": \"some metadata\",\n      \"minimum_balance\": 100,\n      \"minimum_payment\": 10,\n      \"name\": \"Test account 2\",\n      \"nickname\": \"My Checking\",\n      \"original_balance\": 10,\n      \"pay_out_amount\": 10,\n      \"payment_due_at\": \"2015-10-13T17:57:37.000Z\",\n      \"payoff_balance\": 10,\n      \"premium_amount\": 1,\n      \"property_type\": \"VEHICLE\",\n      \"routing_number\": \"68899990000000\",\n      \"started_on\": \"2025-10-13T17:57:37.000Z\",\n      \"statement_balance\": 1000.5,\n      \"subtype\": \"MONEY_MARKET\",\n      \"today_ugl_amount\": 1000.5,\n      \"today_ugl_percentage\": 6.9,\n      \"total_account_value\": 1,\n      \"total_account_value_ugl\": 1,\n      \"type\": \"CHECKING\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    },\n    {\n      \"account_number\": \"3331261\",\n      \"account_ownership\": \"INDIVIDUAL\",\n      \"annuity_policy_to_date\": \"2025-12-31\",\n      \"annuity_provider\": \"Metlife\",\n      \"annuity_term_year\": 30,\n      \"apr\": 1,\n      \"apy\": 2.35,\n      \"available_balance\": 1000,\n      \"available_credit\": 4000,\n      \"balance\": 1000,\n      \"cash_balance\": 2500,\n      \"cash_surrender_value\": 1000,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"credit_limit\": 5000,\n      \"currency_code\": \"USD\",\n      \"day_payment_is_due\": 14,\n      \"death_benefit\": 1000,\n      \"federal_insurance_status\": \"INSURED\",\n      \"guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"id\": \"1040434698\",\n      \"imported_at\": \"2015-10-13T17:57:37.000Z\",\n      \"interest_rate\": 3.25,\n      \"institution_code\": \"3af3685e-05d9-7060-359f-008d0755e993\",\n      \"insured_name\": \"Tommy Shelby\",\n      \"is_closed\": false,\n      \"is_hidden\": false,\n      \"is_manual\": false,\n      \"last_payment\": 100,\n      \"last_payment_at\": \"2023-07-25T17:14:46Z\",\n      \"loan_amount\": 1000,\n      \"margin_balance\": 1000,\n      \"matures_on\": \"2015-10-13T17:57:37.000Z\",\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"member_id\": \"member123\",\n      \"member_is_managed_by_user\": false,\n      \"metadata\": \"some metadata\",\n      \"minimum_balance\": 100,\n      \"minimum_payment\": 10,\n      \"name\": \"Test account 2\",\n      \"nickname\": \"My Checking\",\n      \"original_balance\": 10,\n      \"pay_out_amount\": 10,\n      \"payment_due_at\": \"2015-10-13T17:57:37.000Z\",\n      \"payoff_balance\": 10,\n      \"premium_amount\": 1,\n      \"property_type\": \"VEHICLE\",\n      \"routing_number\": \"68899990000000\",\n      \"started_on\": \"2025-10-13T17:57:37.000Z\",\n      \"statement_balance\": 1000.5,\n      \"subtype\": \"MONEY_MARKET\",\n      \"today_ugl_amount\": 1000.5,\n      \"today_ugl_percentage\": 6.9,\n      \"total_account_value\": 1,\n      \"total_account_value_ugl\": 1,\n      \"type\": \"CHECKING\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "fb98f03b-988a-474a-b9d2-552cc3ce840c",
                    "name": "List all merchants associated with an insight",
                    "request": {
                        "name": "List all merchants associated with an insight",
                        "description": {
                            "content": "Use this endpoint to list all the merchants associated with the insight.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "insights",
                                ":insight_guid",
                                "merchants"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `100`. If the value exceeds `100`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "insight_guid",
                                    "description": "(Required) The unique identifier for the insight. Defined by MX."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "536167d1-2afc-4b8b-84c3-30bf2924c2ce",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "insights",
                                        ":insight_guid",
                                        "merchants"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "insight_guid",
                                            "description": "(Required) The unique identifier for the insight. Defined by MX."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"merchants\": [\n    {\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"guid\": \"MCH-7ed79542-884d-2b1b-dd74-501c5cc9d25b\",\n      \"logo_url\": \"https://s3.amazonaws.com/MD_Assets/merchant_logos/comcast.png\",\n      \"name\": \"Comcast\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"website_url\": \"https://www.example.com\"\n    },\n    {\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"guid\": \"MCH-7ed79542-884d-2b1b-dd74-501c5cc9d25b\",\n      \"logo_url\": \"https://s3.amazonaws.com/MD_Assets/merchant_logos/comcast.png\",\n      \"name\": \"Comcast\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"website_url\": \"https://www.example.com\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "6ac422a8-b453-46c8-8010-b7fecd640fce",
                    "name": "List all scheduled payments associated with an insight",
                    "request": {
                        "name": "List all scheduled payments associated with an insight",
                        "description": {
                            "content": "Use this endpoint to list all the scheduled payments associated with the insight.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "insights",
                                ":insight_guid",
                                "scheduled_payments"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `100`. If the value exceeds `100`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "insight_guid",
                                    "description": "(Required) The unique identifier for the insight. Defined by MX."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "b8307032-3dfc-44ed-962a-51260e7af199",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "insights",
                                        ":insight_guid",
                                        "scheduled_payments"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "insight_guid",
                                            "description": "(Required) The unique identifier for the insight. Defined by MX."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"scheduled_payments\": [\n    {\n      \"amount\": 61.11,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"description\": \"Netflix\",\n      \"guid\": \"SPA-c76e4a85-b2c4-4335-82b7-8f8b8f28c35a\",\n      \"is_completed\": false,\n      \"is_recurring\": true,\n      \"merchant_guid\": \"MCH-b8a2624c-2176-59ec-c150-37854bc38aa8\",\n      \"occurs_on\": \"2022-01-15\",\n      \"recurrence_day\": 15,\n      \"recurrence_type\": \"EVERY_MONTH\",\n      \"transaction_type\": \"DEBIT\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    },\n    {\n      \"amount\": 61.11,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"description\": \"Netflix\",\n      \"guid\": \"SPA-c76e4a85-b2c4-4335-82b7-8f8b8f28c35a\",\n      \"is_completed\": false,\n      \"is_recurring\": true,\n      \"merchant_guid\": \"MCH-b8a2624c-2176-59ec-c150-37854bc38aa8\",\n      \"occurs_on\": \"2022-01-15\",\n      \"recurrence_day\": 15,\n      \"recurrence_type\": \"EVERY_MONTH\",\n      \"transaction_type\": \"DEBIT\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "6a19ed31-c217-458a-bafb-1bafd26db76e",
                    "name": "List all transactions associated with an insight",
                    "request": {
                        "name": "List all transactions associated with an insight",
                        "description": {
                            "content": "Use this endpoint to list all the transactions associated with the insight.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "insights",
                                ":insight_guid",
                                "transactions"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `100`. If the value exceeds `100`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "insight_guid",
                                    "description": "(Required) The unique identifier for the insight. Defined by MX."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "2ff4e050-581a-4a33-9cfb-7bcb62eba354",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "insights",
                                        ":insight_guid",
                                        "transactions"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "insight_guid",
                                            "description": "(Required) The unique identifier for the insight. Defined by MX."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"transactions\": [\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"account_id\": \"account123\",\n      \"amount\": 61.11,\n      \"category\": \"Paycheck\",\n      \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n      \"check_number_string\": null,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"currency_code\": \"USD\",\n      \"date\": \"2024-12-20\",\n      \"description\": \"MX Technologies Payroll\",\n      \"extended_transaction_type\": null,\n      \"guid\": \"TRN-429ad9fe-a1d2-4559-8590-885b2603f0e1\",\n      \"id\": \"1734681600000-178fa8095c154a55b9172f977b4c5f9a-0\",\n      \"is_bill_pay\": false,\n      \"is_direct_deposit\": false,\n      \"is_expense\": false,\n      \"is_fee\": false,\n      \"is_income\": true,\n      \"is_international\": false,\n      \"is_manual\": false,\n      \"is_overdraft_fee\": false,\n      \"is_payroll_advance\": false,\n      \"is_recurring\": null,\n      \"is_subscription\": false,\n      \"latitude\": null,\n      \"localized_description\": \"This is a localized_description\",\n      \"localized_memo\": \"This is a localized_memo\",\n      \"longitude\": null,\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"member_is_managed_by_user\": true,\n      \"memo\": \"Transactions\",\n      \"merchant_category_code\": null,\n      \"merchant_guid\": \"MCH-8cc3b01a-1c52-47d4-970d-30f8ee5566f1\",\n      \"merchant_location_guid\": null,\n      \"metadata\": \"some metadata\",\n      \"original_description\": \"MX TECHNOLOGIES PAYMENT\",\n      \"posted_at\": \"2024-12-20T12:00:00Z\",\n      \"status\": \"POSTED\",\n      \"top_level_category\": \"Income\",\n      \"transacted_at\": \"2024-12-20T12:00:00Z\",\n      \"type\": \"CREDIT\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    },\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"account_id\": \"account123\",\n      \"amount\": 61.11,\n      \"category\": \"Paycheck\",\n      \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n      \"check_number_string\": null,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"currency_code\": \"USD\",\n      \"date\": \"2024-12-20\",\n      \"description\": \"MX Technologies Payroll\",\n      \"extended_transaction_type\": null,\n      \"guid\": \"TRN-429ad9fe-a1d2-4559-8590-885b2603f0e1\",\n      \"id\": \"1734681600000-178fa8095c154a55b9172f977b4c5f9a-0\",\n      \"is_bill_pay\": false,\n      \"is_direct_deposit\": false,\n      \"is_expense\": false,\n      \"is_fee\": false,\n      \"is_income\": true,\n      \"is_international\": false,\n      \"is_manual\": false,\n      \"is_overdraft_fee\": false,\n      \"is_payroll_advance\": false,\n      \"is_recurring\": null,\n      \"is_subscription\": false,\n      \"latitude\": null,\n      \"localized_description\": \"This is a localized_description\",\n      \"localized_memo\": \"This is a localized_memo\",\n      \"longitude\": null,\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"member_is_managed_by_user\": true,\n      \"memo\": \"Transactions\",\n      \"merchant_category_code\": null,\n      \"merchant_guid\": \"MCH-8cc3b01a-1c52-47d4-970d-30f8ee5566f1\",\n      \"merchant_location_guid\": null,\n      \"metadata\": \"some metadata\",\n      \"original_description\": \"MX TECHNOLOGIES PAYMENT\",\n      \"posted_at\": \"2024-12-20T12:00:00Z\",\n      \"status\": \"POSTED\",\n      \"top_level_category\": \"Income\",\n      \"transacted_at\": \"2024-12-20T12:00:00Z\",\n      \"type\": \"CREDIT\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "082d3a49-f590-463e-953a-dd07d452791f",
                    "name": "Read insight",
                    "request": {
                        "name": "Read insight",
                        "description": {
                            "content": "Use this endpoint to read the attributes of an insight according to its unique GUID.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "insights",
                                ":insight_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "insight_guid",
                                    "description": "(Required) The unique identifier for the insight. Defined by MX."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "1acb8173-ba04-4315-a24b-8c524384b79a",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "insights",
                                        ":insight_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "insight_guid",
                                            "description": "(Required) The unique identifier for the insight. Defined by MX."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"insight\": {\n    \"active_at\": \"2022-01-07T12:00:00Z\",\n    \"client_guid\": \"CLT-abcd-1234\",\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"cta_clicked_at\": \"2022-01-13T18:13:51Z\",\n    \"description\": \"Gold's Gym charged you $36.71 more this month than normal. Did you upgrade your service?\",\n    \"guid\": \"BET-abcd-1234\",\n    \"has_associated_accounts\": false,\n    \"has_associated_categories\": false,\n    \"has_associated_merchants\": false,\n    \"has_associated_scheduled_payments\": false,\n    \"has_associated_transactions\": true,\n    \"has_been_displayed\": true,\n    \"is_dismissed\": false,\n    \"micro_call_to_action\": \"Learn more\",\n    \"micro_description\": \"Netflix charged you $5.00 more this month than normal.\",\n    \"micro_title\": \"Price Increase\",\n    \"template\": \"SubscriptionPriceIncrease\",\n    \"title\": \"Price increase\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "f3e1cdb6-aab8-4d59-8c59-478255a34c44",
                    "name": "Update insight",
                    "request": {
                        "name": "Update insight",
                        "description": {
                            "content": "Use this endpoint to update the attributes of an insight according to its unique GUID.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "insights",
                                ":insight_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "insight_guid",
                                    "description": "(Required) The unique identifier for the insight. Defined by MX."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PUT",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"insight\": {\n    \"has_been_displayed\": \"<boolean>\",\n    \"is_dismissed\": \"<boolean>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "90dae2b0-95ec-4dc2-936e-5c7fa163d7c5",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "insights",
                                        ":insight_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "insight_guid",
                                            "description": "(Required) The unique identifier for the insight. Defined by MX."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "PUT",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"insight\": {\n    \"has_been_displayed\": false,\n    \"is_dismissed\": false\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"active_at\": \"2022-01-07T12:00:00Z\",\n  \"client_guid\": \"CLT-abcd-1234\",\n  \"created_at\": \"2025-02-13T18:08:00+00:00\",\n  \"cta_clicked_at\": \"2022-01-13T18:13:51Z\",\n  \"description\": \"Gold's Gym charged you $36.71 more this month than normal. Did you upgrade your service?\",\n  \"guid\": \"BET-abcd-1234\",\n  \"has_associated_accounts\": false,\n  \"has_associated_categories\": false,\n  \"has_associated_merchants\": false,\n  \"has_associated_scheduled_payments\": false,\n  \"has_associated_transactions\": true,\n  \"has_been_displayed\": true,\n  \"is_dismissed\": false,\n  \"micro_call_to_action\": \"Learn more\",\n  \"micro_description\": \"Netflix charged you $5.00 more this month than normal.\",\n  \"micro_title\": \"Price Increase\",\n  \"template\": \"SubscriptionPriceIncrease\",\n  \"title\": \"Price increase\",\n  \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n  \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n  \"user_id\": \"u-1234\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "70204522-9c32-4536-9853-7d100f3524ce",
                    "name": "List insights by transaction",
                    "request": {
                        "name": "List insights by transaction",
                        "description": {
                            "content": "Use this endpoint to list all insights associated with a transaction GUID.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "transactions",
                                ":transaction_guid",
                                "insights"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `100`. If the value exceeds `100`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "transaction_guid",
                                    "description": "(Required) The unique id for a `transaction`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "4a6f793a-8da2-4e44-9304-5468189b6be0",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "transactions",
                                        ":transaction_guid",
                                        "insights"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "transaction_guid",
                                            "description": "(Required) The unique id for a `transaction`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"insights\": [\n    {\n      \"active_at\": \"2022-01-07T12:00:00Z\",\n      \"client_guid\": \"CLT-abcd-1234\",\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"cta_clicked_at\": \"2022-01-13T18:13:51Z\",\n      \"description\": \"Gold's Gym charged you $36.71 more this month than normal. Did you upgrade your service?\",\n      \"guid\": \"BET-abcd-1234\",\n      \"has_associated_accounts\": false,\n      \"has_associated_categories\": false,\n      \"has_associated_merchants\": false,\n      \"has_associated_scheduled_payments\": false,\n      \"has_associated_transactions\": true,\n      \"has_been_displayed\": true,\n      \"is_dismissed\": false,\n      \"micro_call_to_action\": \"Learn more\",\n      \"micro_description\": \"Netflix charged you $5.00 more this month than normal.\",\n      \"micro_title\": \"Price Increase\",\n      \"template\": \"SubscriptionPriceIncrease\",\n      \"title\": \"Price increase\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    },\n    {\n      \"active_at\": \"2022-01-07T12:00:00Z\",\n      \"client_guid\": \"CLT-abcd-1234\",\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"cta_clicked_at\": \"2022-01-13T18:13:51Z\",\n      \"description\": \"Gold's Gym charged you $36.71 more this month than normal. Did you upgrade your service?\",\n      \"guid\": \"BET-abcd-1234\",\n      \"has_associated_accounts\": false,\n      \"has_associated_categories\": false,\n      \"has_associated_merchants\": false,\n      \"has_associated_scheduled_payments\": false,\n      \"has_associated_transactions\": true,\n      \"has_been_displayed\": true,\n      \"is_dismissed\": false,\n      \"micro_call_to_action\": \"Learn more\",\n      \"micro_description\": \"Netflix charged you $5.00 more this month than normal.\",\n      \"micro_title\": \"Price Increase\",\n      \"template\": \"SubscriptionPriceIncrease\",\n      \"title\": \"Price increase\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                }
            ],
            "event": []
        },
        {
            "id": "680ffcc8-4bbe-44e3-8e5a-8d1bd7b57045",
            "name": "institutions",
            "description": {
                "content": "Institutions represent a financial institution.\n\nA single real-world financial institution may have several `institution` objects on the MX platform.\n\nFor example, the mortgage division of a financial institution might use a separate system than its everyday banking division, which is different from its credit card division.\n\nFor more info, see [Institutions Overview](docs.mx.com/api-reference/reference/institutions).\n",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "a701fc2c-a3ff-47dd-b7af-0ebbe5626784",
                    "name": "List institutions",
                    "request": {
                        "name": "List institutions",
                        "description": {
                            "content": "Lists financial institutions available through the MX platform. This endpoint has been updated in `v20250224` to enhance search and filtering capabilities based on the products supported by each institution.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "institutions"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "name",
                                    "value": "<string>",
                                    "description": "This will list only institutions in which the appended string appears."
                                },
                                {
                                    "disabled": false,
                                    "key": "iso_country_code",
                                    "value": "<string>",
                                    "description": "An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include `US`, `CA`, and `MX` (Mexico)."
                                },
                                {
                                    "disabled": false,
                                    "key": "iso_country_code",
                                    "value": "<string>",
                                    "description": "An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include `US`, `CA`, and `MX` (Mexico)."
                                },
                                {
                                    "disabled": false,
                                    "key": "include_blocked_institutions",
                                    "value": "false",
                                    "description": "When set to `true`, returns all institutions regardless of their operational status. When `false` or omitted, only returns institutions that are currently operational."
                                },
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                },
                                {
                                    "disabled": false,
                                    "key": "supported_products[]",
                                    "value": "<string>",
                                    "description": "Filters institutions that support specific products. Values may include account_verification, identity_verification, transactions, transaction_history, statements, investments.\n\nFor example, institutions that support account_verification and statements, `?supported_products[]=account_verification&supported_products[]=statements`."
                                },
                                {
                                    "disabled": false,
                                    "key": "supported_products[]",
                                    "value": "<string>",
                                    "description": "Filters institutions that support specific products. Values may include account_verification, identity_verification, transactions, transaction_history, statements, investments.\n\nFor example, institutions that support account_verification and statements, `?supported_products[]=account_verification&supported_products[]=statements`."
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "3782d532-2ac1-4395-aa7f-bbadb69f31fd",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "institutions"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "name",
                                            "value": "mxbank"
                                        },
                                        {
                                            "key": "iso_country_code",
                                            "value": "US"
                                        },
                                        {
                                            "key": "iso_country_code",
                                            "value": "CA"
                                        },
                                        {
                                            "key": "include_blocked_institutions",
                                            "value": "true"
                                        },
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        },
                                        {
                                            "key": "supported_products[]",
                                            "value": "account_verification"
                                        },
                                        {
                                            "key": "supported_products[]",
                                            "value": "statements"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"institutions\": [\n    {\n      \"client_status\": \"AVAILABLE\",\n      \"code\": \"mxbank\",\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"forgot_password_url\": \"https://example.url.mxbank.com/forgot-password\",\n      \"forgot_username_url\": \"https://example.url.mxbank.com/forgot-username\",\n      \"guid\": \"INS-1572a04c-912b-59bf-5841-332c7dfafaef\",\n      \"instructional_text\": \"Some instructional text <a href=\\\"https://example.url.mxbank.com/instructions\\\" id=\\\"instructional_text\\\">for end users</a>.\",\n      \"instructional_text_steps\": [\n        \"Step 1: Do this.\",\n        \"Step 2: Do that.\"\n      ],\n      \"is_disabled_by_client\": false,\n      \"is_hidden\": true,\n      \"iso_country_code\": \"US\",\n      \"medium_logo_url\": \"https://content.moneydesktop.com/storage/MD_Assets/Ipad%20Logos/100x100/default_100x100.png\",\n      \"name\": \"MX Bank\",\n      \"small_logo_url\": \"https://content.moneydesktop.com/storage/MD_Assets/Ipad%20Logos/50x50/default_50x50.png\",\n      \"status\": \"OPERATIONAL\",\n      \"supported_products\": {},\n      \"supports_oauth\": true,\n      \"supports_tax_document\": true,\n      \"trouble_signing_in_url\": \"https://example.url.mxbank.com/login-trouble\",\n      \"url\": \"https://www.mxbank.com\"\n    },\n    {\n      \"client_status\": \"AVAILABLE\",\n      \"code\": \"mxbank\",\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"forgot_password_url\": \"https://example.url.mxbank.com/forgot-password\",\n      \"forgot_username_url\": \"https://example.url.mxbank.com/forgot-username\",\n      \"guid\": \"INS-1572a04c-912b-59bf-5841-332c7dfafaef\",\n      \"instructional_text\": \"Some instructional text <a href=\\\"https://example.url.mxbank.com/instructions\\\" id=\\\"instructional_text\\\">for end users</a>.\",\n      \"instructional_text_steps\": [\n        \"Step 1: Do this.\",\n        \"Step 2: Do that.\"\n      ],\n      \"is_disabled_by_client\": false,\n      \"is_hidden\": true,\n      \"iso_country_code\": \"US\",\n      \"medium_logo_url\": \"https://content.moneydesktop.com/storage/MD_Assets/Ipad%20Logos/100x100/default_100x100.png\",\n      \"name\": \"MX Bank\",\n      \"small_logo_url\": \"https://content.moneydesktop.com/storage/MD_Assets/Ipad%20Logos/50x50/default_50x50.png\",\n      \"status\": \"OPERATIONAL\",\n      \"supported_products\": {},\n      \"supports_oauth\": true,\n      \"supports_tax_document\": true,\n      \"trouble_signing_in_url\": \"https://example.url.mxbank.com/login-trouble\",\n      \"url\": \"https://www.mxbank.com\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "bf97f683-3aeb-4a74-ab33-e4d5f4ea21a1",
                    "name": "List favorite institutions",
                    "request": {
                        "name": "List favorite institutions",
                        "description": {
                            "content": "This endpoint returns a paginated list containing institutions that have been set as favorites, sorted by popularity. Please contact MX to set a list of favorites.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "institutions",
                                "favorites"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "iso_country_code",
                                    "value": "<string>",
                                    "description": "An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include `US`, `CA`, and `MX` (Mexico)."
                                },
                                {
                                    "disabled": false,
                                    "key": "iso_country_code",
                                    "value": "<string>",
                                    "description": "An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include `US`, `CA`, and `MX` (Mexico)."
                                },
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "dc449246-b5b5-45e8-a940-fe2e6706eaf9",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "institutions",
                                        "favorites"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "iso_country_code",
                                            "value": "US"
                                        },
                                        {
                                            "key": "iso_country_code",
                                            "value": "CA"
                                        },
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"institutions\": [\n    {\n      \"client_status\": \"AVAILABLE\",\n      \"code\": \"mxbank\",\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"forgot_password_url\": \"https://example.url.mxbank.com/forgot-password\",\n      \"forgot_username_url\": \"https://example.url.mxbank.com/forgot-username\",\n      \"guid\": \"INS-1572a04c-912b-59bf-5841-332c7dfafaef\",\n      \"instructional_text\": \"Some instructional text <a href=\\\"https://example.url.mxbank.com/instructions\\\" id=\\\"instructional_text\\\">for end users</a>.\",\n      \"instructional_text_steps\": [\n        \"Step 1: Do this.\",\n        \"Step 2: Do that.\"\n      ],\n      \"is_disabled_by_client\": false,\n      \"is_hidden\": true,\n      \"iso_country_code\": \"US\",\n      \"medium_logo_url\": \"https://content.moneydesktop.com/storage/MD_Assets/Ipad%20Logos/100x100/default_100x100.png\",\n      \"name\": \"MX Bank\",\n      \"small_logo_url\": \"https://content.moneydesktop.com/storage/MD_Assets/Ipad%20Logos/50x50/default_50x50.png\",\n      \"status\": \"OPERATIONAL\",\n      \"supported_products\": {},\n      \"supports_oauth\": true,\n      \"supports_tax_document\": true,\n      \"trouble_signing_in_url\": \"https://example.url.mxbank.com/login-trouble\",\n      \"url\": \"https://www.mxbank.com\"\n    },\n    {\n      \"client_status\": \"AVAILABLE\",\n      \"code\": \"mxbank\",\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"forgot_password_url\": \"https://example.url.mxbank.com/forgot-password\",\n      \"forgot_username_url\": \"https://example.url.mxbank.com/forgot-username\",\n      \"guid\": \"INS-1572a04c-912b-59bf-5841-332c7dfafaef\",\n      \"instructional_text\": \"Some instructional text <a href=\\\"https://example.url.mxbank.com/instructions\\\" id=\\\"instructional_text\\\">for end users</a>.\",\n      \"instructional_text_steps\": [\n        \"Step 1: Do this.\",\n        \"Step 2: Do that.\"\n      ],\n      \"is_disabled_by_client\": false,\n      \"is_hidden\": true,\n      \"iso_country_code\": \"US\",\n      \"medium_logo_url\": \"https://content.moneydesktop.com/storage/MD_Assets/Ipad%20Logos/100x100/default_100x100.png\",\n      \"name\": \"MX Bank\",\n      \"small_logo_url\": \"https://content.moneydesktop.com/storage/MD_Assets/Ipad%20Logos/50x50/default_50x50.png\",\n      \"status\": \"OPERATIONAL\",\n      \"supported_products\": {},\n      \"supports_oauth\": true,\n      \"supports_tax_document\": true,\n      \"trouble_signing_in_url\": \"https://example.url.mxbank.com/login-trouble\",\n      \"url\": \"https://www.mxbank.com\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "52b9f3f6-6d40-4a75-ba70-9f1fff3b99af",
                    "name": "Read institution",
                    "request": {
                        "name": "Read institution",
                        "description": {
                            "content": "This endpoint returns information about the institution specified by `institution_code`. The `v20250224` update enhances the granularity of the information provided about the services and products supported by the institution.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "institutions",
                                ":institution_code"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "institution_code",
                                    "description": "(Required) A unique identifier for each institution, defined by MX."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "33f948cd-7599-4354-84c2-71522e218980",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "institutions",
                                        ":institution_code"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "institution_code",
                                            "description": "(Required) A unique identifier for each institution, defined by MX."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"institution\": {\n    \"client_status\": \"AVAILABLE\",\n    \"code\": \"mxbank\",\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"forgot_password_url\": \"https://example.url.mxbank.com/forgot-password\",\n    \"forgot_username_url\": \"https://example.url.mxbank.com/forgot-username\",\n    \"guid\": \"INS-1572a04c-912b-59bf-5841-332c7dfafaef\",\n    \"instructional_text\": \"Some instructional text <a href=\\\"https://example.url.mxbank.com/instructions\\\" id=\\\"instructional_text\\\">for end users</a>.\",\n    \"instructional_text_steps\": [\n      \"Step 1: Do this.\",\n      \"Step 2: Do that.\"\n    ],\n    \"is_disabled_by_client\": false,\n    \"is_hidden\": true,\n    \"iso_country_code\": \"US\",\n    \"medium_logo_url\": \"https://content.moneydesktop.com/storage/MD_Assets/Ipad%20Logos/100x100/default_100x100.png\",\n    \"name\": \"MX Bank\",\n    \"small_logo_url\": \"https://content.moneydesktop.com/storage/MD_Assets/Ipad%20Logos/50x50/default_50x50.png\",\n    \"status\": \"OPERATIONAL\",\n    \"supported_products\": {},\n    \"supports_oauth\": true,\n    \"supports_tax_document\": true,\n    \"trouble_signing_in_url\": \"https://example.url.mxbank.com/login-trouble\",\n    \"url\": \"https://www.mxbank.com\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "2c50e9b2-b856-419a-b8f3-2e50f7d2e672",
                    "name": "List institution credentials",
                    "request": {
                        "name": "List institution credentials",
                        "description": {
                            "content": "Use this endpoint to see which credentials will be needed to create a member for a specific institution.\n\nPassing an invalid `institution_identifier` returns a `404`.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "institutions",
                                ":institution_identifier",
                                "credentials"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "institution_identifier",
                                    "description": "(Required) The identifier for the institution. For this identifier, use either the `institution_code` or the institution `guid`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "86f446f8-301c-4bda-b048-9b5a9332f913",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "institutions",
                                        ":institution_identifier",
                                        "credentials"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "institution_identifier",
                                            "description": "(Required) The identifier for the institution. For this identifier, use either the `institution_code` or the institution `guid`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"credentials\": [\n    {\n      \"display_order\": 1,\n      \"field_name\": \"LOGIN\",\n      \"field_type\": \"TEXT\",\n      \"guid\": \"CRD-1ec152cd-e628-e81a-e852-d1e7104624da\",\n      \"label\": \"Username\",\n      \"type\": \"TEXT\"\n    },\n    {\n      \"display_order\": 1,\n      \"field_name\": \"LOGIN\",\n      \"field_type\": \"TEXT\",\n      \"guid\": \"CRD-1ec152cd-e628-e81a-e852-d1e7104624da\",\n      \"label\": \"Username\",\n      \"type\": \"TEXT\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                }
            ],
            "event": []
        },
        {
            "id": "b91c9647-fe9c-41fa-bf20-e24f2f932f81",
            "name": "investment holdings",
            "description": {
                "content": "Investment Data Enhancement lets you connect to an end user's financial institution and retrieve cleansed and enhanced investment data. By combining investment data with retail banking information, you get comprehensive insights into customer financial behaviors, risk tolerance, and investment strategies.\n\nYou can [read a user's holding](docs.mx.com/api-reference/platform-api/reference/read-holding), [list all their holdings](docs.mx.com/api-reference/platform-api/reference/list-holdings), or list their holdings by [account](docs.mx.com/api-reference/platform-api/reference/list-holdings-by-account) or [member](docs.mx.com/api-reference/platform-api/reference/list-holdings-by-member).\n\nYou can also [deactivate a user](docs.mx.com/api-reference/platform-api/reference/deactivate-user) from the Investment Data Enhancement. This is non-billable.\n",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "44f7f26c-9da4-4e67-aac1-5cdd812d8436",
                    "name": "List holdings by member",
                    "request": {
                        "name": "List holdings by member",
                        "description": {
                            "content": "This endpoint lists all holdings associated with the specified member.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "members",
                                ":member_guid",
                                "investment_holdings"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_guid",
                                    "description": "(Required) The unique id for a `member`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "4b0bd2af-ca67-4f80-ae55-c01eb154fe38",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "members",
                                        ":member_guid",
                                        "investment_holdings"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_guid",
                                            "description": "(Required) The unique id for a `member`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"investment_holdings\": [\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"cost_basis\": 827,\n      \"coupon_yield\": null,\n      \"currency_code\": \"USD\",\n      \"current_price\": 15,\n      \"daily_change\": 2.5,\n      \"description\": \"Guggenheim Defensive Equity ETF\",\n      \"expiration\": null,\n      \"face_value\": 1000,\n      \"frequency\": \"ANNUALLY\",\n      \"guid\": \"HOL-d65683e8-9eab-26bb-bcfd-ced159c9abe2\",\n      \"market_value\": 989.5,\n      \"maturity_date\": null,\n      \"percentage_change\": 0.2,\n      \"purchase_price\": 26.3,\n      \"quantity\": \"5000.0\",\n      \"rate\": null,\n      \"strike_price\": null,\n      \"symbol\": \"DEF\",\n      \"term\": null,\n      \"today_ugl_amount\": 200,\n      \"today_ugl_percentage\": 0.27,\n      \"total_ugl_amount\": 20000,\n      \"total_ugl_percentage\": 26.67,\n      \"unvested_quantity\": null,\n      \"unvested_value\": null,\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"vested_quantity\": null,\n      \"vested_value\": null,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"current_price_as_of\": \"2023-11-06T00:00:00Z\",\n      \"issue_date\": \"2015-08-15\",\n      \"vesting_start_date\": null,\n      \"vesting_end_date\": null,\n      \"put_or_call\": null,\n      \"holding_type\": \"MUTUAL_FUND\",\n      \"term_unit\": null\n    },\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"cost_basis\": 827,\n      \"coupon_yield\": null,\n      \"currency_code\": \"USD\",\n      \"current_price\": 15,\n      \"daily_change\": 2.5,\n      \"description\": \"Guggenheim Defensive Equity ETF\",\n      \"expiration\": null,\n      \"face_value\": 1000,\n      \"frequency\": \"ANNUALLY\",\n      \"guid\": \"HOL-d65683e8-9eab-26bb-bcfd-ced159c9abe2\",\n      \"market_value\": 989.5,\n      \"maturity_date\": null,\n      \"percentage_change\": 0.2,\n      \"purchase_price\": 26.3,\n      \"quantity\": \"5000.0\",\n      \"rate\": null,\n      \"strike_price\": null,\n      \"symbol\": \"DEF\",\n      \"term\": null,\n      \"today_ugl_amount\": 200,\n      \"today_ugl_percentage\": 0.27,\n      \"total_ugl_amount\": 20000,\n      \"total_ugl_percentage\": 26.67,\n      \"unvested_quantity\": null,\n      \"unvested_value\": null,\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"vested_quantity\": null,\n      \"vested_value\": null,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"current_price_as_of\": \"2023-11-06T00:00:00Z\",\n      \"issue_date\": \"2015-08-15\",\n      \"vesting_start_date\": null,\n      \"vesting_end_date\": null,\n      \"put_or_call\": null,\n      \"holding_type\": \"MUTUAL_FUND\",\n      \"term_unit\": null\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "58c19514-695f-47cd-8944-01b74f62aca6",
                    "name": "List holdings by user",
                    "request": {
                        "name": "List holdings by user",
                        "description": {
                            "content": "This endpoint lists all holdings associated with the user across all accounts.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "investment_holdings"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "798e166c-7bb7-4fc4-8ea5-6bb3b257695a",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "investment_holdings"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"investment_holdings\": [\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"cost_basis\": 827,\n      \"coupon_yield\": null,\n      \"currency_code\": \"USD\",\n      \"current_price\": 15,\n      \"daily_change\": 2.5,\n      \"description\": \"Guggenheim Defensive Equity ETF\",\n      \"expiration\": null,\n      \"face_value\": 1000,\n      \"frequency\": \"ANNUALLY\",\n      \"guid\": \"HOL-d65683e8-9eab-26bb-bcfd-ced159c9abe2\",\n      \"market_value\": 989.5,\n      \"maturity_date\": null,\n      \"percentage_change\": 0.2,\n      \"purchase_price\": 26.3,\n      \"quantity\": \"5000.0\",\n      \"rate\": null,\n      \"strike_price\": null,\n      \"symbol\": \"DEF\",\n      \"term\": null,\n      \"today_ugl_amount\": 200,\n      \"today_ugl_percentage\": 0.27,\n      \"total_ugl_amount\": 20000,\n      \"total_ugl_percentage\": 26.67,\n      \"unvested_quantity\": null,\n      \"unvested_value\": null,\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"vested_quantity\": null,\n      \"vested_value\": null,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"current_price_as_of\": \"2023-11-06T00:00:00Z\",\n      \"issue_date\": \"2015-08-15\",\n      \"vesting_start_date\": null,\n      \"vesting_end_date\": null,\n      \"put_or_call\": null,\n      \"holding_type\": \"MUTUAL_FUND\",\n      \"term_unit\": null\n    },\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"cost_basis\": 827,\n      \"coupon_yield\": null,\n      \"currency_code\": \"USD\",\n      \"current_price\": 15,\n      \"daily_change\": 2.5,\n      \"description\": \"Guggenheim Defensive Equity ETF\",\n      \"expiration\": null,\n      \"face_value\": 1000,\n      \"frequency\": \"ANNUALLY\",\n      \"guid\": \"HOL-d65683e8-9eab-26bb-bcfd-ced159c9abe2\",\n      \"market_value\": 989.5,\n      \"maturity_date\": null,\n      \"percentage_change\": 0.2,\n      \"purchase_price\": 26.3,\n      \"quantity\": \"5000.0\",\n      \"rate\": null,\n      \"strike_price\": null,\n      \"symbol\": \"DEF\",\n      \"term\": null,\n      \"today_ugl_amount\": 200,\n      \"today_ugl_percentage\": 0.27,\n      \"total_ugl_amount\": 20000,\n      \"total_ugl_percentage\": 26.67,\n      \"unvested_quantity\": null,\n      \"unvested_value\": null,\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"vested_quantity\": null,\n      \"vested_value\": null,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"current_price_as_of\": \"2023-11-06T00:00:00Z\",\n      \"issue_date\": \"2015-08-15\",\n      \"vesting_start_date\": null,\n      \"vesting_end_date\": null,\n      \"put_or_call\": null,\n      \"holding_type\": \"MUTUAL_FUND\",\n      \"term_unit\": null\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "adb64ef0-0505-480b-ae71-0ec50f6b8318",
                    "name": "Read holding",
                    "request": {
                        "name": "Read holding",
                        "description": {
                            "content": "Use this endpoint to read the attributes of a specific `holding`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "investment_holdings",
                                ":holding_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "holding_guid",
                                    "description": "(Required) The unique id for a `holding`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "9a28fbb8-0218-41e7-8ee9-e80271130682",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "investment_holdings",
                                        ":holding_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "holding_guid",
                                            "description": "(Required) The unique id for a `holding`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"investment_holding\": {\n    \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"cost_basis\": 827,\n    \"coupon_yield\": null,\n    \"currency_code\": \"USD\",\n    \"current_price\": 15,\n    \"daily_change\": 2.5,\n    \"description\": \"Guggenheim Defensive Equity ETF\",\n    \"expiration\": null,\n    \"face_value\": 1000,\n    \"frequency\": \"ANNUALLY\",\n    \"guid\": \"HOL-d65683e8-9eab-26bb-bcfd-ced159c9abe2\",\n    \"market_value\": 989.5,\n    \"maturity_date\": null,\n    \"percentage_change\": 0.2,\n    \"purchase_price\": 26.3,\n    \"quantity\": \"5000.0\",\n    \"rate\": null,\n    \"strike_price\": null,\n    \"symbol\": \"DEF\",\n    \"term\": null,\n    \"today_ugl_amount\": 200,\n    \"today_ugl_percentage\": 0.27,\n    \"total_ugl_amount\": 20000,\n    \"total_ugl_percentage\": 26.67,\n    \"unvested_quantity\": null,\n    \"unvested_value\": null,\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"vested_quantity\": null,\n    \"vested_value\": null,\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"current_price_as_of\": \"2023-11-06T00:00:00Z\",\n    \"issue_date\": \"2015-08-15\",\n    \"vesting_start_date\": null,\n    \"vesting_end_date\": null,\n    \"put_or_call\": null,\n    \"holding_type\": \"MUTUAL_FUND\",\n    \"term_unit\": null\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "1b51cad4-34cc-474e-996a-9548fe508a96",
                    "name": "List holdings by account",
                    "request": {
                        "name": "List holdings by account",
                        "description": {
                            "content": "This endpoint lists all holdings associated with the particular account defined.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "accounts",
                                ":account_guid",
                                "investment_holdings"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_guid",
                                    "description": "(Required) The unique id for an `account`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "7b3c67a5-66ed-4ff5-ab85-611dd153e318",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "accounts",
                                        ":account_guid",
                                        "investment_holdings"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_guid",
                                            "description": "(Required) The unique id for an `account`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"investment_holdings\": [\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"cost_basis\": 827,\n      \"coupon_yield\": null,\n      \"currency_code\": \"USD\",\n      \"current_price\": 15,\n      \"daily_change\": 2.5,\n      \"description\": \"Guggenheim Defensive Equity ETF\",\n      \"expiration\": null,\n      \"face_value\": 1000,\n      \"frequency\": \"ANNUALLY\",\n      \"guid\": \"HOL-d65683e8-9eab-26bb-bcfd-ced159c9abe2\",\n      \"market_value\": 989.5,\n      \"maturity_date\": null,\n      \"percentage_change\": 0.2,\n      \"purchase_price\": 26.3,\n      \"quantity\": \"5000.0\",\n      \"rate\": null,\n      \"strike_price\": null,\n      \"symbol\": \"DEF\",\n      \"term\": null,\n      \"today_ugl_amount\": 200,\n      \"today_ugl_percentage\": 0.27,\n      \"total_ugl_amount\": 20000,\n      \"total_ugl_percentage\": 26.67,\n      \"unvested_quantity\": null,\n      \"unvested_value\": null,\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"vested_quantity\": null,\n      \"vested_value\": null,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"current_price_as_of\": \"2023-11-06T00:00:00Z\",\n      \"issue_date\": \"2015-08-15\",\n      \"vesting_start_date\": null,\n      \"vesting_end_date\": null,\n      \"put_or_call\": null,\n      \"holding_type\": \"MUTUAL_FUND\",\n      \"term_unit\": null\n    },\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"cost_basis\": 827,\n      \"coupon_yield\": null,\n      \"currency_code\": \"USD\",\n      \"current_price\": 15,\n      \"daily_change\": 2.5,\n      \"description\": \"Guggenheim Defensive Equity ETF\",\n      \"expiration\": null,\n      \"face_value\": 1000,\n      \"frequency\": \"ANNUALLY\",\n      \"guid\": \"HOL-d65683e8-9eab-26bb-bcfd-ced159c9abe2\",\n      \"market_value\": 989.5,\n      \"maturity_date\": null,\n      \"percentage_change\": 0.2,\n      \"purchase_price\": 26.3,\n      \"quantity\": \"5000.0\",\n      \"rate\": null,\n      \"strike_price\": null,\n      \"symbol\": \"DEF\",\n      \"term\": null,\n      \"today_ugl_amount\": 200,\n      \"today_ugl_percentage\": 0.27,\n      \"total_ugl_amount\": 20000,\n      \"total_ugl_percentage\": 26.67,\n      \"unvested_quantity\": null,\n      \"unvested_value\": null,\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"vested_quantity\": null,\n      \"vested_value\": null,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"current_price_as_of\": \"2023-11-06T00:00:00Z\",\n      \"issue_date\": \"2015-08-15\",\n      \"vesting_start_date\": null,\n      \"vesting_end_date\": null,\n      \"put_or_call\": null,\n      \"holding_type\": \"MUTUAL_FUND\",\n      \"term_unit\": null\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "8bab9868-40c8-4e04-8b1d-b13554532d85",
                    "name": "Deactivate user from Investment Holdings",
                    "request": {
                        "name": "Deactivate user from Investment Holdings",
                        "description": {
                            "content": "This endpoint deactivates the specific user from the `/investment_holdings` product. To reactivate a user, use any of the current `/investment_holding` endpoints.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "investment_holdings_deactivate"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "67f3d0a5-d99b-4681-a7a0-50491b6453cf",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "investment_holdings_deactivate"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": {},\n  \"status\": {}\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                }
            ],
            "event": []
        },
        {
            "id": "5e93a3d5-41ea-4787-904a-76593bd615db",
            "name": "managed data",
            "description": {
                "content": "",
                "type": "text/plain"
            },
            "item": [],
            "event": []
        },
        {
            "id": "9490dce2-988b-4f3d-bf3a-451e3a73beba",
            "name": "members",
            "description": {
                "content": "Members represent the connection between an end user and a financial institution. This institution may represent your institution or another one from which MX is aggregating data.\n\nFor more info, see [Members Overview](docs.mx.com/api-reference/reference/members).\n",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "3556b441-bab5-42b6-ab65-8c79e76b8d4b",
                    "name": "List members",
                    "request": {
                        "name": "List members",
                        "description": {
                            "content": "This endpoint returns an array which contains information on every member associated with a specific user.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                },
                                {
                                    "disabled": false,
                                    "key": "use_case",
                                    "value": "<string>",
                                    "description": "The use case associated with the member. Valid values are `PFM` and `MONEY_MOVEMENT`. For example, you can append either `?use_case=PFM` or `?use_case=MONEY_MOVEMENT`."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "a2479982-b298-47c0-bdba-aa5034ea8e18",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        },
                                        {
                                            "key": "use_case",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"members\": [\n    {\n      \"aggregated_at\": \"2016-10-13T18:07:57.000Z\",\n      \"background_aggregation_is_disabled\": false,\n      \"connection_status\": \"CONNECTED\",\n      \"connection_status_message\": \"Connected to MX Bank\",\n      \"error\": {},\n      \"guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"id\": \"unique_id\",\n      \"institution_code\": \"mxbank\",\n      \"institution_guid\": \"INST-12345678-90ab-cdef-1234-567890abcdef\",\n      \"is_being_aggregated\": false,\n      \"is_managed_by_user\": false,\n      \"is_manual\": false,\n      \"is_oauth\": false,\n      \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n      \"most_recent_job_detail_code\": null,\n      \"most_recent_job_detail_text\": null,\n      \"most_recent_job_guid\": \"JOB-12345678-90ab-cdef-1234-567890abcdef\",\n      \"name\": \"MX Bank\",\n      \"needs_updated_credentials\": false,\n      \"oauth_window_uri\": \"https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2\",\n      \"successfully_aggregated_at\": \"2016-10-13T17:57:38.000Z\",\n      \"use_cases\": [\n        \"PFM\"\n      ],\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    },\n    {\n      \"aggregated_at\": \"2016-10-13T18:07:57.000Z\",\n      \"background_aggregation_is_disabled\": false,\n      \"connection_status\": \"CONNECTED\",\n      \"connection_status_message\": \"Connected to MX Bank\",\n      \"error\": {},\n      \"guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"id\": \"unique_id\",\n      \"institution_code\": \"mxbank\",\n      \"institution_guid\": \"INST-12345678-90ab-cdef-1234-567890abcdef\",\n      \"is_being_aggregated\": false,\n      \"is_managed_by_user\": false,\n      \"is_manual\": false,\n      \"is_oauth\": false,\n      \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n      \"most_recent_job_detail_code\": null,\n      \"most_recent_job_detail_text\": null,\n      \"most_recent_job_guid\": \"JOB-12345678-90ab-cdef-1234-567890abcdef\",\n      \"name\": \"MX Bank\",\n      \"needs_updated_credentials\": false,\n      \"oauth_window_uri\": \"https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2\",\n      \"successfully_aggregated_at\": \"2016-10-13T17:57:38.000Z\",\n      \"use_cases\": [\n        \"PFM\"\n      ],\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "a39cddfc-f25b-48a0-9c26-d2b56456ac74",
                    "name": "Create member",
                    "request": {
                        "name": "Create member",
                        "description": {
                            "content": "This endpoint allows you to create a new member using the required parameters `institution_code`, `credentials` (if creating a non-OAuth member), and `data_request.products`. When creating a non-OAuth member, include the correct type of credential required by the financial institution and provided by the user. You can find out which credential type is required with the `/institutions/{institution_code}/credentials` endpoint. Once you successfully create a member, MX will immediately validate the provided credentials and attempt to aggregate data. A status of 200 indicates the member was created successfully, and no aggregation was requested. A status of 201 indicates the member was created, but a product within `data_request` failed to aggregate. A status of 202 indicates the member was successfully created, and standard aggregation (no `data_request`) was requested (does not indicate success or failure).",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "disabled": false,
                                "description": "The base64 encoded string defined in this header will be returned in the [Member](/resources/webhooks/member/) and [Member Data Updated](/resources/webhooks/member/#member-data-updated) webhooks. This allows you to trace user interactions and workflows initiated externally and internally in the MX Platform. Max 1024 characters.",
                                "key": "X-CALLBACK-PAYLOAD",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"client_redirect_url\": \"<string>\",\n  \"data_request\": {\n    \"products\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  },\n  \"enable_app2app\": \"<boolean>\",\n  \"member\": {\n    \"credentials\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"institution_code\": \"<string>\",\n    \"background_aggregation_is_disabled\": \"<boolean>\",\n    \"id\": \"<string>\",\n    \"is_oauth\": \"<boolean>\",\n    \"metadata\": \"<string>\",\n    \"use_cases\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"referral_source\": \"<string>\",\n  \"ui_message_webview_url_scheme\": \"<string>\"\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "63198182-0cfb-44b0-ad1f-9fedce6df773",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "The base64 encoded string defined in this header will be returned in the [Member](/resources/webhooks/member/) and [Member Data Updated](/resources/webhooks/member/#member-data-updated) webhooks. This allows you to trace user interactions and workflows initiated externally and internally in the MX Platform. Max 1024 characters.",
                                        "key": "X-CALLBACK-PAYLOAD",
                                        "value": "813e50bd-4a7e-4517-b6bb-9eef65a68cbd"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"client_redirect_url\": \"https://{yoursite.com}\",\n  \"data_request\": {\n    \"products\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  },\n  \"enable_app2app\": false,\n  \"member\": {\n    \"credentials\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"institution_code\": \"mxbank\",\n    \"background_aggregation_is_disabled\": false,\n    \"id\": \"unique_id\",\n    \"is_oauth\": false,\n    \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n    \"use_cases\": [\n      \"PFM\"\n    ]\n  },\n  \"referral_source\": \"APP\",\n  \"ui_message_webview_url_scheme\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"member\": {\n    \"aggregated_at\": \"2016-10-13T18:07:57.000Z\",\n    \"background_aggregation_is_disabled\": false,\n    \"connection_status\": \"CONNECTED\",\n    \"connection_status_message\": \"Connected to MX Bank\",\n    \"error\": {},\n    \"guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"id\": \"unique_id\",\n    \"institution_code\": \"mxbank\",\n    \"institution_guid\": \"INST-12345678-90ab-cdef-1234-567890abcdef\",\n    \"is_being_aggregated\": false,\n    \"is_managed_by_user\": false,\n    \"is_manual\": false,\n    \"is_oauth\": false,\n    \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n    \"most_recent_job_detail_code\": null,\n    \"most_recent_job_detail_text\": null,\n    \"most_recent_job_guid\": \"JOB-12345678-90ab-cdef-1234-567890abcdef\",\n    \"name\": \"MX Bank\",\n    \"needs_updated_credentials\": false,\n    \"oauth_window_uri\": \"https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2\",\n    \"successfully_aggregated_at\": \"2016-10-13T17:57:38.000Z\",\n    \"use_cases\": [\n      \"PFM\"\n    ],\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "408198b8-ff03-4b24-b4b1-e0eb444affff",
                            "name": "Created",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "The base64 encoded string defined in this header will be returned in the [Member](/resources/webhooks/member/) and [Member Data Updated](/resources/webhooks/member/#member-data-updated) webhooks. This allows you to trace user interactions and workflows initiated externally and internally in the MX Platform. Max 1024 characters.",
                                        "key": "X-CALLBACK-PAYLOAD",
                                        "value": "813e50bd-4a7e-4517-b6bb-9eef65a68cbd"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"client_redirect_url\": \"https://{yoursite.com}\",\n  \"data_request\": {\n    \"products\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  },\n  \"enable_app2app\": false,\n  \"member\": {\n    \"credentials\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"institution_code\": \"mxbank\",\n    \"background_aggregation_is_disabled\": false,\n    \"id\": \"unique_id\",\n    \"is_oauth\": false,\n    \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n    \"use_cases\": [\n      \"PFM\"\n    ]\n  },\n  \"referral_source\": \"APP\",\n  \"ui_message_webview_url_scheme\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Created",
                            "code": 201,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"member\": {\n    \"aggregated_at\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"background_aggregation_is_disabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"connection_status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"connection_status_message\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"error\": {\n      \"error_type\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"error_code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"error_message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"user_message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"guid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"institution_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"institution_guid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_being_aggregated\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_managed_by_user\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_manual\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_oauth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"most_recent_job_detail_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"most_recent_job_detail_text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"most_recent_job_guid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"needs_updated_credentials\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"oauth_window_uri\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"successfully_aggregated_at\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"use_cases\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"user_guid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"user_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "1452df65-1263-4593-8bfb-37b01d1f86df",
                            "name": "Accepted",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "The base64 encoded string defined in this header will be returned in the [Member](/resources/webhooks/member/) and [Member Data Updated](/resources/webhooks/member/#member-data-updated) webhooks. This allows you to trace user interactions and workflows initiated externally and internally in the MX Platform. Max 1024 characters.",
                                        "key": "X-CALLBACK-PAYLOAD",
                                        "value": "813e50bd-4a7e-4517-b6bb-9eef65a68cbd"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"client_redirect_url\": \"https://{yoursite.com}\",\n  \"data_request\": {\n    \"products\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  },\n  \"enable_app2app\": false,\n  \"member\": {\n    \"credentials\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"institution_code\": \"mxbank\",\n    \"background_aggregation_is_disabled\": false,\n    \"id\": \"unique_id\",\n    \"is_oauth\": false,\n    \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n    \"use_cases\": [\n      \"PFM\"\n    ]\n  },\n  \"referral_source\": \"APP\",\n  \"ui_message_webview_url_scheme\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Accepted",
                            "code": 202,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"member\": {\n    \"aggregated_at\": \"2016-10-13T18:07:57.000Z\",\n    \"background_aggregation_is_disabled\": false,\n    \"connection_status\": \"CONNECTED\",\n    \"connection_status_message\": \"Connected to MX Bank\",\n    \"error\": {},\n    \"guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"id\": \"unique_id\",\n    \"institution_code\": \"mxbank\",\n    \"institution_guid\": \"INST-12345678-90ab-cdef-1234-567890abcdef\",\n    \"is_being_aggregated\": false,\n    \"is_managed_by_user\": false,\n    \"is_manual\": false,\n    \"is_oauth\": false,\n    \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n    \"most_recent_job_detail_code\": null,\n    \"most_recent_job_detail_text\": null,\n    \"most_recent_job_guid\": \"JOB-12345678-90ab-cdef-1234-567890abcdef\",\n    \"name\": \"MX Bank\",\n    \"needs_updated_credentials\": false,\n    \"oauth_window_uri\": \"https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2\",\n    \"successfully_aggregated_at\": \"2016-10-13T17:57:38.000Z\",\n    \"use_cases\": [\n      \"PFM\"\n    ],\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "4841da61-ac9e-4590-9265-c5bdbbe44de6",
                    "name": "Delete member",
                    "request": {
                        "name": "Delete member",
                        "description": {
                            "content": "Accessing this endpoint will permanently delete a member.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            }
                        ],
                        "method": "DELETE",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "9f7cabdc-d47c-4057-8a3c-b5dd70de3642",
                            "name": "No Content",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "No Content",
                            "code": 204,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain"
                                }
                            ],
                            "body": "",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "f11f876f-fd7e-41c2-86d1-780af518fb73",
                    "name": "Read member",
                    "request": {
                        "name": "Read member",
                        "description": {
                            "content": "Use this endpoint to read the attributes of a specific member.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "82673769-4f15-4148-993b-5dcfdfa3bd50",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"member\": {\n    \"aggregated_at\": \"2016-10-13T18:07:57.000Z\",\n    \"background_aggregation_is_disabled\": false,\n    \"connection_status\": \"CONNECTED\",\n    \"connection_status_message\": \"Connected to MX Bank\",\n    \"error\": {},\n    \"guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"id\": \"unique_id\",\n    \"institution_code\": \"mxbank\",\n    \"institution_guid\": \"INST-12345678-90ab-cdef-1234-567890abcdef\",\n    \"is_being_aggregated\": false,\n    \"is_managed_by_user\": false,\n    \"is_manual\": false,\n    \"is_oauth\": false,\n    \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n    \"most_recent_job_detail_code\": null,\n    \"most_recent_job_detail_text\": null,\n    \"most_recent_job_guid\": \"JOB-12345678-90ab-cdef-1234-567890abcdef\",\n    \"name\": \"MX Bank\",\n    \"needs_updated_credentials\": false,\n    \"oauth_window_uri\": \"https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2\",\n    \"successfully_aggregated_at\": \"2016-10-13T17:57:38.000Z\",\n    \"use_cases\": [\n      \"PFM\"\n    ],\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "67309b53-0722-486b-91de-4ba4ad080b95",
                    "name": "Update member",
                    "request": {
                        "name": "Update member",
                        "description": {
                            "content": "Use this endpoint to update a members attributes. Only the credentials, id, and metadata parameters can be updated. To get a list of the required credentials for the member, use the list member credentials endpoint.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "disabled": false,
                                "description": "The base64 encoded string defined in this header will be returned in the [Member](/resources/webhooks/member/) and [Member Data Updated](/resources/webhooks/member/#member-data-updated) webhooks. This allows you to trace user interactions and workflows initiated externally and internally in the MX Platform. Max 1024 characters.",
                                "key": "X-CALLBACK-PAYLOAD",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PUT",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"member\": {\n    \"background_aggregation_is_disabled\": \"<boolean>\",\n    \"credentials\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"id\": \"<string>\",\n    \"metadata\": \"<string>\",\n    \"use_cases\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "c433b7c4-2d03-4a75-9ef8-8ab784074a5d",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "The base64 encoded string defined in this header will be returned in the [Member](/resources/webhooks/member/) and [Member Data Updated](/resources/webhooks/member/#member-data-updated) webhooks. This allows you to trace user interactions and workflows initiated externally and internally in the MX Platform. Max 1024 characters.",
                                        "key": "X-CALLBACK-PAYLOAD",
                                        "value": "813e50bd-4a7e-4517-b6bb-9eef65a68cbd"
                                    }
                                ],
                                "method": "PUT",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"member\": {\n    \"background_aggregation_is_disabled\": false,\n    \"credentials\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"id\": \"unique_id\",\n    \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n    \"use_cases\": [\n      \"PFM\"\n    ]\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"member\": {\n    \"aggregated_at\": \"2016-10-13T18:07:57.000Z\",\n    \"background_aggregation_is_disabled\": false,\n    \"connection_status\": \"CONNECTED\",\n    \"connection_status_message\": \"Connected to MX Bank\",\n    \"error\": {},\n    \"guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"id\": \"unique_id\",\n    \"institution_code\": \"mxbank\",\n    \"institution_guid\": \"INST-12345678-90ab-cdef-1234-567890abcdef\",\n    \"is_being_aggregated\": false,\n    \"is_managed_by_user\": false,\n    \"is_manual\": false,\n    \"is_oauth\": false,\n    \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n    \"most_recent_job_detail_code\": null,\n    \"most_recent_job_detail_text\": null,\n    \"most_recent_job_guid\": \"JOB-12345678-90ab-cdef-1234-567890abcdef\",\n    \"name\": \"MX Bank\",\n    \"needs_updated_credentials\": false,\n    \"oauth_window_uri\": \"https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2\",\n    \"successfully_aggregated_at\": \"2016-10-13T17:57:38.000Z\",\n    \"use_cases\": [\n      \"PFM\"\n    ],\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "62c643ff-4b05-4c82-9e0d-37e16a76e7f9",
                    "name": "Aggregate member",
                    "request": {
                        "name": "Aggregate member",
                        "description": {
                            "content": "Calling this endpoint initiates an aggregation event for the member. This brings in the latest account and transaction data from the connected institution. If this data has recently been updated, MX may not initiate an aggregation event.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier",
                                "aggregate"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "disabled": false,
                                "description": "The base64 encoded string defined in this header will be returned in the [Member](/resources/webhooks/member/) and [Member Data Updated](/resources/webhooks/member/#member-data-updated) webhooks. This allows you to trace user interactions and workflows initiated externally and internally in the MX Platform. Max 1024 characters.",
                                "key": "X-CALLBACK-PAYLOAD",
                                "value": "<string>"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "9ff74686-e470-432e-8a47-73cb65f3e726",
                            "name": "Accepted",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier",
                                        "aggregate"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "The base64 encoded string defined in this header will be returned in the [Member](/resources/webhooks/member/) and [Member Data Updated](/resources/webhooks/member/#member-data-updated) webhooks. This allows you to trace user interactions and workflows initiated externally and internally in the MX Platform. Max 1024 characters.",
                                        "key": "X-CALLBACK-PAYLOAD",
                                        "value": "813e50bd-4a7e-4517-b6bb-9eef65a68cbd"
                                    }
                                ],
                                "method": "POST",
                                "body": {}
                            },
                            "status": "Accepted",
                            "code": 202,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"member\": {\n    \"aggregated_at\": \"2016-10-13T18:07:57.000Z\",\n    \"background_aggregation_is_disabled\": false,\n    \"connection_status\": \"CONNECTED\",\n    \"connection_status_message\": \"Connected to MX Bank\",\n    \"error\": {},\n    \"guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"id\": \"unique_id\",\n    \"institution_code\": \"mxbank\",\n    \"institution_guid\": \"INST-12345678-90ab-cdef-1234-567890abcdef\",\n    \"is_being_aggregated\": false,\n    \"is_managed_by_user\": false,\n    \"is_manual\": false,\n    \"is_oauth\": false,\n    \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n    \"most_recent_job_detail_code\": null,\n    \"most_recent_job_detail_text\": null,\n    \"most_recent_job_guid\": \"JOB-12345678-90ab-cdef-1234-567890abcdef\",\n    \"name\": \"MX Bank\",\n    \"needs_updated_credentials\": false,\n    \"oauth_window_uri\": \"https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2\",\n    \"successfully_aggregated_at\": \"2016-10-13T17:57:38.000Z\",\n    \"use_cases\": [\n      \"PFM\"\n    ],\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "b5b93f3e-e124-46d6-81f4-782ec3f2c28f",
                    "name": "Aggregate all members",
                    "request": {
                        "name": "Aggregate all members",
                        "description": {
                            "content": "This endpoint will kick off a new aggregation job for each member which belongs to the user. If you've set the `use_cases` field when creating the member, then the member's use case must be set to `PFM`, otherwise a 403 will return. The response will include important information about the members' aggregations including the `is_being_aggregated` and `connection_status` fields. Aggregations can take some time to finish; you can use the the read member or list members endpoints to track the status and completion of each individual aggregation as it progresses.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                "aggregate_all"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "56f2ffdb-e5c7-42f2-8ac4-00912d767844",
                            "name": "Accepted",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        "aggregate_all"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {}
                            },
                            "status": "Accepted",
                            "code": 202,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"members\": [\n    {\n      \"aggregated_at\": \"2016-10-13T18:07:57.000Z\",\n      \"background_aggregation_is_disabled\": false,\n      \"connection_status\": \"CONNECTED\",\n      \"connection_status_message\": \"Connected to MX Bank\",\n      \"error\": {},\n      \"guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"id\": \"unique_id\",\n      \"institution_code\": \"mxbank\",\n      \"institution_guid\": \"INST-12345678-90ab-cdef-1234-567890abcdef\",\n      \"is_being_aggregated\": false,\n      \"is_managed_by_user\": false,\n      \"is_manual\": false,\n      \"is_oauth\": false,\n      \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n      \"most_recent_job_detail_code\": null,\n      \"most_recent_job_detail_text\": null,\n      \"most_recent_job_guid\": \"JOB-12345678-90ab-cdef-1234-567890abcdef\",\n      \"name\": \"MX Bank\",\n      \"needs_updated_credentials\": false,\n      \"oauth_window_uri\": \"https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2\",\n      \"successfully_aggregated_at\": \"2016-10-13T17:57:38.000Z\",\n      \"use_cases\": [\n        \"PFM\"\n      ],\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    },\n    {\n      \"aggregated_at\": \"2016-10-13T18:07:57.000Z\",\n      \"background_aggregation_is_disabled\": false,\n      \"connection_status\": \"CONNECTED\",\n      \"connection_status_message\": \"Connected to MX Bank\",\n      \"error\": {},\n      \"guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"id\": \"unique_id\",\n      \"institution_code\": \"mxbank\",\n      \"institution_guid\": \"INST-12345678-90ab-cdef-1234-567890abcdef\",\n      \"is_being_aggregated\": false,\n      \"is_managed_by_user\": false,\n      \"is_manual\": false,\n      \"is_oauth\": false,\n      \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n      \"most_recent_job_detail_code\": null,\n      \"most_recent_job_detail_text\": null,\n      \"most_recent_job_guid\": \"JOB-12345678-90ab-cdef-1234-567890abcdef\",\n      \"name\": \"MX Bank\",\n      \"needs_updated_credentials\": false,\n      \"oauth_window_uri\": \"https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2\",\n      \"successfully_aggregated_at\": \"2016-10-13T17:57:38.000Z\",\n      \"use_cases\": [\n        \"PFM\"\n      ],\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "b8b5b5ff-bf53-4632-991e-de4ffaf115f3",
                    "name": "List member challenges",
                    "request": {
                        "name": "List member challenges",
                        "description": {
                            "content": "Use this endpoint for information on what multi-factor authentication challenges need to be answered in order to aggregate a member. If the aggregation is not challenged, i.e., the member does not have a connection status of `CHALLENGED`, then code `204 No Content` will be returned. If the aggregation has been challenged, i.e., the member does have a connection status of `CHALLENGED`, then code `200 OK` will be returned - along with the corresponding credentials.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier",
                                "challenges"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "396bdd51-4f3f-457d-a953-371a7657b3b3",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier",
                                        "challenges"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"challenges\": [\n    {\n      \"field_name\": \"Who is this guy?\",\n      \"guid\": \"CRD-ce76d2e3-86bd-ec4a-ec52-eb53b5194bf5\",\n      \"image_data\": \"Who is this guy?\",\n      \"image_options\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"label\": \"Who is this guy?\",\n      \"options\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"type\": \"IMAGE_DATA\"\n    },\n    {\n      \"field_name\": \"Who is this guy?\",\n      \"guid\": \"CRD-ce76d2e3-86bd-ec4a-ec52-eb53b5194bf5\",\n      \"image_data\": \"Who is this guy?\",\n      \"image_options\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"label\": \"Who is this guy?\",\n      \"options\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"type\": \"IMAGE_DATA\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "dff8f8cb-6ee8-49ed-ab82-2f3e836be038",
                    "name": "Check balances",
                    "request": {
                        "name": "Check balances",
                        "description": {
                            "content": "This endpoint operates much like the aggregate member endpoint except that it gathers only account balance information; it does not gather any transaction data.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier",
                                "check_balance"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "e262422a-8d6a-40d9-a98b-23c86f47a737",
                            "name": "Accepted",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier",
                                        "check_balance"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {}
                            },
                            "status": "Accepted",
                            "code": 202,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"member\": {\n    \"aggregated_at\": \"2016-10-13T18:07:57.000Z\",\n    \"background_aggregation_is_disabled\": false,\n    \"connection_status\": \"CONNECTED\",\n    \"connection_status_message\": \"Connected to MX Bank\",\n    \"error\": {},\n    \"guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"id\": \"unique_id\",\n    \"institution_code\": \"mxbank\",\n    \"institution_guid\": \"INST-12345678-90ab-cdef-1234-567890abcdef\",\n    \"is_being_aggregated\": false,\n    \"is_managed_by_user\": false,\n    \"is_manual\": false,\n    \"is_oauth\": false,\n    \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n    \"most_recent_job_detail_code\": null,\n    \"most_recent_job_detail_text\": null,\n    \"most_recent_job_guid\": \"JOB-12345678-90ab-cdef-1234-567890abcdef\",\n    \"name\": \"MX Bank\",\n    \"needs_updated_credentials\": false,\n    \"oauth_window_uri\": \"https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2\",\n    \"successfully_aggregated_at\": \"2016-10-13T17:57:38.000Z\",\n    \"use_cases\": [\n      \"PFM\"\n    ],\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "e205f852-ac2b-418e-a145-9da8fd5d3703",
                    "name": "List member credentials",
                    "request": {
                        "name": "List member credentials",
                        "description": {
                            "content": "This endpoint returns an array which contains information on every non-MFA credential associated with a specific member.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier",
                                "credentials"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "22ebd6c0-9ce4-4e8d-9c0a-620331a76e4f",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier",
                                        "credentials"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"credentials\": [\n    {\n      \"display_order\": 1,\n      \"field_name\": \"LOGIN\",\n      \"field_type\": \"TEXT\",\n      \"guid\": \"CRD-1ec152cd-e628-e81a-e852-d1e7104624da\",\n      \"label\": \"Username\",\n      \"type\": \"TEXT\"\n    },\n    {\n      \"display_order\": 1,\n      \"field_name\": \"LOGIN\",\n      \"field_type\": \"TEXT\",\n      \"guid\": \"CRD-1ec152cd-e628-e81a-e852-d1e7104624da\",\n      \"label\": \"Username\",\n      \"type\": \"TEXT\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "99ac03b2-8542-49a0-b5db-5a6b3459dc7f",
                    "name": "Identify member",
                    "request": {
                        "name": "Identify member",
                        "description": {
                            "content": "The identify endpoint begins an identification process for an already-existing member.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier",
                                "identify"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "af754337-05ce-4040-91f7-8af8a3aa2da8",
                            "name": "Accepted",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier",
                                        "identify"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {}
                            },
                            "status": "Accepted",
                            "code": 202,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"member\": {\n    \"aggregated_at\": \"2016-10-13T18:07:57.000Z\",\n    \"background_aggregation_is_disabled\": false,\n    \"connection_status\": \"CONNECTED\",\n    \"connection_status_message\": \"Connected to MX Bank\",\n    \"error\": {},\n    \"guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"id\": \"unique_id\",\n    \"institution_code\": \"mxbank\",\n    \"institution_guid\": \"INST-12345678-90ab-cdef-1234-567890abcdef\",\n    \"is_being_aggregated\": false,\n    \"is_managed_by_user\": false,\n    \"is_manual\": false,\n    \"is_oauth\": false,\n    \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n    \"most_recent_job_detail_code\": null,\n    \"most_recent_job_detail_text\": null,\n    \"most_recent_job_guid\": \"JOB-12345678-90ab-cdef-1234-567890abcdef\",\n    \"name\": \"MX Bank\",\n    \"needs_updated_credentials\": false,\n    \"oauth_window_uri\": \"https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2\",\n    \"successfully_aggregated_at\": \"2016-10-13T17:57:38.000Z\",\n    \"use_cases\": [\n      \"PFM\"\n    ],\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "167d5827-df05-47f6-bc77-1a0c720c6d3b",
                    "name": "Resume aggregation",
                    "request": {
                        "name": "Resume aggregation",
                        "description": {
                            "content": "This endpoint answers the challenges needed when a member has been challenged by multi-factor authentication.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier",
                                "resume"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PUT",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"member\": {\n    \"challenges\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "d26077e0-c046-46df-90a7-9f49d8c59a4b",
                            "name": "Accepted",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier",
                                        "resume"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "PUT",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"member\": {\n    \"challenges\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Accepted",
                            "code": 202,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"member\": {\n    \"aggregated_at\": \"2016-10-13T18:07:57.000Z\",\n    \"background_aggregation_is_disabled\": false,\n    \"connection_status\": \"CONNECTED\",\n    \"connection_status_message\": \"Connected to MX Bank\",\n    \"error\": {},\n    \"guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"id\": \"unique_id\",\n    \"institution_code\": \"mxbank\",\n    \"institution_guid\": \"INST-12345678-90ab-cdef-1234-567890abcdef\",\n    \"is_being_aggregated\": false,\n    \"is_managed_by_user\": false,\n    \"is_manual\": false,\n    \"is_oauth\": false,\n    \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n    \"most_recent_job_detail_code\": null,\n    \"most_recent_job_detail_text\": null,\n    \"most_recent_job_guid\": \"JOB-12345678-90ab-cdef-1234-567890abcdef\",\n    \"name\": \"MX Bank\",\n    \"needs_updated_credentials\": false,\n    \"oauth_window_uri\": \"https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2\",\n    \"successfully_aggregated_at\": \"2016-10-13T17:57:38.000Z\",\n    \"use_cases\": [\n      \"PFM\"\n    ],\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "85386f47-9998-4420-9a0f-795291070086",
                    "name": "Read member status",
                    "request": {
                        "name": "Read member status",
                        "description": {
                            "content": "This endpoint provides the status of the members most recent aggregation event. The results returned by this endpoint should determine what you do next in order to successfully aggregate a member.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier",
                                "status"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "7ea9aea0-8280-4592-83b6-0f9364a571eb",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier",
                                        "status"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"member\": {\n    \"aggregated_at\": \"2016-10-13T18:07:57.000Z\",\n    \"challenges\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"connection_status\": \"CONNECTED\",\n    \"guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"has_processed_account_numbers\": true,\n    \"has_processed_accounts\": true,\n    \"has_processed_transactions\": false,\n    \"is_authenticated\": false,\n    \"is_being_aggregated\": false,\n    \"successfully_aggregated_at\": \"2016-10-13T17:57:38.000Z\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "464342c0-6c18-4d27-b961-38e53b0b91dd",
                    "name": "Verify member",
                    "request": {
                        "name": "Verify member",
                        "description": {
                            "content": "The verify endpoint begins a verification process for a member.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier",
                                "verify"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "disabled": false,
                                "description": "The base64 encoded string defined in this header will be returned in the [Member](/resources/webhooks/member/) and [Member Data Updated](/resources/webhooks/member/#member-data-updated) webhooks. This allows you to trace user interactions and workflows initiated externally and internally in the MX Platform. Max 1024 characters.",
                                "key": "X-CALLBACK-PAYLOAD",
                                "value": "<string>"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "859edda8-c21c-4487-b7ce-c8867f77f43c",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier",
                                        "verify"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "The base64 encoded string defined in this header will be returned in the [Member](/resources/webhooks/member/) and [Member Data Updated](/resources/webhooks/member/#member-data-updated) webhooks. This allows you to trace user interactions and workflows initiated externally and internally in the MX Platform. Max 1024 characters.",
                                        "key": "X-CALLBACK-PAYLOAD",
                                        "value": "813e50bd-4a7e-4517-b6bb-9eef65a68cbd"
                                    }
                                ],
                                "method": "POST",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"member\": {\n    \"aggregated_at\": \"2016-10-13T18:07:57.000Z\",\n    \"background_aggregation_is_disabled\": false,\n    \"connection_status\": \"CONNECTED\",\n    \"connection_status_message\": \"Connected to MX Bank\",\n    \"error\": {},\n    \"guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"id\": \"unique_id\",\n    \"institution_code\": \"mxbank\",\n    \"institution_guid\": \"INST-12345678-90ab-cdef-1234-567890abcdef\",\n    \"is_being_aggregated\": false,\n    \"is_managed_by_user\": false,\n    \"is_manual\": false,\n    \"is_oauth\": false,\n    \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n    \"most_recent_job_detail_code\": null,\n    \"most_recent_job_detail_text\": null,\n    \"most_recent_job_guid\": \"JOB-12345678-90ab-cdef-1234-567890abcdef\",\n    \"name\": \"MX Bank\",\n    \"needs_updated_credentials\": false,\n    \"oauth_window_uri\": \"https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2\",\n    \"successfully_aggregated_at\": \"2016-10-13T17:57:38.000Z\",\n    \"use_cases\": [\n      \"PFM\"\n    ],\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                }
            ],
            "event": []
        },
        {
            "id": "e0080ecb-6ee9-4fe0-8f01-3417d6e2ebff",
            "name": "merchants",
            "description": {
                "content": "Merchants are representations of a transaction’s origin. For example, if you buy a coffee at Starbucks, the transaction merchant will be `Starbucks`.\n\nUse the `merchant_guid` and a `merchant_location_guidon` any `transaction` object to access Merchant endpoints for details like the merchant’s name, logo URL, website, street address, and more.\n",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "b4a65fb9-a24f-425b-b851-b043c3686677",
                    "name": "Read merchant location",
                    "request": {
                        "name": "Read merchant location",
                        "description": {
                            "content": "This endpoint returns the specified `merchant_location` resource. The `merchant_location_guid` can be found on `transaction` objects.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "merchant_locations",
                                ":merchant_location_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "merchant_location_guid",
                                    "description": "(Required) The unique id for a `merchant_location`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "53421abd-6fa8-43f4-8563-d589bf661f25",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "merchant_locations",
                                        ":merchant_location_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "merchant_location_guid",
                                            "description": "(Required) The unique id for a `merchant_location`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"merchant_location\": {\n    \"city\": \"North Kishaberg\",\n    \"country\": \"US\",\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"guid\": \"MCL-00024e59-18b5-4d79-b879-2a7896726fea\",\n    \"latitude\": 39.5963005,\n    \"longitude\": -104.89158799999998,\n    \"merchant_guid\": \"MCH-09466f0a-fb58-9d1a-bae2-2af0afbea621\",\n    \"phone_number\": \"(303) 689-0728\",\n    \"postal_code\": \"801121436\",\n    \"state\": \"CO\",\n    \"street_address\": \"8547 E Arapahoe Rd, Ste 1\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "c7ec1975-9ae1-4bb6-b853-aa38055eef50",
                    "name": "List merchants",
                    "request": {
                        "name": "List merchants",
                        "description": {
                            "content": "This endpoint returns a paginated list of all the merchants in the MX system.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "merchants"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "name",
                                    "value": "<string>",
                                    "description": "This will list only merchants in which the appended string appears."
                                },
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "3cf8bb5f-ba16-45f3-9025-9d1cc9658143",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "merchants"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "name",
                                            "value": "Comcast"
                                        },
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"merchants\": [\n    {\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"guid\": \"MCH-7ed79542-884d-2b1b-dd74-501c5cc9d25b\",\n      \"logo_url\": \"https://s3.amazonaws.com/MD_Assets/merchant_logos/comcast.png\",\n      \"name\": \"Comcast\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"website_url\": \"https://www.example.com\"\n    },\n    {\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"guid\": \"MCH-7ed79542-884d-2b1b-dd74-501c5cc9d25b\",\n      \"logo_url\": \"https://s3.amazonaws.com/MD_Assets/merchant_logos/comcast.png\",\n      \"name\": \"Comcast\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"website_url\": \"https://www.example.com\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "abe3f6e0-4353-4aba-a937-8b2f5bb60982",
                    "name": "Read merchant",
                    "request": {
                        "name": "Read merchant",
                        "description": {
                            "content": "Returns information about a particular merchant, such as a logo, name, and website.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "merchants",
                                ":merchant_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "merchant_guid",
                                    "description": "(Required) The unique id for a `merchant`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "2b881e9e-fca9-42cc-86ee-0c6602d001d0",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "merchants",
                                        ":merchant_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "merchant_guid",
                                            "description": "(Required) The unique id for a `merchant`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"merchant\": {\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"guid\": \"MCH-7ed79542-884d-2b1b-dd74-501c5cc9d25b\",\n    \"logo_url\": \"https://s3.amazonaws.com/MD_Assets/merchant_logos/comcast.png\",\n    \"name\": \"Comcast\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n    \"website_url\": \"https://www.example.com\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                }
            ],
            "event": []
        },
        {
            "id": "bf763dfd-d45e-4575-85f8-c57f52e08d25",
            "name": "microdeposits",
            "description": {
                "content": "Microdeposits is an additional verification method that allows you to verify account details and navigate the process of using microdeposits and the automated clearing house (ACH) system. \n\nMake two, small ACH deposits into a consumer's account using the provided account and routing number. You can then require that the end user confirm the exact amount of each deposit to verify that they own the account and meet NACHA’s account verification.\n\nFor more info, including process flows, setting block lists, and more, see [Microdeposits](docs.mx.com/products/connectivity/microdeposits).\n",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "02ad1982-3e13-4e98-b87a-bce883cfcde0",
                    "name": "List all microdeposits for a user",
                    "request": {
                        "name": "List all microdeposits for a user",
                        "description": {
                            "content": "Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "micro_deposits"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "44a6774c-76ee-426e-a54b-72ca27547503",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "micro_deposits"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"micro_deposits\": [\n    {\n      \"error_message\": null,\n      \"guid\": \"MIC-09ba578e-8448-4f7f-89e1-b62ff2517edb\",\n      \"institution_code\": \"mxbank\",\n      \"institution_name\": \"MX Bank\",\n      \"status\": \"INITIATED\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"verified_at\": null\n    },\n    {\n      \"error_message\": null,\n      \"guid\": \"MIC-09ba578e-8448-4f7f-89e1-b62ff2517edb\",\n      \"institution_code\": \"mxbank\",\n      \"institution_name\": \"MX Bank\",\n      \"status\": \"INITIATED\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"verified_at\": null\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "062555cd-7604-43c7-b118-91de297d1023",
                    "name": "Create or pre-initiate a microdeposit",
                    "request": {
                        "name": "Create or pre-initiate a microdeposit",
                        "description": {
                            "content": "Use this endpoint to create or pre-initiate a microdeposit. The response will include the new microdeposit record with a status of `INITIATED` or `PREINITIATED` respectively.\n\nTo pre-initiate a microdeposit, you only need to set `email` (string), `first_name` (string), and `last_name` (string) in the request body. \n\nPre-initiating a microdeposit allows you to pass the end user's first name, last name, and email if this data has already been collected. If the end user selects an institution which requires the microdeposit flow, the pre-initiated `micro_deposit` will be used and the Connect Widget step that normally requests this info from the end user will be skipped. However, if the end user selects an institution which supports IAV, the pre-initiated `micro_deposit` will be deleted and IAV will be used instead. When requesting a Connect Widget URL after pre-initiating, make sure to set the `current_microdeposit_guid` to the resulting microdeposit's `guid` and set `data_request.products` to include `account_verification`. If you use this enhanced flow, a `micro_deposit` should be pre-initiated for all connect sessions in verification mode. After pre-initiating a microdeposit, pass the GUID to the config as `current_microdeposit_guid` and set `data_request.products` to include `account_verification` when requesting a Connect URL.  Pre-initiating a microdeposit is optional. If you choose to implement this flow, it should be used for all Connect Widget sessions in verification mode.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "micro_deposits"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"micro_deposit\": {\n    \"account_number\": \"<string>\",\n    \"account_type\": \"<string>\",\n    \"routing_number\": \"<string>\",\n    \"account_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "d2d4c0e8-1d62-4563-8e3f-9712f1662178",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "micro_deposits"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"micro_deposit\": {\n    \"account_number\": \"3331261\",\n    \"account_type\": \"CHECKING\",\n    \"routing_number\": \"091000019\",\n    \"account_name\": \"My test account\",\n    \"email\": \"example@example.com\",\n    \"first_name\": \"Josh\",\n    \"last_name\": \"Grobanne\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"micro_deposit\": {}\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "f6399467-5cf8-431b-a6db-5306cfd605de",
                    "name": "Delete a microdeposit",
                    "request": {
                        "name": "Delete a microdeposit",
                        "description": {
                            "content": "Use this endpoint to delete the specified microdeposit.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "micro_deposits",
                                ":micro_deposit_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "micro_deposit_guid",
                                    "description": "(Required) The unique identifier for the microdeposit. Defined by MX."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            }
                        ],
                        "method": "DELETE",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "0e2bed2b-98eb-488f-997a-391fa184d1ae",
                            "name": "No Content",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "micro_deposits",
                                        ":micro_deposit_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "micro_deposit_guid",
                                            "description": "(Required) The unique identifier for the microdeposit. Defined by MX."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "No Content",
                            "code": 204,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain"
                                }
                            ],
                            "body": "",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "6b5e934c-3023-4a75-955b-d51e4f9c8e7e",
                    "name": "Read a microdeposit for a user",
                    "request": {
                        "name": "Read a microdeposit for a user",
                        "description": {
                            "content": "Use this endpoint to read the attributes of a specific microdeposit according to its  unique GUID. <br></br> Webhooks for microdeposit status changes are triggered when a  status changes. The actual status of the microdeposit guid updates every minute. You may  force a status update by calling the read microdeposit endpoint.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "micro_deposits",
                                ":micro_deposit_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "micro_deposit_guid",
                                    "description": "(Required) The unique identifier for the microdeposit. Defined by MX."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "2f74620a-a8f1-4733-bb74-50327eed3103",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "micro_deposits",
                                        ":micro_deposit_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "micro_deposit_guid",
                                            "description": "(Required) The unique identifier for the microdeposit. Defined by MX."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"micro_deposit\": {}\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "444d78f2-2f7f-4d88-9f64-34be01696bec",
                    "name": "Verify a Microdeposit",
                    "request": {
                        "name": "Verify a Microdeposit",
                        "description": {
                            "content": "Use this endpoint to verify the amounts deposited into the account during a microdeposit verification. The verification has not successfully completed until the `status` is `VERIFIED`. Poll the `/users/{user_guid}/micro_deposits/{micro_deposit_guid}` (read microdeposit) endpoint until you see this status or an error state.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "micro_deposits",
                                ":micro_deposit_guid",
                                "verify"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "micro_deposit_guid",
                                    "description": "(Required) The unique identifier for the microdeposit. Defined by MX."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PUT",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"micro_deposit\": {\n    \"deposit_amount_1\": \"<number>\",\n    \"deposit_amount_2\": \"<number>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "968d026f-4085-40a1-bb47-66ed7cbc6f09",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "micro_deposits",
                                        ":micro_deposit_guid",
                                        "verify"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "micro_deposit_guid",
                                            "description": "(Required) The unique identifier for the microdeposit. Defined by MX."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "PUT",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"micro_deposit\": {\n    \"deposit_amount_1\": 0.12,\n    \"deposit_amount_2\": 0.15\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"micro_deposit\": {}\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "f6c8e71a-80d7-4c80-8dfc-d1f5d80d8f99",
                    "name": "List all verifications for a user",
                    "request": {
                        "name": "List all verifications for a user",
                        "description": {
                            "content": "This endpoint returns a list of the account verifications associated with the user, as well as the status of those verifications.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "account_verifications"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "f1aa445b-4194-48bd-bfea-0beedc1c6334",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "account_verifications"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"micro_deposit\": {}\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                }
            ],
            "event": []
        },
        {
            "id": "f831bc8f-bba3-4748-a523-d063d2f61240",
            "name": "monthly cash flow profile",
            "description": {
                "content": "",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "90b04371-5f5e-4b08-81ff-1bcf45303774",
                    "name": "Read monthly cash flow profile",
                    "request": {
                        "name": "Read monthly cash flow profile",
                        "description": {
                            "content": "Read monthly cash flow profile.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "monthly_cash_flow_profile"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "bda3cece-cb2c-47a9-8fc8-60340d45354d",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "monthly_cash_flow_profile"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"monthly_cash_flow_profile\": {\n    \"guid\": \"MCF-4e431124-4a29-abf9-f059-ab232ac14dbf\",\n    \"user_guid\": \"USR-6c83f63c-efcc-0189-3f14-100f0bad378a\",\n    \"budgeted_income\": 5000,\n    \"budgeted_expenses\": 3500,\n    \"goals_contribution\": 500,\n    \"estimated_goals_contribution\": null,\n    \"uses_estimated_goals_contribution\": false\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "0ada9556-2c9c-4bde-bbb4-806203191af2",
                    "name": "Update monthly cash flow profile",
                    "request": {
                        "name": "Update monthly cash flow profile",
                        "description": {
                            "content": "Use this endpoint to update the attributes of a `monthly_cash_flow_profile`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "monthly_cash_flow_profile"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PUT",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"monthly_cash_flow_profile\": {\n    \"goals_contribution\": \"<number>\",\n    \"uses_estimated_goals_contribution\": \"<boolean>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "b959f456-4304-4460-bf5c-531b7d12022c",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "monthly_cash_flow_profile"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "PUT",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"monthly_cash_flow_profile\": {\n    \"goals_contribution\": 500,\n    \"uses_estimated_goals_contribution\": false\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"monthly_cash_flow_profile\": {\n    \"guid\": \"MCF-4e431124-4a29-abf9-f059-ab232ac14dbf\",\n    \"user_guid\": \"USR-6c83f63c-efcc-0189-3f14-100f0bad378a\",\n    \"budgeted_income\": 5000,\n    \"budgeted_expenses\": 3500,\n    \"goals_contribution\": 500,\n    \"estimated_goals_contribution\": null,\n    \"uses_estimated_goals_contribution\": false\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ],
            "event": []
        },
        {
            "id": "ce9d74e8-c611-437e-9872-23302d11d91e",
            "name": "notifications",
            "description": {
                "content": "You can only use notifications endpoints if you’re using the MX mobile application.\n\nAll notifications created through the API will be of notification type `API_NOTIFICATION`, channel `PUSH`, and will not be associated to an entity. No other channels are supported.\n\nThe read and list endpoints can return any notification associated with the `user`, including notifications created by MX for other channels besides `PUSH`.\n",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "0fbbe99b-a51b-4fbc-9735-62657313ea7d",
                    "name": "Create a notification",
                    "request": {
                        "name": "Create a notification",
                        "description": {
                            "content": "All notifications created through the API will be of notification type `API_NOTIFICATION`, channel `PUSH`, and will not be associated to an entity.  No other channels are supported.  This will only have an effect for clients using an MX mobile application.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "notifications"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"notification\": {\n    \"content\": \"<string>\",\n    \"subject\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "386bf04a-47a2-44ed-96f7-2ca143f254f3",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "notifications"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"notification\": {\n    \"content\": \"You're projected to spend $1,920.07 more than you've budgeted for Fees & Charges. You've already spent $325.67 of $716.00.\",\n    \"subject\": \"Monthly Budget Report\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"notification\": {\n    \"channel\": \"EMAIL\",\n    \"content\": \"You're projected to spend $1,920.07 more than you've budgeted for Fees & Charges. You've already spent $325.67 of $716.00.\",\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"deep_link_guid\": {},\n    \"delivered_at\": {},\n    \"entity_guid\": {},\n    \"guid\": {},\n    \"has_been_delivered\": {},\n    \"has_been_viewed\": {},\n    \"notification_type\": {},\n    \"subject\": {},\n    \"threshold\": {}\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "913710fa-42be-41f7-bdc9-1ae97213e6e3",
                    "name": "List notifications",
                    "request": {
                        "name": "List notifications",
                        "description": {
                            "content": "All notifications for the user can be listed, including notifications created by MX for other channels besides `PUSH`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "notifications"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "e9e37bae-c6e3-4283-a0d2-63401e48a487",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "notifications"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"notifications\": {}\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "da44220c-4757-48a0-8bc0-2d7d15eef769",
                    "name": "Read notifications",
                    "request": {
                        "name": "Read notifications",
                        "description": {
                            "content": "Can pull up any notification associated with the user, including notifications created by MX for other channels besides `PUSH`.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "notifications",
                                ":notification_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "notification_guid",
                                    "description": "(Required) The unique identifier for notifications. Defined by MX."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "cdf1c2bc-3dc6-4bee-b1dd-e88d6046ceba",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "notifications",
                                        ":notification_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "notification_guid",
                                            "description": "(Required) The unique identifier for notifications. Defined by MX."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"notification\": {\n    \"channel\": \"EMAIL\",\n    \"content\": \"You're projected to spend $1,920.07 more than you've budgeted for Fees & Charges. You've already spent $325.67 of $716.00.\",\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"deep_link_guid\": {},\n    \"delivered_at\": {},\n    \"entity_guid\": {},\n    \"guid\": {},\n    \"has_been_delivered\": {},\n    \"has_been_viewed\": {},\n    \"notification_type\": {},\n    \"subject\": {},\n    \"threshold\": {}\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                }
            ],
            "event": []
        },
        {
            "id": "c793d113-564d-4794-a1e3-accb8ba7a656",
            "name": "processor token",
            "description": {
                "content": "",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "3f95b17c-059c-4d8e-8b99-0352794b0497",
                    "name": "Request an authorization code",
                    "request": {
                        "name": "Request an authorization code",
                        "description": {
                            "content": "Clients use this endpoint to request an authorization code according to the parameters specified in the scope. Clients then pass this code to processors. Processor access is scoped only to the GUIDs and features specified in this request. Before requesting an authorization code which includes a member in the scope, clients must have verified that member.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "authorization_code"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"authorization_code\": {\n    \"scope\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "81b06322-ad91-42e3-b249-5930f7307f22",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "authorization_code"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"authorization_code\": {\n    \"scope\": \"user-guid:USR-101ad774-288b-44ed-ad16-da87d522ea20 member-guid:MBR-54feffb9-8474-47bd-8442-de003910113a account-guid:ACT-32a64160-582a-4f00-ab34-5f49cc35ed35 read-protected\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"authorization_code\": {\n    \"code\": \"9nN-9D8_4Z3WYazx7-zXfmqsD3jwgL_2W927Sb3otI\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "06faf545-ae18-4586-aae3-10eb11e0eefd",
                    "name": "View a List of Tokens",
                    "request": {
                        "name": "View a List of Tokens",
                        "description": {
                            "content": "View a list of tokens that exist for a user, member, or account.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "tokens"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"scope\": {\n    \"account_guid\": \"<string>\",\n    \"member_guid\": \"<string>\",\n    \"user_guid\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "489a1895-e78e-4027-9042-158ca45055ad",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "tokens"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"scope\": {\n    \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"tokens\": {}\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "32a8e3bb-e1be-4b74-8ed8-b239efb2ca9f",
                    "name": "Request an account number (Processors Only)",
                    "request": {
                        "name": "Request an account number (Processors Only)",
                        "description": {
                            "content": "Get account information such as routing number and account number, scoped to your access token.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "account",
                                "account_numbers"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "<Bearer Token>"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "dc7e3245-e83d-4da5-abd8-b73b19bc1374",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "account",
                                        "account_numbers"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"account_numbers\": {}\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "66ed0f59-7e2c-447f-8b82-186201802bd0",
                    "name": "Check Real Time Account Balance (Processors Only)",
                    "request": {
                        "name": "Check Real Time Account Balance (Processors Only)",
                        "description": {
                            "content": "Check the real-time account balance using your access token.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "account",
                                "check_balance"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "<Bearer Token>"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "e10d3dff-5855-45b8-ba02-396116f92e67",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "account",
                                        "check_balance"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"member\": {\n    \"aggregated_at\": \"2016-10-13T18:07:57.000Z\",\n    \"background_aggregation_is_disabled\": false,\n    \"connection_status\": \"CONNECTED\",\n    \"connection_status_message\": \"Connected to MX Bank\",\n    \"error\": {},\n    \"guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"id\": \"unique_id\",\n    \"institution_code\": \"mxbank\",\n    \"institution_guid\": \"INST-12345678-90ab-cdef-1234-567890abcdef\",\n    \"is_being_aggregated\": false,\n    \"is_managed_by_user\": false,\n    \"is_manual\": false,\n    \"is_oauth\": false,\n    \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n    \"most_recent_job_detail_code\": null,\n    \"most_recent_job_detail_text\": null,\n    \"most_recent_job_guid\": \"JOB-12345678-90ab-cdef-1234-567890abcdef\",\n    \"name\": \"MX Bank\",\n    \"needs_updated_credentials\": false,\n    \"oauth_window_uri\": \"https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2\",\n    \"successfully_aggregated_at\": \"2016-10-13T17:57:38.000Z\",\n    \"use_cases\": [\n      \"PFM\"\n    ],\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "63bef14e-0d8c-4ef9-91d6-d013ce7d432f",
                    "name": "Read the account balance (Processors Only)",
                    "request": {
                        "name": "Read the account balance (Processors Only)",
                        "description": {
                            "content": "Read the account balance (Processors Only)",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "payment_account"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "<Bearer Token>"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "81da1931-1008-4acf-bc8f-c5da1ef494fe",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "payment_account"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"payment_account\": {\n    \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"account_name\": \"My test account\",\n    \"account_number\": {},\n    \"account_type\": \"CHECKING\",\n    \"available_balance\": 1000,\n    \"balance\": 1000,\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"routing_number\": {},\n    \"transit_number\": {},\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "3204f6cf-4ff6-4d8b-a493-d98f4121d052",
                    "name": "Get account owner information (Processors Only)",
                    "request": {
                        "name": "Get account owner information (Processors Only)",
                        "description": {
                            "content": "Get account owner information (Processors Only)",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "account",
                                "transactions"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "<Bearer Token>"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "1a5a556a-fc54-49a8-83cf-9e4f980df5de",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "account",
                                        "transactions"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"account_owners\": {},\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                }
            ],
            "event": []
        },
        {
            "id": "fe558093-0d42-4c8e-9e51-d998c7f120ef",
            "name": "rewards",
            "description": {
                "content": "",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "7d2e0213-ffa9-4ca4-8269-c3bab103e304",
                    "name": "Fetch Rewards",
                    "request": {
                        "name": "Fetch Rewards",
                        "description": {
                            "content": "Calling this endpoint initiates an aggregation-type event which will gather the member's rewards information, as well as account and transaction information. Rewards data is also gathered with daily background aggregations. Member and Rewards guids are defined by MX.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier",
                                "fetch_rewards"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "1d73373d-ab8d-43a9-a05a-231693a28809",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier",
                                        "fetch_rewards"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"member\": {\n    \"aggregated_at\": \"2016-10-13T18:07:57.000Z\",\n    \"background_aggregation_is_disabled\": false,\n    \"connection_status\": \"CONNECTED\",\n    \"connection_status_message\": \"Connected to MX Bank\",\n    \"error\": {},\n    \"guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"id\": \"unique_id\",\n    \"institution_code\": \"mxbank\",\n    \"institution_guid\": \"INST-12345678-90ab-cdef-1234-567890abcdef\",\n    \"is_being_aggregated\": false,\n    \"is_managed_by_user\": false,\n    \"is_manual\": false,\n    \"is_oauth\": false,\n    \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n    \"most_recent_job_detail_code\": null,\n    \"most_recent_job_detail_text\": null,\n    \"most_recent_job_guid\": \"JOB-12345678-90ab-cdef-1234-567890abcdef\",\n    \"name\": \"MX Bank\",\n    \"needs_updated_credentials\": false,\n    \"oauth_window_uri\": \"https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2\",\n    \"successfully_aggregated_at\": \"2016-10-13T17:57:38.000Z\",\n    \"use_cases\": [\n      \"PFM\"\n    ],\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "143ab34c-dece-4c2f-b69d-440e6ed7e483",
                    "name": "List Rewards",
                    "request": {
                        "name": "List Rewards",
                        "description": {
                            "content": "Use this endpoint to list all the `rewards` associated with a specified `member`. Member guids are defined by MX.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "members",
                                ":member_guid",
                                "rewards"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_guid",
                                    "description": "(Required) The unique id for a `member`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "fca3f273-e4f0-417d-9e92-e6af391bb110",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "members",
                                        ":member_guid",
                                        "rewards"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_guid",
                                            "description": "(Required) The unique id for a `member`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"rewards\": [\n    {\n      \"account_guid\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"member_guid\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"user_guid\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"balance_type\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"balance\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"created_at\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"description\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"expires_on\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"guid\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"unit_type\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"updated_at\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"account_guid\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"member_guid\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"user_guid\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"balance_type\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"balance\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"created_at\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"description\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"expires_on\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"guid\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"unit_type\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"updated_at\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "5cb1107b-8c2c-4329-9b4f-6dc91a04b2ff",
                    "name": "Read Reward",
                    "request": {
                        "name": "Read Reward",
                        "description": {
                            "content": "Use this endpoint to read a specific `reward` based on its unique GUID. Member and Rewards guids are defined by MX.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "members",
                                ":member_guid",
                                "rewards",
                                ":reward_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_guid",
                                    "description": "(Required) The unique id for a `member`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "reward_guid",
                                    "description": "(Required) The unique identifier for the rewards. Defined by MX."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "d9da500a-6eae-4e2e-a6d0-6281c3eabcf5",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "members",
                                        ":member_guid",
                                        "rewards",
                                        ":reward_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_guid",
                                            "description": "(Required) The unique id for a `member`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "reward_guid",
                                            "description": "(Required) The unique identifier for the rewards. Defined by MX."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"reward\": {\n    \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"balance_type\": \"EXPIRING_BALANCE\",\n    \"balance\": 1000,\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"description\": \"A description of the reward.\",\n    \"expires_on\": \"2020-02-28\",\n    \"guid\": \"RWD-1234\",\n    \"unit_type\": \"POINTS\",\n    \"updated_at\": \"2023-06-01T19:18:06Z\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "d5481303-54b6-4535-b9c9-5dac2dabd55b",
                    "name": "Read a Credit Card Product",
                    "request": {
                        "name": "Read a Credit Card Product",
                        "description": {
                            "content": "This endpoint returns the specified `credit_card_product` according to the unique GUID.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "credit_card_products",
                                ":credit_card_product_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "credit_card_product_guid",
                                    "description": "(Required) The required `credit_card_product_guid` can be found on the `account` object."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "719d824d-fe12-4035-ac0a-99c589236cb3",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "credit_card_products",
                                        ":credit_card_product_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "credit_card_product_guid",
                                            "description": "(Required) The required `credit_card_product_guid` can be found on the `account` object."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"credit_card_product\": {\n    \"annual_fee\": 45,\n    \"duration_of_introductory_rate_on_balance_transfer\": null,\n    \"duration_of_introductory_rate_on_purchases\": null,\n    \"guid\": \"CCA-b5bcd822-6d01-4e23-b8d6-846a225e714a\",\n    \"has_cashback_rewards\": false,\n    \"has_other_rewards\": true,\n    \"has_travel_rewards\": true,\n    \"has_zero_introductory_annual_fee\": true,\n    \"has_zero_percent_introductory_rate\": false,\n    \"has_zero_percent_introductory_rate_on_balance_transfer\": true,\n    \"is_accepting_applicants\": true,\n    \"is_active_credit_card_product\": true,\n    \"is_small_business_card\": true,\n    \"name\": \"Credit Card\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                }
            ],
            "event": []
        },
        {
            "id": "49d2dcf9-fd06-4636-9401-f024a34acab0",
            "name": "spending plan",
            "description": {
                "content": "Use the Spending Plan endpoints to create your own version of our [Spending Plan Widget](docs.mx.com/products/experience/pfm/legacy-widget-overviews/spending-plan), which helps end users track their spending throughout the month.\n\nTo understand key terms and how to best use these endpoints, see [Build Your Own Spending Plan UI](docs.mx.com/products/experience/pfm/integration-guides/build-your-own-spending-plan-ui).\n",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "36727fcc-44f1-40c7-84eb-b8a7d2cec2fc",
                    "name": "Create spending plan iteration item",
                    "request": {
                        "name": "Create spending plan iteration item",
                        "description": {
                            "content": "This endpoint creates a new `spending_plan_iteration_item`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "spending_plans",
                                ":spending_plan_guid",
                                "iterations",
                                "current",
                                "iteration_items"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "spending_plan_guid",
                                    "description": "(Required) The unique ID for the `spending_plan`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"planned_amount\": \"<number>\",\n  \"category_guid\": \"<string>\",\n  \"item_type\": \"<number>\",\n  \"scheduled_payment_guid\": \"<string>\",\n  \"top_level_category_guid\": \"<string>\"\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "64a314d9-6434-48f2-a61e-bdedc2278475",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "spending_plans",
                                        ":spending_plan_guid",
                                        "iterations",
                                        "current",
                                        "iteration_items"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "spending_plan_guid",
                                            "description": "(Required) The unique ID for the `spending_plan`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"planned_amount\": 61.11,\n  \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n  \"item_type\": 1,\n  \"scheduled_payment_guid\": \"SCP-c731988a-712f-4f83-9b3b-0aa5b3d5208b\",\n  \"top_level_category_guid\": \"CAT-9588eaad-90a4-bb5c-66c8-1812503d0db8\"\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"actual_amount\": 345,\n  \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n  \"created_at\": \"2025-02-13T18:08:00+00:00\",\n  \"guid\": \"SPL-e5f9a5bd-c5b3-4901-bdc0-62119b9db262\",\n  \"item_type\": 1,\n  \"planned_amount\": 110,\n  \"scheduled_payment_guid\": \"SCP-c731988a-712f-4f83-9b3b-0aa5b3d5208b\",\n  \"spending_plan_iteration_guid\": \"SPI-848e6648-3fa3-4632-ac8f-e65f03167102\",\n  \"top_level_category_guid\": \"CAT-9588eaad-90a4-bb5c-66c8-1812503d0db8\",\n  \"transaction_guids\": [\n    \"TRN-265abee9-889b-af6a-c69b-25157db2bdd9\",\n    \"TRN-265abee9-889b-af6a-c69b-25157db2bdd9\"\n  ],\n  \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n  \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "8e52d88a-7ff4-4df3-9e65-008f93b4d802",
                    "name": "List spending plan iteration items",
                    "request": {
                        "name": "List spending plan iteration items",
                        "description": {
                            "content": "Use this endpoint to list all the spending plan `iteration_items` associated with the `iteration`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "spending_plans",
                                ":spending_plan_guid",
                                "iterations",
                                "current",
                                "iteration_items"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "spending_plan_guid",
                                    "description": "(Required) The unique ID for the `spending_plan`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "71354621-8e4f-409b-8e13-9d098b0dc22b",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "spending_plans",
                                        ":spending_plan_guid",
                                        "iterations",
                                        "current",
                                        "iteration_items"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "spending_plan_guid",
                                            "description": "(Required) The unique ID for the `spending_plan`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"iteration_items\": [\n    {\n      \"actual_amount\": 345,\n      \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"guid\": \"SPL-e5f9a5bd-c5b3-4901-bdc0-62119b9db262\",\n      \"item_type\": 1,\n      \"planned_amount\": 110,\n      \"scheduled_payment_guid\": \"SCP-c731988a-712f-4f83-9b3b-0aa5b3d5208b\",\n      \"spending_plan_iteration_guid\": \"SPI-848e6648-3fa3-4632-ac8f-e65f03167102\",\n      \"top_level_category_guid\": \"CAT-9588eaad-90a4-bb5c-66c8-1812503d0db8\",\n      \"transaction_guids\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    },\n    {\n      \"actual_amount\": 345,\n      \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"guid\": \"SPL-e5f9a5bd-c5b3-4901-bdc0-62119b9db262\",\n      \"item_type\": 1,\n      \"planned_amount\": 110,\n      \"scheduled_payment_guid\": \"SCP-c731988a-712f-4f83-9b3b-0aa5b3d5208b\",\n      \"spending_plan_iteration_guid\": \"SPI-848e6648-3fa3-4632-ac8f-e65f03167102\",\n      \"top_level_category_guid\": \"CAT-9588eaad-90a4-bb5c-66c8-1812503d0db8\",\n      \"transaction_guids\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "5af58b9a-1738-4a8b-9090-b4963f8a7b1e",
                    "name": "Create spending plan",
                    "request": {
                        "name": "Create spending plan",
                        "description": {
                            "content": "This endpoint creates a new `spending_plan` for the user.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "spending_plans"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "47dc65da-e88d-4f84-a4e3-58155479b006",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "spending_plans"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"created_at\": \"2025-02-13T18:08:00+00:00\",\n  \"current_iteration_number\": 1,\n  \"guid\": \"SPL-e5f9a5bd-c5b3-4901-bdc0-62119b9db262\",\n  \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n  \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "74151482-09b5-438a-b382-37afe3716852",
                    "name": "List spending plans",
                    "request": {
                        "name": "List spending plans",
                        "description": {
                            "content": "Use this endpoint to list all the spending plans associated with the user.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "spending_plans"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "8aa787a9-002a-4d1e-b93b-1dfc1143fcf1",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "spending_plans"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"spending_plans\": [\n    {\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"current_iteration_number\": 1,\n      \"guid\": \"SPL-e5f9a5bd-c5b3-4901-bdc0-62119b9db262\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    },\n    {\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"current_iteration_number\": 1,\n      \"guid\": \"SPL-e5f9a5bd-c5b3-4901-bdc0-62119b9db262\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "c533d435-4ce5-46b7-b234-495c938e6e2b",
                    "name": "Delete spending plan account",
                    "request": {
                        "name": "Delete spending plan account",
                        "description": {
                            "content": "Use this endpoint to delete a `spending_plan_account`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "spending_plans",
                                ":spending_plan_guid",
                                "spending_plan_accounts",
                                ":spending_plan_account_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "spending_plan_guid",
                                    "description": "(Required) The unique ID for the `spending_plan`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "spending_plan_account_guid",
                                    "description": "(Required) The unique ID for the specified account."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            }
                        ],
                        "method": "DELETE",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "f25b0550-791d-43c2-90f8-fe098055e4d0",
                            "name": "No Content",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "spending_plans",
                                        ":spending_plan_guid",
                                        "spending_plan_accounts",
                                        ":spending_plan_account_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "spending_plan_guid",
                                            "description": "(Required) The unique ID for the `spending_plan`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "spending_plan_account_guid",
                                            "description": "(Required) The unique ID for the specified account."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "No Content",
                            "code": 204,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain"
                                }
                            ],
                            "body": "",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "6b51e92a-54b8-4571-a501-f0d3ae34d0f0",
                    "name": "Read spending plan account",
                    "request": {
                        "name": "Read spending plan account",
                        "description": {
                            "content": "Use this endpoint to read the attributes of a specific spending plan account according to its unique GUID.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "spending_plans",
                                ":spending_plan_guid",
                                "spending_plan_accounts",
                                ":spending_plan_account_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "spending_plan_guid",
                                    "description": "(Required) The unique ID for the `spending_plan`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "spending_plan_account_guid",
                                    "description": "(Required) The unique ID for the specified account."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "4ef9caf8-b5af-46db-acf2-ecf63d8543bd",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "spending_plans",
                                        ":spending_plan_guid",
                                        "spending_plan_accounts",
                                        ":spending_plan_account_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "spending_plan_guid",
                                            "description": "(Required) The unique ID for the `spending_plan`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "spending_plan_account_guid",
                                            "description": "(Required) The unique ID for the specified account."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n  \"client_guid\": \"CLT-abcd-1234\",\n  \"created_at\": \"2025-02-13T18:08:00+00:00\",\n  \"guid\": \"SPA-c76e4a85-b2c4-4335-82b7-8f8b8f28c35a\",\n  \"spending_plan_guid\": \"SPL-dbfe201d-c341-4bff-93c0-62a918d0b600\",\n  \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n  \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "0936a528-6d89-4c4a-9b52-7b05d7798c07",
                    "name": "Delete spending plan iteration item",
                    "request": {
                        "name": "Delete spending plan iteration item",
                        "description": {
                            "content": "Use this endpoint to delete a spending plan `iteration_item`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "spending_plans",
                                ":spending_plan_guid",
                                "iterations",
                                "current",
                                "iteration_items",
                                ":iteration_item_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "spending_plan_guid",
                                    "description": "(Required) The unique ID for the `spending_plan`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "iteration_item_guid",
                                    "description": "(Required) The unique ID for the `iteration_item`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            }
                        ],
                        "method": "DELETE",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "b27bbb10-a562-4ce4-bdaf-d00961a421ab",
                            "name": "No Content",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "spending_plans",
                                        ":spending_plan_guid",
                                        "iterations",
                                        "current",
                                        "iteration_items",
                                        ":iteration_item_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "spending_plan_guid",
                                            "description": "(Required) The unique ID for the `spending_plan`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "iteration_item_guid",
                                            "description": "(Required) The unique ID for the `iteration_item`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "No Content",
                            "code": 204,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain"
                                }
                            ],
                            "body": "",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "58c723e7-128e-4d57-8d65-57fee3106b34",
                    "name": "Read a spending plan iteration item",
                    "request": {
                        "name": "Read a spending plan iteration item",
                        "description": {
                            "content": "Use this endpoint to read the attributes of a specific spending plan `iteration_item` according to its unique GUID.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "spending_plans",
                                ":spending_plan_guid",
                                "iterations",
                                "current",
                                "iteration_items",
                                ":iteration_item_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "spending_plan_guid",
                                    "description": "(Required) The unique ID for the `spending_plan`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "iteration_item_guid",
                                    "description": "(Required) The unique ID for the `iteration_item`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "94270cfb-0397-4002-8a22-4540226644f6",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "spending_plans",
                                        ":spending_plan_guid",
                                        "iterations",
                                        "current",
                                        "iteration_items",
                                        ":iteration_item_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "spending_plan_guid",
                                            "description": "(Required) The unique ID for the `spending_plan`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "iteration_item_guid",
                                            "description": "(Required) The unique ID for the `iteration_item`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"actual_amount\": 345,\n  \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n  \"created_at\": \"2025-02-13T18:08:00+00:00\",\n  \"guid\": \"SPL-e5f9a5bd-c5b3-4901-bdc0-62119b9db262\",\n  \"item_type\": 1,\n  \"planned_amount\": 110,\n  \"scheduled_payment_guid\": \"SCP-c731988a-712f-4f83-9b3b-0aa5b3d5208b\",\n  \"spending_plan_iteration_guid\": \"SPI-848e6648-3fa3-4632-ac8f-e65f03167102\",\n  \"top_level_category_guid\": \"CAT-9588eaad-90a4-bb5c-66c8-1812503d0db8\",\n  \"transaction_guids\": [\n    \"TRN-265abee9-889b-af6a-c69b-25157db2bdd9\",\n    \"TRN-265abee9-889b-af6a-c69b-25157db2bdd9\"\n  ],\n  \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n  \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "f53bd7fb-6207-48c3-be56-559bbb3093dd",
                    "name": "Update a spending plan iteration item",
                    "request": {
                        "name": "Update a spending plan iteration item",
                        "description": {
                            "content": "Use this endpoint to update an existing `spending_plan_iteration_item`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "spending_plans",
                                ":spending_plan_guid",
                                "iterations",
                                "current",
                                "iteration_items",
                                ":iteration_item_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "spending_plan_guid",
                                    "description": "(Required) The unique ID for the `spending_plan`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "iteration_item_guid",
                                    "description": "(Required) The unique ID for the `iteration_item`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PUT",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"planned_amount\": \"<number>\",\n  \"category_guid\": \"<string>\",\n  \"item_type\": \"<number>\",\n  \"scheduled_payment_guid\": \"<string>\",\n  \"top_level_category_guid\": \"<string>\"\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "4a748e80-0546-4922-9e35-afadc328bcee",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "spending_plans",
                                        ":spending_plan_guid",
                                        "iterations",
                                        "current",
                                        "iteration_items",
                                        ":iteration_item_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "spending_plan_guid",
                                            "description": "(Required) The unique ID for the `spending_plan`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "iteration_item_guid",
                                            "description": "(Required) The unique ID for the `iteration_item`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "PUT",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"planned_amount\": 61.11,\n  \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n  \"item_type\": 1,\n  \"scheduled_payment_guid\": \"SCP-c731988a-712f-4f83-9b3b-0aa5b3d5208b\",\n  \"top_level_category_guid\": \"CAT-9588eaad-90a4-bb5c-66c8-1812503d0db8\"\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"actual_amount\": 345,\n  \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n  \"created_at\": \"2025-02-13T18:08:00+00:00\",\n  \"guid\": \"SPL-e5f9a5bd-c5b3-4901-bdc0-62119b9db262\",\n  \"item_type\": 1,\n  \"planned_amount\": 110,\n  \"scheduled_payment_guid\": \"SCP-c731988a-712f-4f83-9b3b-0aa5b3d5208b\",\n  \"spending_plan_iteration_guid\": \"SPI-848e6648-3fa3-4632-ac8f-e65f03167102\",\n  \"top_level_category_guid\": \"CAT-9588eaad-90a4-bb5c-66c8-1812503d0db8\",\n  \"transaction_guids\": [\n    \"TRN-265abee9-889b-af6a-c69b-25157db2bdd9\",\n    \"TRN-265abee9-889b-af6a-c69b-25157db2bdd9\"\n  ],\n  \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n  \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "3ecb9654-c2fd-4b6d-922b-5bb877e37a19",
                    "name": "Delete spending plan",
                    "request": {
                        "name": "Delete spending plan",
                        "description": {
                            "content": "Use this endpoint to delete a user's `spending_plan`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "spending_plans",
                                ":spending_plan_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "spending_plan_guid",
                                    "description": "(Required) The unique ID for the `spending_plan`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            }
                        ],
                        "method": "DELETE",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "dd18f8ea-cce6-4c5c-9cdc-1f01be54df18",
                            "name": "No Content",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "spending_plans",
                                        ":spending_plan_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "spending_plan_guid",
                                            "description": "(Required) The unique ID for the `spending_plan`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "No Content",
                            "code": 204,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain"
                                }
                            ],
                            "body": "",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "f127217e-6763-4a19-b194-8c410ae3fef2",
                    "name": "Read a spending plan for a user",
                    "request": {
                        "name": "Read a spending plan for a user",
                        "description": {
                            "content": "Use this endpoint to read the attributes of a specific spending plan according to its unique GUID.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "spending_plans",
                                ":spending_plan_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "spending_plan_guid",
                                    "description": "(Required) The unique ID for the `spending_plan`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "f6a2aa5e-274e-4702-a8f5-764c5c34f6d2",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "spending_plans",
                                        ":spending_plan_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "spending_plan_guid",
                                            "description": "(Required) The unique ID for the `spending_plan`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"created_at\": \"2025-02-13T18:08:00+00:00\",\n  \"current_iteration_number\": 1,\n  \"guid\": \"SPL-e5f9a5bd-c5b3-4901-bdc0-62119b9db262\",\n  \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n  \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "dca4489a-1874-4465-b976-6bc1331321d1",
                    "name": "List spending plan accounts",
                    "request": {
                        "name": "List spending plan accounts",
                        "description": {
                            "content": "Use this endpoint to list all the spending plan accounts associated with the spending plan.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "spending_plans",
                                ":spending_plan_guid",
                                "spending_plan_accounts"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "spending_plan_guid",
                                    "description": "(Required) The unique ID for the `spending_plan`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "05ecb90d-dab5-4ecb-86ae-088ae37a1e30",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "spending_plans",
                                        ":spending_plan_guid",
                                        "spending_plan_accounts"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "spending_plan_guid",
                                            "description": "(Required) The unique ID for the `spending_plan`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"spending_plan_accounts\": [\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"client_guid\": \"CLT-abcd-1234\",\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"guid\": \"SPA-c76e4a85-b2c4-4335-82b7-8f8b8f28c35a\",\n      \"spending_plan_guid\": \"SPL-dbfe201d-c341-4bff-93c0-62a918d0b600\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    },\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"client_guid\": \"CLT-abcd-1234\",\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"guid\": \"SPA-c76e4a85-b2c4-4335-82b7-8f8b8f28c35a\",\n      \"spending_plan_guid\": \"SPL-dbfe201d-c341-4bff-93c0-62a918d0b600\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "57fa246e-dead-4107-9ba5-e4a4c6321a7c",
                    "name": "List spending plan iterations",
                    "request": {
                        "name": "List spending plan iterations",
                        "description": {
                            "content": "Use this endpoint to list all the spending plan `iterations` associated with the `spending_plan`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "spending_plans",
                                ":spending_plan_guid",
                                "iterations"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "spending_plan_guid",
                                    "description": "(Required) The unique ID for the `spending_plan`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "744bd008-f7b5-4c1c-ba2c-f14094b2d878",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "spending_plans",
                                        ":spending_plan_guid",
                                        "iterations"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "spending_plan_guid",
                                            "description": "(Required) The unique ID for the `spending_plan`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"iterations\": [\n    {\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"end_on\": \"2023-05-31\",\n      \"guid\": \"SPI-848e6648-3fa3-4632-ac8f-e65f03167102\",\n      \"iteration_number\": 1,\n      \"spending_plan_guid\": \"SPL-dbfe201d-c341-4bff-93c0-62a918d0b600\",\n      \"start_on\": \"2023-05-01\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    },\n    {\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"end_on\": \"2023-05-31\",\n      \"guid\": \"SPI-848e6648-3fa3-4632-ac8f-e65f03167102\",\n      \"iteration_number\": 1,\n      \"spending_plan_guid\": \"SPL-dbfe201d-c341-4bff-93c0-62a918d0b600\",\n      \"start_on\": \"2023-05-01\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "85c482b8-2a28-4410-8c03-d526d00ced3d",
                    "name": "Read current spending plan iteration",
                    "request": {
                        "name": "Read current spending plan iteration",
                        "description": {
                            "content": "Use this endpoint to read the attributes of the current spending plan `iteration`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "spending_plans",
                                ":spending_plan_guid",
                                "iterations",
                                "current"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "spending_plan_guid",
                                    "description": "(Required) The unique ID for the `spending_plan`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "836b945f-a158-491a-add1-02785bf1b95a",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "spending_plans",
                                        ":spending_plan_guid",
                                        "iterations",
                                        "current"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "spending_plan_guid",
                                            "description": "(Required) The unique ID for the `spending_plan`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"created_at\": \"2025-02-13T18:08:00+00:00\",\n  \"end_on\": \"2023-05-31\",\n  \"guid\": \"SPI-848e6648-3fa3-4632-ac8f-e65f03167102\",\n  \"iteration_number\": 1,\n  \"spending_plan_guid\": \"SPL-dbfe201d-c341-4bff-93c0-62a918d0b600\",\n  \"start_on\": \"2023-05-01\",\n  \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n  \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "7f790510-6d18-4bdc-85dd-4652be8f8dd2",
                    "name": "Read a spending plan iteration",
                    "request": {
                        "name": "Read a spending plan iteration",
                        "description": {
                            "content": "Use this endpoint to read the attributes of a specific spending plan `iteration` according to its `iteration_number`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "spending_plans",
                                ":spending_plan_guid",
                                "iterations",
                                ":iteration_number"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "spending_plan_guid",
                                    "description": "(Required) The unique ID for the `spending_plan`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "iteration_number",
                                    "description": "(Required) The current iteration number for the spending plan `iteration`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "78dab24d-bb73-4d2a-9a14-d0f971a5c17f",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "spending_plans",
                                        ":spending_plan_guid",
                                        "iterations",
                                        ":iteration_number"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "spending_plan_guid",
                                            "description": "(Required) The unique ID for the `spending_plan`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "iteration_number",
                                            "description": "(Required) The current iteration number for the spending plan `iteration`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"created_at\": \"2025-02-13T18:08:00+00:00\",\n  \"end_on\": \"2023-05-31\",\n  \"guid\": \"SPI-848e6648-3fa3-4632-ac8f-e65f03167102\",\n  \"iteration_number\": 1,\n  \"spending_plan_guid\": \"SPL-dbfe201d-c341-4bff-93c0-62a918d0b600\",\n  \"start_on\": \"2023-05-01\",\n  \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n  \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                }
            ],
            "event": []
        },
        {
            "id": "c1788078-413d-44b2-a02a-3a6d3bda212d",
            "name": "statements",
            "description": {
                "content": "With Statements, you can retrieve a user's monthly account statements in PDF format. This data can be used for solutions like personal financial management or risk analysis.\n",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "fbe20b87-1545-44df-9600-c643d682e3fe",
                    "name": "Fetch statements",
                    "request": {
                        "name": "Fetch statements",
                        "description": {
                            "content": "Use this endpoint to fetch the statements associated with a particular member.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier",
                                "fetch_statements"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "da4a5229-01b8-4fd9-86fc-fcb967e50dfb",
                            "name": "Accepted",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier",
                                        "fetch_statements"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {}
                            },
                            "status": "Accepted",
                            "code": 202,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"member\": {\n    \"aggregated_at\": \"2016-10-13T18:07:57.000Z\",\n    \"background_aggregation_is_disabled\": false,\n    \"connection_status\": \"CONNECTED\",\n    \"connection_status_message\": \"Connected to MX Bank\",\n    \"error\": {},\n    \"guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"id\": \"unique_id\",\n    \"institution_code\": \"mxbank\",\n    \"institution_guid\": \"INST-12345678-90ab-cdef-1234-567890abcdef\",\n    \"is_being_aggregated\": false,\n    \"is_managed_by_user\": false,\n    \"is_manual\": false,\n    \"is_oauth\": false,\n    \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n    \"most_recent_job_detail_code\": null,\n    \"most_recent_job_detail_text\": null,\n    \"most_recent_job_guid\": \"JOB-12345678-90ab-cdef-1234-567890abcdef\",\n    \"name\": \"MX Bank\",\n    \"needs_updated_credentials\": false,\n    \"oauth_window_uri\": \"https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2\",\n    \"successfully_aggregated_at\": \"2016-10-13T17:57:38.000Z\",\n    \"use_cases\": [\n      \"PFM\"\n    ],\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "61fa9391-576d-4466-8132-3d7ba19e3311",
                    "name": "List statements by member",
                    "request": {
                        "name": "List statements by member",
                        "description": {
                            "content": "Use this endpoint to get an array of available statements.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "members",
                                ":member_guid",
                                "statements"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_guid",
                                    "description": "(Required) The unique id for a `member`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "4a7781dc-91d3-4b07-a631-c333eb6a9163",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "members",
                                        ":member_guid",
                                        "statements"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_guid",
                                            "description": "(Required) The unique id for a `member`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"statements\": [\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"content_hash\": \"ca53785b812d00ef821c3d94bfd6e5bbc0020504410589b7ea8552169f021981\",\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"guid\": \"STA-737a344b-caae-0f6e-1384-01f52e75dcb1\",\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"uri\": \"uri/to/statement\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    },\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"content_hash\": \"ca53785b812d00ef821c3d94bfd6e5bbc0020504410589b7ea8552169f021981\",\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"guid\": \"STA-737a344b-caae-0f6e-1384-01f52e75dcb1\",\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"uri\": \"uri/to/statement\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "0ca4e64f-a4a1-4ea3-a4cb-36c43d7f5588",
                    "name": "Read statement by member",
                    "request": {
                        "name": "Read statement by member",
                        "description": {
                            "content": "Use this endpoint to read a JSON representation of the statement.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "members",
                                ":member_guid",
                                "statements",
                                ":statement_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_guid",
                                    "description": "(Required) The unique id for a `member`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "statement_guid",
                                    "description": "(Required) The unique id for a `statement`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "f5982706-86e0-4f0c-9a5d-2419a1e21959",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "members",
                                        ":member_guid",
                                        "statements",
                                        ":statement_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_guid",
                                            "description": "(Required) The unique id for a `member`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "statement_guid",
                                            "description": "(Required) The unique id for a `statement`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"statement\": {\n    \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"content_hash\": \"ca53785b812d00ef821c3d94bfd6e5bbc0020504410589b7ea8552169f021981\",\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"guid\": \"STA-737a344b-caae-0f6e-1384-01f52e75dcb1\",\n    \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n    \"uri\": \"uri/to/statement\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "b31e26c9-13a5-444d-817d-a89972ce7eca",
                    "name": "Download statement pdf",
                    "request": {
                        "name": "Download statement pdf",
                        "description": {
                            "content": "Use this endpoint to download a specified statement PDF.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "members",
                                ":member_guid",
                                "statements",
                                "{{statement_guid}}.pdf"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_guid",
                                    "description": "(Required) The unique id for a `member`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/vnd.mx.api.v1+pdf"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "9c8d6b09-0281-4486-b89c-b97e8aef9828",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "members",
                                        ":member_guid",
                                        "statements",
                                        "{{statement_guid}}.pdf"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_guid",
                                            "description": "(Required) The unique id for a `member`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/vnd.mx.api.v1+pdf"
                                }
                            ],
                            "body": "consequat ullamco Excepteur elit",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": []
                }
            ],
            "event": []
        },
        {
            "id": "d0a1ad63-931b-4c8d-97ac-969562d4abf9",
            "name": "taggings",
            "description": {
                "content": "Tags and taggings are two resources in the MX Platform API that, when used together, give end users more control over organizing their transactions. \n\nA tag is a custom label that can be applied to a transaction.\n\nAfter you create a tag, use it for tagging. This means you should actually apply the tag to a particular transaction.\n\nTogether, they're a powerful tool for personalization, customization, and money management.\n\nFor a guide on creating a tag and then applying it to a specific transaction with a tagging, see [Custom Tags and Taggings](docs.mx.com/products/experience/pfm/integration-guides/personalization/).\n",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "8900494a-bf0f-457e-931b-4c3210423ba1",
                    "name": "List taggings",
                    "request": {
                        "name": "List taggings",
                        "description": {
                            "content": "Use this endpoint to retrieve a list of all the taggings associated with a specific user.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "taggings"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "394a7858-5279-410c-a415-7e8b25573a72",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "taggings"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"taggings\": [\n    {\n      \"guid\": \"TGN-007f5486-17e1-45fc-8b87-8f03984430fe\",\n      \"member_is_managed_by_user\": false,\n      \"tag_guid\": \"TAG-40faf068-abb4-405c-8f6a-e883ed541fff\",\n      \"transaction_guid\": \"TRN-810828b0-5210-4878-9bd3-f4ce514f90c4\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    },\n    {\n      \"guid\": \"TGN-007f5486-17e1-45fc-8b87-8f03984430fe\",\n      \"member_is_managed_by_user\": false,\n      \"tag_guid\": \"TAG-40faf068-abb4-405c-8f6a-e883ed541fff\",\n      \"transaction_guid\": \"TRN-810828b0-5210-4878-9bd3-f4ce514f90c4\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "3d0dd5ef-9a11-4c2f-b7c0-d44227f37e58",
                    "name": "Create tagging",
                    "request": {
                        "name": "Create tagging",
                        "description": {
                            "content": "Use this endpoint to create a new association between a tag and a particular transaction, according to their unique GUIDs.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "taggings"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"tagging\": {\n    \"tag_guid\": \"<string>\",\n    \"transaction_guid\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "20053cfc-f953-4fb6-94bb-5971922e6379",
                            "name": "Accepted",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "taggings"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"tagging\": {\n    \"tag_guid\": \"TAG-40faf068-abb4-405c-8f6a-e883ed541fff\",\n    \"transaction_guid\": \"TRN-810828b0-5210-4878-9bd3-f4ce514f90c4\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"tagging\": {\n    \"guid\": \"TGN-007f5486-17e1-45fc-8b87-8f03984430fe\",\n    \"member_is_managed_by_user\": false,\n    \"tag_guid\": \"TAG-40faf068-abb4-405c-8f6a-e883ed541fff\",\n    \"transaction_guid\": \"TRN-810828b0-5210-4878-9bd3-f4ce514f90c4\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "1ac6a61c-f708-40f3-a5a6-feda312fa95d",
                    "name": "Delete tagging",
                    "request": {
                        "name": "Delete tagging",
                        "description": {
                            "content": "Use this endpoint to delete a tagging according to its unique GUID. If successful, the API will respond with an empty body and a status of 204 NO Content.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "taggings",
                                ":tagging_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "tagging_guid",
                                    "description": "(Required) The unique id for a `tagging`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            }
                        ],
                        "method": "DELETE",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "00bb5efd-de9a-4426-a298-25e33eba9795",
                            "name": "No Content",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "taggings",
                                        ":tagging_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "tagging_guid",
                                            "description": "(Required) The unique id for a `tagging`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "No Content",
                            "code": 204,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain"
                                }
                            ],
                            "body": "",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "41af229a-62c3-4048-8f33-cecc7cecfa76",
                    "name": "Read tagging",
                    "request": {
                        "name": "Read tagging",
                        "description": {
                            "content": "Use this endpoint to read the attributes of a `tagging` according to its unique GUID.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "taggings",
                                ":tagging_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "tagging_guid",
                                    "description": "(Required) The unique id for a `tagging`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "4d2cdb25-7119-4c0f-af84-05f5edfebda1",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "taggings",
                                        ":tagging_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "tagging_guid",
                                            "description": "(Required) The unique id for a `tagging`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"tagging\": {\n    \"guid\": \"TGN-007f5486-17e1-45fc-8b87-8f03984430fe\",\n    \"member_is_managed_by_user\": false,\n    \"tag_guid\": \"TAG-40faf068-abb4-405c-8f6a-e883ed541fff\",\n    \"transaction_guid\": \"TRN-810828b0-5210-4878-9bd3-f4ce514f90c4\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "c9334df2-5c66-4ba4-a81c-c147e9127a64",
                    "name": "Update tagging",
                    "request": {
                        "name": "Update tagging",
                        "description": {
                            "content": "Use this endpoint to update a tagging.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "taggings",
                                ":tagging_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "tagging_guid",
                                    "description": "(Required) The unique id for a `tagging`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PUT",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"tagging\": {\n    \"tag_guid\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "56019656-18c4-433a-b590-005f9c7057f6",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "taggings",
                                        ":tagging_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "tagging_guid",
                                            "description": "(Required) The unique id for a `tagging`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "PUT",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"tagging\": {\n    \"tag_guid\": \"TAG-40faf068-abb4-405c-8f6a-e883ed541fff\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"tagging\": {\n    \"guid\": \"TGN-007f5486-17e1-45fc-8b87-8f03984430fe\",\n    \"member_is_managed_by_user\": false,\n    \"tag_guid\": \"TAG-40faf068-abb4-405c-8f6a-e883ed541fff\",\n    \"transaction_guid\": \"TRN-810828b0-5210-4878-9bd3-f4ce514f90c4\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ],
            "event": []
        },
        {
            "id": "f28aec12-a811-4524-9a7c-14e74f42b6ae",
            "name": "tags",
            "description": {
                "content": "Tags and taggings are two resources in the MX Platform API that, when used together, give end users more control over organizing their transactions. \n\nA tag is a custom label that can be applied to a transaction.\n\nAfter you create a tag, use it for tagging. This means you should actually apply the tag to a particular transaction.\n\nTogether, they're a powerful tool for personalization, customization, and money management.\n\nFor a guide on creating a tag and then applying it to a specific transaction with a tagging, see [Custom Tags and Taggings](docs.mx.com/products/experience/pfm/integration-guides/personalization/).\n",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "df8a7882-a4f3-4474-92a4-581e7c13a13f",
                    "name": "List tags",
                    "request": {
                        "name": "List tags",
                        "description": {
                            "content": "Use this endpoint to list all tags associated with the specified `user`. Each user includes the `Business` tag by default.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "tags"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "6ac9a884-7ddd-4c43-ac03-81a5d57ec086",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "tags"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"tags\": [\n    {\n      \"guid\": \"TAG-aef36e72-6294-4c38-844d-e573e80aed52\",\n      \"name\": \"MY TAG\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    },\n    {\n      \"guid\": \"TAG-aef36e72-6294-4c38-844d-e573e80aed52\",\n      \"name\": \"MY TAG\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "8de3cdc7-765f-411a-8ee7-15a35652e4c2",
                    "name": "Create tag",
                    "request": {
                        "name": "Create tag",
                        "description": {
                            "content": "Use this endpoint to create a new custom tag.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "tags"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"tag\": {\n    \"name\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "9b24cefd-4737-4c7e-8de8-39ac090ced6b",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "tags"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"tag\": {\n    \"name\": \"MY TAG\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"tag\": {\n    \"guid\": \"TAG-aef36e72-6294-4c38-844d-e573e80aed52\",\n    \"name\": \"MY TAG\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "4b1ad1aa-a68d-4503-b39b-94228bcb55b5",
                    "name": "Delete tag",
                    "request": {
                        "name": "Delete tag",
                        "description": {
                            "content": "Use this endpoint to permanently delete a specific tag based on its unique GUID. If successful, the API will respond with status of `204 No Content`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "tags",
                                ":tag_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "tag_guid",
                                    "description": "(Required) The unique id for a `tag`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            }
                        ],
                        "method": "DELETE",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "d29cd38c-ff37-42cd-b5e9-5f770170013e",
                            "name": "No Content",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "tags",
                                        ":tag_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "tag_guid",
                                            "description": "(Required) The unique id for a `tag`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) Specifies the media type expected in the response.",
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "No Content",
                            "code": 204,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain"
                                }
                            ],
                            "body": "",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "7caca3d5-74c0-46cc-b6b6-8a7c03514989",
                    "name": "Read tag",
                    "request": {
                        "name": "Read tag",
                        "description": {
                            "content": "Use this endpoint to read the attributes of a particular tag according to its unique GUID.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "tags",
                                ":tag_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "tag_guid",
                                    "description": "(Required) The unique id for a `tag`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "4d11509f-8fe4-45e7-a767-f4a7bbe01b66",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "tags",
                                        ":tag_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "tag_guid",
                                            "description": "(Required) The unique id for a `tag`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"tag\": {\n    \"guid\": \"TAG-aef36e72-6294-4c38-844d-e573e80aed52\",\n    \"name\": \"MY TAG\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "0651738d-4568-4011-a5f8-df5f983151e9",
                    "name": "Update tag",
                    "request": {
                        "name": "Update tag",
                        "description": {
                            "content": "Use this endpoint to update the name of a specific tag according to its unique GUID.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "tags",
                                ":tag_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "tag_guid",
                                    "description": "(Required) The unique id for a `tag`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PUT",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"tag\": {\n    \"name\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "277a5319-e75b-4f01-ae52-5a31f5d2f2b6",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "tags",
                                        ":tag_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "tag_guid",
                                            "description": "(Required) The unique id for a `tag`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "PUT",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"tag\": {\n    \"name\": \"MY TAG\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"tag\": {\n    \"guid\": \"TAG-aef36e72-6294-4c38-844d-e573e80aed52\",\n    \"name\": \"MY TAG\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ],
            "event": []
        },
        {
            "id": "e7f9d8d8-d7f6-4713-8f8b-2b09e5f9d235",
            "name": "transaction rules",
            "description": {
                "content": "Transaction Rules allow users to automatically recategorize or rename all similar transactions according to their preferences. This only applies to future transactions.\n\nWhen recategorizing or renaming a transaction, the user will be asked whether they want the new data to apply to the selected transaction or to all future transactions. If they choose to apply it to all future transactions, it will create a transaction rule which will automatically apply the changes going forward.\n",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "aa00fe21-1653-4d27-b061-23f061077572",
                    "name": "List transaction rules",
                    "request": {
                        "name": "List transaction rules",
                        "description": {
                            "content": "Use this endpoint to read the attributes of all existing transaction rules belonging to the user.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "transaction_rules"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "580a011f-abab-4ae6-b34f-469774e39b8f",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "transaction_rules"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"transaction_rules\": [\n    {\n      \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"description\": \"Wal-mart food storage\",\n      \"guid\": \"TXR-a080e0f9-a2d4-4d6f-9e03-672cc357a4d3\",\n      \"match_description\": \"Wal-mart\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    },\n    {\n      \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"description\": \"Wal-mart food storage\",\n      \"guid\": \"TXR-a080e0f9-a2d4-4d6f-9e03-672cc357a4d3\",\n      \"match_description\": \"Wal-mart\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "eb0fe042-f8d8-425c-9b7a-162bb952fe61",
                    "name": "Create transaction rule",
                    "request": {
                        "name": "Create transaction rule",
                        "description": {
                            "content": "Use this endpoint to create a new transaction rule. The newly-created `transaction_rule` object will be returned if successful.\n\nFor more information about transaction rules, see the [Transaction Rules Guide](/products/experience/pfm/integration-guides/personalization/transaction-rules).\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "transaction_rules"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"transaction_rule\": {\n    \"category_guid\": \"<string>\",\n    \"match_description\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "858d474d-9126-43da-80b3-740a1fb229f0",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "transaction_rules"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"transaction_rule\": {\n    \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n    \"match_description\": \"Wal-mart\",\n    \"description\": \"Wal-mart food storage\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"transaction_rule\": {\n    \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"description\": \"Wal-mart food storage\",\n    \"guid\": \"TXR-a080e0f9-a2d4-4d6f-9e03-672cc357a4d3\",\n    \"match_description\": \"Wal-mart\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "6550c242-a8c7-41fb-b64a-6512345adbb7",
                    "name": "Read transaction rule",
                    "request": {
                        "name": "Read transaction rule",
                        "description": {
                            "content": "Use this endpoint to read the attributes of an existing transaction rule based on the rule’s unique GUID.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "transaction_rules",
                                ":transaction_rule_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "transaction_rule_guid",
                                    "description": "(Required) The unique id for a `transaction_rule`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "cd93d04d-b1ac-466a-94ea-5639b88dab2f",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "transaction_rules",
                                        ":transaction_rule_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "transaction_rule_guid",
                                            "description": "(Required) The unique id for a `transaction_rule`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"transaction_rule\": {\n    \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"description\": \"Wal-mart food storage\",\n    \"guid\": \"TXR-a080e0f9-a2d4-4d6f-9e03-672cc357a4d3\",\n    \"match_description\": \"Wal-mart\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "3c628652-7f4c-40aa-a7fb-2a392ce4d626",
                    "name": "Update transaction rule",
                    "request": {
                        "name": "Update transaction rule",
                        "description": {
                            "content": "Use this endpoint to update the attributes of a specific transaction rule based on its unique GUID. The API will respond with the updated transaction_rule object. Any attributes not provided will be left unchanged.\n\nFor more information about transaction rules, see the [Transaction Rules Guide](/products/experience/pfm/integration-guides/personalization/transaction-rules).\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "transaction_rules",
                                ":transaction_rule_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "transaction_rule_guid",
                                    "description": "(Required) The unique id for a `transaction_rule`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PUT",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"transaction_rule\": {\n    \"category_guid\": \"<string>\",\n    \"description\": \"<string>\",\n    \"match_description\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "0f426b55-bd29-4f10-88d0-7b010a7d3a87",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "transaction_rules",
                                        ":transaction_rule_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "transaction_rule_guid",
                                            "description": "(Required) The unique id for a `transaction_rule`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "PUT",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"transaction_rule\": {\n    \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n    \"description\": \"Wal-mart food storage\",\n    \"match_description\": \"Wal-mart\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"transaction_rule\": {\n    \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"description\": \"Wal-mart food storage\",\n    \"guid\": \"TXR-a080e0f9-a2d4-4d6f-9e03-672cc357a4d3\",\n    \"match_description\": \"Wal-mart\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ],
            "event": []
        },
        {
            "id": "215dc2ea-455f-4bae-a1c8-905f57ba832e",
            "name": "transactions",
            "description": {
                "content": "Transactions represent any instance in which money moves into or out of an account. This could be a purchase at a business, a payroll deposit, a transfer from one account to another, an ATM withdrawal, and so on.\n\nTransactions are created automatically when a member is successfully aggregated.\n\nEach `transaction` belongs to only one `account`.\n\nFor more info, see [Transactions Overview](docs.mx.com/api-reference/reference/transactions).\n",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "a9a7006e-fbc9-4602-bc94-05d70959727f",
                    "name": "Enhance transactions",
                    "request": {
                        "name": "Enhance transactions",
                        "description": {
                            "content": "Use this endpoint to categorize, cleanse, and classify transactions. These transactions are not  persisted or stored on the MX platform. <br /><br />For more information on returned data, please  see the [Enhanced Transactions fields guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions).",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "transactions",
                                "enhance"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"transactions\": [\n    {\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"amount\": \"<number>\",\n      \"extended_transaction_type\": \"<string>\",\n      \"memo\": \"<string>\",\n      \"merchant_category_code\": \"<integer>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"amount\": \"<number>\",\n      \"extended_transaction_type\": \"<string>\",\n      \"memo\": \"<string>\",\n      \"merchant_category_code\": \"<integer>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "486417ca-caa0-4e08-a9a6-b9f5074e73e7",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "transactions",
                                        "enhance"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"transactions\": [\n    {\n      \"description\": \"ubr* pending.uber.com\",\n      \"id\": \"ID-123\",\n      \"amount\": 61.11,\n      \"extended_transaction_type\": \"partner_transaction_type\",\n      \"memo\": \"Additional-information*on_transaction\",\n      \"merchant_category_code\": 4121,\n      \"type\": \"DEBIT\"\n    },\n    {\n      \"description\": \"ubr* pending.uber.com\",\n      \"id\": \"ID-123\",\n      \"amount\": 61.11,\n      \"extended_transaction_type\": \"partner_transaction_type\",\n      \"memo\": \"Additional-information*on_transaction\",\n      \"merchant_category_code\": 4121,\n      \"type\": \"DEBIT\"\n    }\n  ]\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"transactions\": [\n    {\n      \"amount\": 61.11,\n      \"categorized_by\": 13,\n      \"category\": \"Paycheck\",\n      \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n      \"described_by\": 6,\n      \"description\": \"Uber\",\n      \"extended_transaction_type\": \"partner_transaction_type\",\n      \"id\": \"ID-123\",\n      \"is_bill_pay\": false,\n      \"is_direct_deposit\": false,\n      \"is_expense\": false,\n      \"is_fee\": false,\n      \"is_income\": false,\n      \"is_international\": false,\n      \"is_overdraft_fee\": false,\n      \"is_payroll_advance\": false,\n      \"is_subscription\": false,\n      \"memo\": \"Additional-information*on_transaction\",\n      \"merchant_category_code\": 4121,\n      \"merchant_guid\": \"MCH-14f25b63-ef47-a38e-b2b6-d02b280b6e4e\",\n      \"merchant_location_guid\": \"MCL-00024e59-18b5-4d79-b879-2a7896726fea\",\n      \"original_description\": \"ubr* pending.uber.com\",\n      \"top_level_category_guid\": \"CAT-9588eaad-90a4-bb5c-66c8-1812503d0db8\",\n      \"type\": \"DEBIT\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    },\n    {\n      \"amount\": 61.11,\n      \"categorized_by\": 13,\n      \"category\": \"Paycheck\",\n      \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n      \"described_by\": 6,\n      \"description\": \"Uber\",\n      \"extended_transaction_type\": \"partner_transaction_type\",\n      \"id\": \"ID-123\",\n      \"is_bill_pay\": false,\n      \"is_direct_deposit\": false,\n      \"is_expense\": false,\n      \"is_fee\": false,\n      \"is_income\": false,\n      \"is_international\": false,\n      \"is_overdraft_fee\": false,\n      \"is_payroll_advance\": false,\n      \"is_subscription\": false,\n      \"memo\": \"Additional-information*on_transaction\",\n      \"merchant_category_code\": 4121,\n      \"merchant_guid\": \"MCH-14f25b63-ef47-a38e-b2b6-d02b280b6e4e\",\n      \"merchant_location_guid\": \"MCL-00024e59-18b5-4d79-b879-2a7896726fea\",\n      \"original_description\": \"ubr* pending.uber.com\",\n      \"top_level_category_guid\": \"CAT-9588eaad-90a4-bb5c-66c8-1812503d0db8\",\n      \"type\": \"DEBIT\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "8d77ebff-e83e-4ea7-bcaf-e215aa327311",
                    "name": "Create manual transaction",
                    "request": {
                        "name": "Create manual transaction",
                        "description": {
                            "content": "This endpoint can only be used to create manual transactions that are under a manual account. This endpoint accepts the optional MX-Skip-Webhook header and `skip_webhook` parameter.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "accounts",
                                ":account_guid",
                                "transactions"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_guid",
                                    "description": "(Required) The unique id for an `account`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"transaction\": {\n    \"amount\": \"<number>\",\n    \"date\": \"<string>\",\n    \"description\": \"<string>\",\n    \"type\": \"<string>\",\n    \"category_guid\": \"<string>\",\n    \"currency_code\": \"<string>\",\n    \"has_been_viewed\": \"<boolean>\",\n    \"is_hidden\": \"<boolean>\",\n    \"is_international\": \"<boolean>\",\n    \"memo\": \"<string>\",\n    \"metadata\": \"<string>\",\n    \"skip_webhook\": \"<boolean>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "7b31649d-2c09-4009-9e8a-c35d6bdf6c9c",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "accounts",
                                        ":account_guid",
                                        "transactions"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_guid",
                                            "description": "(Required) The unique id for an `account`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"transaction\": {\n    \"amount\": 61.11,\n    \"date\": \"2016-10-06\",\n    \"description\": \"Whole foods\",\n    \"type\": \"DEBIT\",\n    \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n    \"currency_code\": \"USD\",\n    \"has_been_viewed\": false,\n    \"is_hidden\": false,\n    \"is_international\": false,\n    \"memo\": \"This is a memo\",\n    \"metadata\": \"some metadata\",\n    \"skip_webhook\": true\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n  \"account_id\": \"account123\",\n  \"amount\": 61.11,\n  \"category\": \"Groceries\",\n  \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n  \"check_number_string\": null,\n  \"created_at\": \"2025-02-13T18:08:00+00:00\",\n  \"currency_code\": \"USD\",\n  \"date\": \"2016-10-06T00:00:00.000Z\",\n  \"description\": \"Whole foods\",\n  \"extended_transaction_type\": null,\n  \"guid\": \"TRN-265abee9-889b-af6a-c69b-25157db2bdd9\",\n  \"id\": null,\n  \"is_bill_pay\": false,\n  \"is_direct_deposit\": false,\n  \"is_expense\": true,\n  \"is_fee\": false,\n  \"is_income\": false,\n  \"is_international\": false,\n  \"is_manual\": false,\n  \"is_overdraft_fee\": false,\n  \"is_payroll_advance\": false,\n  \"is_recurring\": null,\n  \"is_subscription\": false,\n  \"latitude\": null,\n  \"localized_description\": null,\n  \"localized_memo\": null,\n  \"longitude\": null,\n  \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n  \"member_is_managed_by_user\": true,\n  \"memo\": \"This is a memo\",\n  \"merchant_category_code\": null,\n  \"merchant_guid\": null,\n  \"merchant_location_guid\": null,\n  \"metadata\": \"some metadata\",\n  \"original_description\": null,\n  \"posted_at\": null,\n  \"status\": \"POSTED\",\n  \"top_level_category\": \"Food & Dining\",\n  \"transacted_at\": null,\n  \"type\": \"DEBIT\",\n  \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n  \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n  \"user_id\": \"u-1234\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "cdd26669-03bb-41d5-bc06-1c40abb74fa7",
                    "name": "List transactions by account",
                    "request": {
                        "name": "List transactions by account",
                        "description": {
                            "content": "Requests to this endpoint return a list of transactions associated with the specified account. <br /><br /> Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter,  the value should include the optional metadata requested such as `repeating_transactions`, `merchants`,  `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "accounts",
                                ":account_guid",
                                "transactions"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                },
                                {
                                    "disabled": false,
                                    "key": "from_date",
                                    "value": "<string>",
                                    "description": "Filter transactions from this date. This only supports unix timestamp format. Defaults to 120 days ago if not provided."
                                },
                                {
                                    "disabled": false,
                                    "key": "to_date",
                                    "value": "<string>",
                                    "description": "Filter transactions to this date (at midnight). This only supports unix timestamp format. Defaults to 5 days forward from the day the request is made to capture pending transactions."
                                },
                                {
                                    "disabled": false,
                                    "key": "from_created_at",
                                    "value": "<string>",
                                    "description": "Filter transactions from the date the transaction was created. This only supports unix timestamp format."
                                },
                                {
                                    "disabled": false,
                                    "key": "to_created_at",
                                    "value": "<string>",
                                    "description": "Filter transaction to the date in which the transaction was created. This only supports unix timestamp format."
                                },
                                {
                                    "disabled": false,
                                    "key": "from_updated_at",
                                    "value": "<string>",
                                    "description": "Filter transactions from the date in which the transaction was updated. This only supports unix timestamp format."
                                },
                                {
                                    "disabled": false,
                                    "key": "to_updated_at",
                                    "value": "<string>",
                                    "description": "Filter transactions to the date in which the transaction was updated. This only supports unix timestamp format."
                                },
                                {
                                    "disabled": false,
                                    "key": "includes",
                                    "value": "<string>",
                                    "description": "Options for enhanced transactions. This query parameter is optional. Possible additional metadata: `repeating_transactions`, `merchants`, `classifications`, `geolocations`. The query value is format sensitive. To retrieve all available enhancements, append:\n\n`?includes=repeating_transactions,merchants,classifications,geolocations`. \n \nThe query options may be combined to specific enhancements. For example, to request Repeating Transactions and Geolocation data, use: \n\n`?includes=repeating_transactions,geolocations`.\n\n- Repeating Transactions: Identifies transactions with predictable recurrence patterns (e.g., Bill, Income, Subscription).\n- Merchants: Enriches transactions with merchant name.\n- Classifications: Provides more insight into the type of money movement that is occurring on the transaction, whether it be retail or investments.\n- Geolocation: Provides geographic metadata.\n"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_guid",
                                    "description": "(Required) The unique id for an `account`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "4672d885-213a-4927-8e36-714b87c708e7",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "accounts",
                                        ":account_guid",
                                        "transactions"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        },
                                        {
                                            "key": "from_date",
                                            "value": "1666936800"
                                        },
                                        {
                                            "key": "to_date",
                                            "value": "1698472800"
                                        },
                                        {
                                            "key": "from_created_at",
                                            "value": "1666936800"
                                        },
                                        {
                                            "key": "to_created_at",
                                            "value": "1698472800"
                                        },
                                        {
                                            "key": "from_updated_at",
                                            "value": "1666936800"
                                        },
                                        {
                                            "key": "to_updated_at",
                                            "value": "1698472800"
                                        },
                                        {
                                            "key": "includes",
                                            "value": "repeating_transactions,merchants,classifications,geolocations"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_guid",
                                            "description": "(Required) The unique id for an `account`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"transactions\": [\n    {\n      \"classification\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"geolocation\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"merchant\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"repeating_transaction\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"classification\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"geolocation\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"merchant\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"repeating_transaction\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "3be72f39-aeb3-4e17-bc45-98ab4c32bf06",
                    "name": "List transactions by account per member",
                    "request": {
                        "name": "List transactions by account per member",
                        "description": {
                            "content": "Requests to this endpoint return a list of transactions associated with the specified account. <br /><br /> Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter,  the value should include the optional metadata requested such as `repeating_transactions`, `merchants`,  `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier",
                                "accounts",
                                ":account_identifier",
                                "transactions"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                },
                                {
                                    "disabled": false,
                                    "key": "from_date",
                                    "value": "<string>",
                                    "description": "Filter transactions from this date. This only supports unix timestamp format. Defaults to 120 days ago if not provided."
                                },
                                {
                                    "disabled": false,
                                    "key": "to_date",
                                    "value": "<string>",
                                    "description": "Filter transactions to this date (at midnight). This only supports unix timestamp format. Defaults to 5 days forward from the day the request is made to capture pending transactions."
                                },
                                {
                                    "disabled": false,
                                    "key": "from_created_at",
                                    "value": "<string>",
                                    "description": "Filter transactions from the date the transaction was created. This only supports unix timestamp format."
                                },
                                {
                                    "disabled": false,
                                    "key": "to_created_at",
                                    "value": "<string>",
                                    "description": "Filter transaction to the date in which the transaction was created. This only supports unix timestamp format."
                                },
                                {
                                    "disabled": false,
                                    "key": "from_updated_at",
                                    "value": "<string>",
                                    "description": "Filter transactions from the date in which the transaction was updated. This only supports unix timestamp format."
                                },
                                {
                                    "disabled": false,
                                    "key": "to_updated_at",
                                    "value": "<string>",
                                    "description": "Filter transactions to the date in which the transaction was updated. This only supports unix timestamp format."
                                },
                                {
                                    "disabled": false,
                                    "key": "includes",
                                    "value": "<string>",
                                    "description": "Options for enhanced transactions. This query parameter is optional. Possible additional metadata: `repeating_transactions`, `merchants`, `classifications`, `geolocations`. The query value is format sensitive. To retrieve all available enhancements, append:\n\n`?includes=repeating_transactions,merchants,classifications,geolocations`. \n \nThe query options may be combined to specific enhancements. For example, to request Repeating Transactions and Geolocation data, use: \n\n`?includes=repeating_transactions,geolocations`.\n\n- Repeating Transactions: Identifies transactions with predictable recurrence patterns (e.g., Bill, Income, Subscription).\n- Merchants: Enriches transactions with merchant name.\n- Classifications: Provides more insight into the type of money movement that is occurring on the transaction, whether it be retail or investments.\n- Geolocation: Provides geographic metadata.\n"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_identifier",
                                    "description": "(Required) Use either the account `id` you defined or the MX-defined account `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "28d68638-5fe2-4586-b052-073f52bdb9d1",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier",
                                        "accounts",
                                        ":account_identifier",
                                        "transactions"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        },
                                        {
                                            "key": "from_date",
                                            "value": "1666936800"
                                        },
                                        {
                                            "key": "to_date",
                                            "value": "1698472800"
                                        },
                                        {
                                            "key": "from_created_at",
                                            "value": "1666936800"
                                        },
                                        {
                                            "key": "to_created_at",
                                            "value": "1698472800"
                                        },
                                        {
                                            "key": "from_updated_at",
                                            "value": "1666936800"
                                        },
                                        {
                                            "key": "to_updated_at",
                                            "value": "1698472800"
                                        },
                                        {
                                            "key": "includes",
                                            "value": "repeating_transactions,merchants,classifications,geolocations"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_identifier",
                                            "description": "(Required) Use either the account `id` you defined or the MX-defined account `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"transactions\": [\n    {\n      \"classification\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"geolocation\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"merchant\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"repeating_transaction\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"classification\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"geolocation\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"merchant\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"repeating_transaction\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "c3e781ac-56bb-4a55-b273-40e60c5a74eb",
                    "name": "Extend history",
                    "request": {
                        "name": "Extend history",
                        "description": {
                            "content": "Some institutions allow developers to access an extended transaction history with up to 24 months of data associated with a particular member. The process for fetching and then reading this extended transaction history is much like standard aggregation, and it may trigger multi-factor authentication.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier",
                                "extend_history"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "41d8b798-a073-4fdb-989f-7e55ff490a9a",
                            "name": "Accepted",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier",
                                        "extend_history"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {}
                            },
                            "status": "Accepted",
                            "code": 202,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"member\": {\n    \"aggregated_at\": \"2016-10-13T18:07:57.000Z\",\n    \"background_aggregation_is_disabled\": false,\n    \"connection_status\": \"CONNECTED\",\n    \"connection_status_message\": \"Connected to MX Bank\",\n    \"error\": {},\n    \"guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"id\": \"unique_id\",\n    \"institution_code\": \"mxbank\",\n    \"institution_guid\": \"INST-12345678-90ab-cdef-1234-567890abcdef\",\n    \"is_being_aggregated\": false,\n    \"is_managed_by_user\": false,\n    \"is_manual\": false,\n    \"is_oauth\": false,\n    \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n    \"most_recent_job_detail_code\": null,\n    \"most_recent_job_detail_text\": null,\n    \"most_recent_job_guid\": \"JOB-12345678-90ab-cdef-1234-567890abcdef\",\n    \"name\": \"MX Bank\",\n    \"needs_updated_credentials\": false,\n    \"oauth_window_uri\": \"https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2\",\n    \"successfully_aggregated_at\": \"2016-10-13T17:57:38.000Z\",\n    \"use_cases\": [\n      \"PFM\"\n    ],\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "e2874868-ff1a-404d-96a8-403c72ef82aa",
                    "name": "List transactions by member",
                    "request": {
                        "name": "List transactions by member",
                        "description": {
                            "content": "Requests to this endpoint return a list of transactions associated with the specified  `member`, across all accounts associated with that `member`. <br /><br />Enhanced transaction data  may be requested using the `includes` parameter. To use this optional parameter, the value should  include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`,  `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier",
                                "transactions"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                },
                                {
                                    "disabled": false,
                                    "key": "from_date",
                                    "value": "<string>",
                                    "description": "Filter transactions from this date. This only supports unix timestamp format. Defaults to 120 days ago if not provided."
                                },
                                {
                                    "disabled": false,
                                    "key": "to_date",
                                    "value": "<string>",
                                    "description": "Filter transactions to this date (at midnight). This only supports unix timestamp format. Defaults to 5 days forward from the day the request is made to capture pending transactions."
                                },
                                {
                                    "disabled": false,
                                    "key": "from_created_at",
                                    "value": "<string>",
                                    "description": "Filter transactions from the date the transaction was created. This only supports unix timestamp format."
                                },
                                {
                                    "disabled": false,
                                    "key": "to_created_at",
                                    "value": "<string>",
                                    "description": "Filter transaction to the date in which the transaction was created. This only supports unix timestamp format."
                                },
                                {
                                    "disabled": false,
                                    "key": "from_timestamp",
                                    "value": "<string>",
                                    "description": "Filter transactions from the date the transaction was created. This only supports unix timestamp format."
                                },
                                {
                                    "disabled": false,
                                    "key": "to_timestamp",
                                    "value": "<string>",
                                    "description": "Filter transaction to the date in which the transaction was created. This only supports unix timestamp format."
                                },
                                {
                                    "disabled": false,
                                    "key": "from_updated_at",
                                    "value": "<string>",
                                    "description": "Filter transactions from the date in which the transaction was updated. This only supports unix timestamp format."
                                },
                                {
                                    "disabled": false,
                                    "key": "to_updated_at",
                                    "value": "<string>",
                                    "description": "Filter transactions to the date in which the transaction was updated. This only supports unix timestamp format."
                                },
                                {
                                    "disabled": false,
                                    "key": "includes",
                                    "value": "<string>",
                                    "description": "Options for enhanced transactions. This query parameter is optional. Possible additional metadata: `repeating_transactions`, `merchants`, `classifications`, `geolocations`. The query value is format sensitive. To retrieve all available enhancements, append:\n\n`?includes=repeating_transactions,merchants,classifications,geolocations`. \n \nThe query options may be combined to specific enhancements. For example, to request Repeating Transactions and Geolocation data, use: \n\n`?includes=repeating_transactions,geolocations`.\n\n- Repeating Transactions: Identifies transactions with predictable recurrence patterns (e.g., Bill, Income, Subscription).\n- Merchants: Enriches transactions with merchant name.\n- Classifications: Provides more insight into the type of money movement that is occurring on the transaction, whether it be retail or investments.\n- Geolocation: Provides geographic metadata.\n"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "72c8f876-520d-426e-99e7-8622d60b2f55",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier",
                                        "transactions"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        },
                                        {
                                            "key": "from_date",
                                            "value": "1666936800"
                                        },
                                        {
                                            "key": "to_date",
                                            "value": "1698472800"
                                        },
                                        {
                                            "key": "from_created_at",
                                            "value": "1666936800"
                                        },
                                        {
                                            "key": "to_created_at",
                                            "value": "1698472800"
                                        },
                                        {
                                            "key": "from_timestamp",
                                            "value": "1666936800"
                                        },
                                        {
                                            "key": "to_timestamp",
                                            "value": "1698472800"
                                        },
                                        {
                                            "key": "from_updated_at",
                                            "value": "1666936800"
                                        },
                                        {
                                            "key": "to_updated_at",
                                            "value": "1698472800"
                                        },
                                        {
                                            "key": "includes",
                                            "value": "repeating_transactions,merchants,classifications,geolocations"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"transactions\": [\n    {\n      \"classification\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"geolocation\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"merchant\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"repeating_transaction\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"classification\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"geolocation\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"merchant\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"repeating_transaction\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "125fb002-30d4-4406-94c9-ace363a72839",
                    "name": "List transactions by tag",
                    "request": {
                        "name": "List transactions by tag",
                        "description": {
                            "content": "Use this endpoint to get a list of all transactions associated with a particular tag  according to the tag's unique GUID. This lists all transactions that have been assigned to a particular  tag using the create tagging endpoint. <br /><br />Enhanced transaction data may be requested using the  `includes` parameter. To use this optional parameter, the value should include the optional metadata  requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more  information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "tags",
                                ":tag_guid",
                                "transactions"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                },
                                {
                                    "disabled": false,
                                    "key": "from_date",
                                    "value": "<string>",
                                    "description": "Filter transactions from this date. This only supports unix timestamp format. Defaults to 120 days ago if not provided."
                                },
                                {
                                    "disabled": false,
                                    "key": "to_date",
                                    "value": "<string>",
                                    "description": "Filter transactions to this date (at midnight). This only supports unix timestamp format. Defaults to 5 days forward from the day the request is made to capture pending transactions."
                                },
                                {
                                    "disabled": false,
                                    "key": "from_created_at",
                                    "value": "<string>",
                                    "description": "Filter transactions from the date the transaction was created. This only supports unix timestamp format."
                                },
                                {
                                    "disabled": false,
                                    "key": "to_created_at",
                                    "value": "<string>",
                                    "description": "Filter transaction to the date in which the transaction was created. This only supports unix timestamp format."
                                },
                                {
                                    "disabled": false,
                                    "key": "from_updated_at",
                                    "value": "<string>",
                                    "description": "Filter transactions from the date in which the transaction was updated. This only supports unix timestamp format."
                                },
                                {
                                    "disabled": false,
                                    "key": "to_updated_at",
                                    "value": "<string>",
                                    "description": "Filter transactions to the date in which the transaction was updated. This only supports unix timestamp format."
                                },
                                {
                                    "disabled": false,
                                    "key": "includes",
                                    "value": "<string>",
                                    "description": "Options for enhanced transactions. This query parameter is optional. Possible additional metadata: `repeating_transactions`, `merchants`, `classifications`, `geolocations`. The query value is format sensitive. To retrieve all available enhancements, append:\n\n`?includes=repeating_transactions,merchants,classifications,geolocations`. \n \nThe query options may be combined to specific enhancements. For example, to request Repeating Transactions and Geolocation data, use: \n\n`?includes=repeating_transactions,geolocations`.\n\n- Repeating Transactions: Identifies transactions with predictable recurrence patterns (e.g., Bill, Income, Subscription).\n- Merchants: Enriches transactions with merchant name.\n- Classifications: Provides more insight into the type of money movement that is occurring on the transaction, whether it be retail or investments.\n- Geolocation: Provides geographic metadata.\n"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "tag_guid",
                                    "description": "(Required) The unique id for a `tag`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "77bb4eec-4af3-47cd-abfd-5b7dd67822c4",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "tags",
                                        ":tag_guid",
                                        "transactions"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        },
                                        {
                                            "key": "from_date",
                                            "value": "1666936800"
                                        },
                                        {
                                            "key": "to_date",
                                            "value": "1698472800"
                                        },
                                        {
                                            "key": "from_created_at",
                                            "value": "1666936800"
                                        },
                                        {
                                            "key": "to_created_at",
                                            "value": "1698472800"
                                        },
                                        {
                                            "key": "from_updated_at",
                                            "value": "1666936800"
                                        },
                                        {
                                            "key": "to_updated_at",
                                            "value": "1698472800"
                                        },
                                        {
                                            "key": "includes",
                                            "value": "repeating_transactions,merchants,classifications,geolocations"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "tag_guid",
                                            "description": "(Required) The unique id for a `tag`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"transactions\": [\n    {\n      \"classification\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"geolocation\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"merchant\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"repeating_transaction\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"classification\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"geolocation\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"merchant\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"repeating_transaction\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "bd8b4460-dce9-4a07-a346-47f96c5102b0",
                    "name": "Delete transaction rule",
                    "request": {
                        "name": "Delete transaction rule",
                        "description": {
                            "content": "Use this endpoint to permanently delete a transaction rule based on its unique GUID.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "transaction_rules",
                                ":transaction_rule_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "transaction_rule_guid",
                                    "description": "(Required) The unique id for a `transaction_rule`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            }
                        ],
                        "method": "DELETE",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "c74b52ea-1092-4fb2-a603-290ebf05dbf8",
                            "name": "No Content",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "transaction_rules",
                                        ":transaction_rule_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "transaction_rule_guid",
                                            "description": "(Required) The unique id for a `transaction_rule`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "No Content",
                            "code": 204,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain"
                                }
                            ],
                            "body": "",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "d6fbe5a2-6889-47c2-bbe0-0e9da018aadc",
                    "name": "List transactions",
                    "request": {
                        "name": "List transactions",
                        "description": {
                            "content": "Requests to this endpoint return a list of transactions associated with the specified  `user`, across all members and accounts associated with that `user`. <br /><br />Enhanced transaction  data may be requested using the `includes` parameter. To use this optional parameter, the value should  include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`,  `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "transactions"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                },
                                {
                                    "disabled": false,
                                    "key": "from_date",
                                    "value": "<string>",
                                    "description": "Filter transactions from this date. This only supports unix timestamp format. Defaults to 120 days ago if not provided."
                                },
                                {
                                    "disabled": false,
                                    "key": "to_date",
                                    "value": "<string>",
                                    "description": "Filter transactions to this date (at midnight). This only supports unix timestamp format. Defaults to 5 days forward from the day the request is made to capture pending transactions."
                                },
                                {
                                    "disabled": false,
                                    "key": "from_created_at",
                                    "value": "<string>",
                                    "description": "Filter transactions from the date the transaction was created. This only supports unix timestamp format."
                                },
                                {
                                    "disabled": false,
                                    "key": "to_created_at",
                                    "value": "<string>",
                                    "description": "Filter transaction to the date in which the transaction was created. This only supports unix timestamp format."
                                },
                                {
                                    "disabled": false,
                                    "key": "from_updated_at",
                                    "value": "<string>",
                                    "description": "Filter transactions from the date in which the transaction was updated. This only supports unix timestamp format."
                                },
                                {
                                    "disabled": false,
                                    "key": "to_updated_at",
                                    "value": "<string>",
                                    "description": "Filter transactions to the date in which the transaction was updated. This only supports unix timestamp format."
                                },
                                {
                                    "disabled": false,
                                    "key": "use_case",
                                    "value": "<string>",
                                    "description": "The use case associated with the member. Valid values are `PFM` and `MONEY_MOVEMENT`. For example, you can append either `?use_case=PFM` or `?use_case=MONEY_MOVEMENT`."
                                },
                                {
                                    "disabled": false,
                                    "key": "includes",
                                    "value": "<string>",
                                    "description": "Options for enhanced transactions. This query parameter is optional. Possible additional metadata: `repeating_transactions`, `merchants`, `classifications`, `geolocations`. The query value is format sensitive. To retrieve all available enhancements, append:\n\n`?includes=repeating_transactions,merchants,classifications,geolocations`. \n \nThe query options may be combined to specific enhancements. For example, to request Repeating Transactions and Geolocation data, use: \n\n`?includes=repeating_transactions,geolocations`.\n\n- Repeating Transactions: Identifies transactions with predictable recurrence patterns (e.g., Bill, Income, Subscription).\n- Merchants: Enriches transactions with merchant name.\n- Classifications: Provides more insight into the type of money movement that is occurring on the transaction, whether it be retail or investments.\n- Geolocation: Provides geographic metadata.\n"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "d8f65b3b-385d-49b2-8d17-053c3d1b73b3",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "transactions"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        },
                                        {
                                            "key": "from_date",
                                            "value": "1666936800"
                                        },
                                        {
                                            "key": "to_date",
                                            "value": "1698472800"
                                        },
                                        {
                                            "key": "from_created_at",
                                            "value": "1666936800"
                                        },
                                        {
                                            "key": "to_created_at",
                                            "value": "1698472800"
                                        },
                                        {
                                            "key": "from_updated_at",
                                            "value": "1666936800"
                                        },
                                        {
                                            "key": "to_updated_at",
                                            "value": "1698472800"
                                        },
                                        {
                                            "key": "use_case",
                                            "value": "<string>"
                                        },
                                        {
                                            "key": "includes",
                                            "value": "repeating_transactions,merchants,classifications,geolocations"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"transactions\": [\n    {\n      \"classification\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"geolocation\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"merchant\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"repeating_transaction\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"classification\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"geolocation\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"merchant\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"repeating_transaction\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "db7b43af-e027-4e99-9260-3e1d2d1f8780",
                    "name": "Read transaction",
                    "request": {
                        "name": "Read transaction",
                        "description": {
                            "content": "Requests to this endpoint will return the attributes of the specified `transaction`. To  read a manual transaction, use the manual transaction guid in the path as the `transactionGuid`. <br /><br /> Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter,  the value should include the optional metadata requested such as `repeating_transactions`, `merchants`,  `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "transactions",
                                ":transaction_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "includes",
                                    "value": "<string>",
                                    "description": "Options for enhanced transactions. This query parameter is optional. Possible additional metadata: `repeating_transactions`, `merchants`, `classifications`, `geolocations`. The query value is format sensitive. To retrieve all available enhancements, append:\n\n`?includes=repeating_transactions,merchants,classifications,geolocations`. \n \nThe query options may be combined to specific enhancements. For example, to request Repeating Transactions and Geolocation data, use: \n\n`?includes=repeating_transactions,geolocations`.\n\n- Repeating Transactions: Identifies transactions with predictable recurrence patterns (e.g., Bill, Income, Subscription).\n- Merchants: Enriches transactions with merchant name.\n- Classifications: Provides more insight into the type of money movement that is occurring on the transaction, whether it be retail or investments.\n- Geolocation: Provides geographic metadata.\n"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "transaction_guid",
                                    "description": "(Required) The unique id for a `transaction`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "8d52c7de-b35d-40b3-aa02-9ccdc7c8377d",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "transactions",
                                        ":transaction_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "includes",
                                            "value": "repeating_transactions,merchants,classifications,geolocations"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "transaction_guid",
                                            "description": "(Required) The unique id for a `transaction`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"transactions\": [\n    {\n      \"classification\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"geolocation\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"merchant\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"repeating_transaction\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"classification\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"geolocation\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"merchant\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"repeating_transaction\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "fe39f386-bd59-4467-b3f9-da3681c13b2a",
                    "name": "Update transaction",
                    "request": {
                        "name": "Update transaction",
                        "description": {
                            "content": "Use this endpoint to update the `description` of a specific transaction according to its unique GUID.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "transactions",
                                ":transaction_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "transaction_guid",
                                    "description": "(Required) The unique id for a `transaction`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PUT",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"transaction\": {\n    \"description\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "605ed243-67df-4921-8872-7c92b5b8abde",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "transactions",
                                        ":transaction_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "transaction_guid",
                                            "description": "(Required) The unique id for a `transaction`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "PUT",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"transaction\": {\n    \"description\": \"new description\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"transaction\": {\n    \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"account_id\": \"account123\",\n    \"amount\": 61.11,\n    \"category\": \"Paycheck\",\n    \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n    \"check_number_string\": null,\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"currency_code\": \"USD\",\n    \"date\": \"2024-12-20\",\n    \"description\": \"MX Technologies Payroll\",\n    \"extended_transaction_type\": null,\n    \"guid\": \"TRN-429ad9fe-a1d2-4559-8590-885b2603f0e1\",\n    \"id\": \"1734681600000-178fa8095c154a55b9172f977b4c5f9a-0\",\n    \"is_bill_pay\": false,\n    \"is_direct_deposit\": false,\n    \"is_expense\": false,\n    \"is_fee\": false,\n    \"is_income\": true,\n    \"is_international\": false,\n    \"is_manual\": false,\n    \"is_overdraft_fee\": false,\n    \"is_payroll_advance\": false,\n    \"is_recurring\": null,\n    \"is_subscription\": false,\n    \"latitude\": null,\n    \"localized_description\": \"This is a localized_description\",\n    \"localized_memo\": \"This is a localized_memo\",\n    \"longitude\": null,\n    \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"member_is_managed_by_user\": true,\n    \"memo\": \"Transactions\",\n    \"merchant_category_code\": null,\n    \"merchant_guid\": \"MCH-8cc3b01a-1c52-47d4-970d-30f8ee5566f1\",\n    \"merchant_location_guid\": null,\n    \"metadata\": \"some metadata\",\n    \"original_description\": \"MX TECHNOLOGIES PAYMENT\",\n    \"posted_at\": \"2024-12-20T12:00:00Z\",\n    \"status\": \"POSTED\",\n    \"top_level_category\": \"Income\",\n    \"transacted_at\": \"2024-12-20T12:00:00Z\",\n    \"type\": \"CREDIT\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "3e1a6a1d-72bb-4cbe-999b-cb5e6e5908b9",
                    "name": "Delete manual transactions",
                    "request": {
                        "name": "Delete manual transactions",
                        "description": {
                            "content": "Delete a manual transaction. In the path, use the manual transaction guid as the `transaction_guid`, such as `MAN-810828b0-5210-4878-9bd3-f4ce514f90c4`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "transactions",
                                ":transaction_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "transaction_guid",
                                    "description": "(Required) The unique id for a `transaction`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            }
                        ],
                        "method": "DELETE",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "989c5e79-0d32-4de5-911a-44cdfb1c9016",
                            "name": "No content",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "transactions",
                                        ":transaction_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "transaction_guid",
                                            "description": "(Required) The unique id for a `transaction`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "No Content",
                            "code": 204,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain"
                                }
                            ],
                            "body": "",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "25b9d1c4-9f44-421c-bc33-fc1c37e8315d",
                    "name": "Read transaction by account",
                    "request": {
                        "name": "Read transaction by account",
                        "description": {
                            "content": "Requests to this endpoint will return the attributes of the specified `transaction`. To  read a manual transaction, use the manual transaction guid in the path as the `transactionGuid`. <br /><br /> Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter,  the value should include the optional metadata requested such as `repeating_transactions`, `merchants`,  `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier",
                                "accounts",
                                ":account_identifier",
                                "transactions",
                                ":transaction_identifier"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "includes",
                                    "value": "<string>",
                                    "description": "Options for enhanced transactions. This query parameter is optional. Possible additional metadata: `repeating_transactions`, `merchants`, `classifications`, `geolocations`. The query value is format sensitive. To retrieve all available enhancements, append:\n\n`?includes=repeating_transactions,merchants,classifications,geolocations`. \n \nThe query options may be combined to specific enhancements. For example, to request Repeating Transactions and Geolocation data, use: \n\n`?includes=repeating_transactions,geolocations`.\n\n- Repeating Transactions: Identifies transactions with predictable recurrence patterns (e.g., Bill, Income, Subscription).\n- Merchants: Enriches transactions with merchant name.\n- Classifications: Provides more insight into the type of money movement that is occurring on the transaction, whether it be retail or investments.\n- Geolocation: Provides geographic metadata.\n"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_identifier",
                                    "description": "(Required) Use either the account `id` you defined or the MX-defined account `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "transaction_identifier",
                                    "description": "(Required) Use either the transaction `id` you defined or the MX-defined transaction `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "89f2ec1d-d16a-4765-bdc9-121d7ccaa1fa",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier",
                                        "accounts",
                                        ":account_identifier",
                                        "transactions",
                                        ":transaction_identifier"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "includes",
                                            "value": "repeating_transactions,merchants,classifications,geolocations"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_identifier",
                                            "description": "(Required) Use either the account `id` you defined or the MX-defined account `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "transaction_identifier",
                                            "description": "(Required) Use either the transaction `id` you defined or the MX-defined transaction `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"transactions\": [\n    {\n      \"classification\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"geolocation\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"merchant\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"repeating_transaction\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"classification\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"geolocation\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"merchant\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"repeating_transaction\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "2c56d964-0ee6-4c52-af09-c0300dc09ee8",
                    "name": "Update transaction by account",
                    "request": {
                        "name": "Update transaction by account",
                        "description": {
                            "content": "Use this endpoint to update the `description` of a specific transaction according to its unique GUID.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier",
                                "accounts",
                                ":account_identifier",
                                "transactions",
                                ":transaction_identifier"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_identifier",
                                    "description": "(Required) Use either the account `id` you defined or the MX-defined account `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "transaction_identifier",
                                    "description": "(Required) Use either the transaction `id` you defined or the MX-defined transaction `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PUT",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"transaction\": {\n    \"description\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "df79bd5a-3285-47ed-83cb-b39943dde368",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier",
                                        "accounts",
                                        ":account_identifier",
                                        "transactions",
                                        ":transaction_identifier"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_identifier",
                                            "description": "(Required) Use either the account `id` you defined or the MX-defined account `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "transaction_identifier",
                                            "description": "(Required) Use either the transaction `id` you defined or the MX-defined transaction `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "PUT",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"transaction\": {\n    \"description\": \"new description\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"transaction\": {\n    \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"account_id\": \"account123\",\n    \"amount\": 61.11,\n    \"category\": \"Paycheck\",\n    \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n    \"check_number_string\": null,\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"currency_code\": \"USD\",\n    \"date\": \"2024-12-20\",\n    \"description\": \"MX Technologies Payroll\",\n    \"extended_transaction_type\": null,\n    \"guid\": \"TRN-429ad9fe-a1d2-4559-8590-885b2603f0e1\",\n    \"id\": \"1734681600000-178fa8095c154a55b9172f977b4c5f9a-0\",\n    \"is_bill_pay\": false,\n    \"is_direct_deposit\": false,\n    \"is_expense\": false,\n    \"is_fee\": false,\n    \"is_income\": true,\n    \"is_international\": false,\n    \"is_manual\": false,\n    \"is_overdraft_fee\": false,\n    \"is_payroll_advance\": false,\n    \"is_recurring\": null,\n    \"is_subscription\": false,\n    \"latitude\": null,\n    \"localized_description\": \"This is a localized_description\",\n    \"localized_memo\": \"This is a localized_memo\",\n    \"longitude\": null,\n    \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"member_is_managed_by_user\": true,\n    \"memo\": \"Transactions\",\n    \"merchant_category_code\": null,\n    \"merchant_guid\": \"MCH-8cc3b01a-1c52-47d4-970d-30f8ee5566f1\",\n    \"merchant_location_guid\": null,\n    \"metadata\": \"some metadata\",\n    \"original_description\": \"MX TECHNOLOGIES PAYMENT\",\n    \"posted_at\": \"2024-12-20T12:00:00Z\",\n    \"status\": \"POSTED\",\n    \"top_level_category\": \"Income\",\n    \"transacted_at\": \"2024-12-20T12:00:00Z\",\n    \"type\": \"CREDIT\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "3daeab15-5f21-4a59-98b9-08f64e52ad5a",
                    "name": "List Repeating Transactions",
                    "request": {
                        "name": "List Repeating Transactions",
                        "description": {
                            "content": "Retrieve a list of all recurring transactions for a user. <br /><br />For more see the [Repeating Transactions guide](/api-reference/platform-api/reference/transactions-overview#repeating-transactions).",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "repeating_transactions"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "07c061d9-c806-4ab4-9942-1797e662d9da",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "repeating_transactions"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"repeating_transactions\": [\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"amount\": 61.11,\n      \"description\": \"Dominion Energy\",\n      \"guid\": \"RPT-a2264e1a-d2e6-41d9-88d2-2cfdf1143959\",\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"merchant_guid\": \"MCH-1b5d7e4d-fa29-95d1-fd0f-540b6f17d986\",\n      \"last_posted_date\": \"2024-12-09\",\n      \"predicted_occurs_on\": \"2025-01-09\",\n      \"recurrence_type\": \"EVERY_MONTH\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"repeating_transaction_type\": \"SUBSCRIPTION\",\n      \"transaction_type\": \"CREDIT\"\n    },\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"amount\": 61.11,\n      \"description\": \"Dominion Energy\",\n      \"guid\": \"RPT-a2264e1a-d2e6-41d9-88d2-2cfdf1143959\",\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"merchant_guid\": \"MCH-1b5d7e4d-fa29-95d1-fd0f-540b6f17d986\",\n      \"last_posted_date\": \"2024-12-09\",\n      \"predicted_occurs_on\": \"2025-01-09\",\n      \"recurrence_type\": \"EVERY_MONTH\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"repeating_transaction_type\": \"INCOME\",\n      \"transaction_type\": \"DEBIT\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "dd8af19f-288a-4760-b653-e7c2129b9a7a",
                    "name": "Get a Repeating Transaction",
                    "request": {
                        "name": "Get a Repeating Transaction",
                        "description": {
                            "content": "Get a Specific Repeating Transaction.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "repeating_transactions",
                                ":repeating_transaction_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "repeating_transaction_guid",
                                    "description": "(Required) The unique id for a recurring transaction."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "401edcad-9198-48ce-aded-bd8b96d5be88",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "repeating_transactions",
                                        ":repeating_transaction_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "repeating_transaction_guid",
                                            "description": "(Required) The unique id for a recurring transaction."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"repeating_transactions\": [\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"amount\": 61.11,\n      \"description\": \"Dominion Energy\",\n      \"guid\": \"RPT-a2264e1a-d2e6-41d9-88d2-2cfdf1143959\",\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"merchant_guid\": \"MCH-1b5d7e4d-fa29-95d1-fd0f-540b6f17d986\",\n      \"last_posted_date\": \"2024-12-09\",\n      \"predicted_occurs_on\": \"2025-01-09\",\n      \"recurrence_type\": \"EVERY_MONTH\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"repeating_transaction_type\": \"SUBSCRIPTION\",\n      \"transaction_type\": \"DEBIT\"\n    },\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"amount\": 61.11,\n      \"description\": \"Dominion Energy\",\n      \"guid\": \"RPT-a2264e1a-d2e6-41d9-88d2-2cfdf1143959\",\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"merchant_guid\": \"MCH-1b5d7e4d-fa29-95d1-fd0f-540b6f17d986\",\n      \"last_posted_date\": \"2024-12-09\",\n      \"predicted_occurs_on\": \"2025-01-09\",\n      \"recurrence_type\": \"EVERY_MONTH\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"repeating_transaction_type\": \"UNKNOWN\",\n      \"transaction_type\": \"CREDIT\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "4cc7ca87-cc95-431c-89dc-868b7e911c46",
                    "name": "Delete split transactions",
                    "request": {
                        "name": "Delete split transactions",
                        "description": {
                            "content": "This endpoint deletes all split transactions linked to a parent transaction, but it leaves the parent transaction active. This request will also update the parent transaction's has_been_split field to false. This endpoint accepts the optional MX-Skip-Webhook header.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "transactions",
                                ":transaction_guid",
                                "split"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "transaction_guid",
                                    "description": "(Required) The unique id for a `transaction`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            }
                        ],
                        "method": "DELETE",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "90121178-f7f2-4608-90be-9472c719f97b",
                            "name": "No content",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "transactions",
                                        ":transaction_guid",
                                        "split"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "transaction_guid",
                                            "description": "(Required) The unique id for a `transaction`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "No Content",
                            "code": 204,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain"
                                }
                            ],
                            "body": "",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "9acca3b1-18ac-48d4-b236-d55121e07f66",
                    "name": "Create split transactions",
                    "request": {
                        "name": "Create split transactions",
                        "description": {
                            "content": "This endpoint creates two or more child transactions that are branched from a previous transaction. This endpoint allows you to link multiple categories, descriptions, and amounts to a parent transaction.  When a split transaction is created, the parent transaction's `has_been_split` field will automatically be updated to true and the child transactions' `parent_guid` will have the transaction guid of the parent. The total amount of the child transactions must equal the amount of the parent transaction. Once a transaction has been split it can't be split again.    In order to re-split a transaction, it must first be un-split. This can be done by calling the Delete Split Transactions endpoint. Calling this endpoint will delete the existing child transactions and update the parent transaction's `has_been_split` field to false. You can then re-split the parent transaction by calling Create Split Transaction again.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "transactions",
                                ":transaction_guid",
                                "split"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "transaction_guid",
                                    "description": "(Required) The unique id for a `transaction`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"transactions\": {\n    \"amount\": \"<number>\",\n    \"description\": \"<string>\",\n    \"category_guid\": \"<string>\",\n    \"memo\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "3b34c951-a096-46ec-86ec-a6f62b593849",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "transactions",
                                        ":transaction_guid",
                                        "split"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "transaction_guid",
                                            "description": "(Required) The unique id for a `transaction`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"transactions\": {\n    \"amount\": 61.11,\n    \"description\": \"Chevron Gas\",\n    \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n    \"memo\": \"Chips and Soda\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"transactions\": [\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"account_id\": \"account123\",\n      \"amount\": 61.11,\n      \"category\": \"Paycheck\",\n      \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n      \"check_number_string\": null,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"currency_code\": \"USD\",\n      \"date\": \"2024-12-20\",\n      \"description\": \"MX Technologies Payroll\",\n      \"extended_transaction_type\": null,\n      \"guid\": \"TRN-429ad9fe-a1d2-4559-8590-885b2603f0e1\",\n      \"id\": \"1734681600000-178fa8095c154a55b9172f977b4c5f9a-0\",\n      \"is_bill_pay\": false,\n      \"is_direct_deposit\": false,\n      \"is_expense\": false,\n      \"is_fee\": false,\n      \"is_income\": true,\n      \"is_international\": false,\n      \"is_manual\": false,\n      \"is_overdraft_fee\": false,\n      \"is_payroll_advance\": false,\n      \"is_recurring\": null,\n      \"is_subscription\": false,\n      \"latitude\": null,\n      \"localized_description\": \"This is a localized_description\",\n      \"localized_memo\": \"This is a localized_memo\",\n      \"longitude\": null,\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"member_is_managed_by_user\": true,\n      \"memo\": \"Transactions\",\n      \"merchant_category_code\": null,\n      \"merchant_guid\": \"MCH-8cc3b01a-1c52-47d4-970d-30f8ee5566f1\",\n      \"merchant_location_guid\": null,\n      \"metadata\": \"some metadata\",\n      \"original_description\": \"MX TECHNOLOGIES PAYMENT\",\n      \"posted_at\": \"2024-12-20T12:00:00Z\",\n      \"status\": \"POSTED\",\n      \"top_level_category\": \"Income\",\n      \"transacted_at\": \"2024-12-20T12:00:00Z\",\n      \"type\": \"CREDIT\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    },\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"account_id\": \"account123\",\n      \"amount\": 61.11,\n      \"category\": \"Paycheck\",\n      \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n      \"check_number_string\": null,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"currency_code\": \"USD\",\n      \"date\": \"2024-12-20\",\n      \"description\": \"MX Technologies Payroll\",\n      \"extended_transaction_type\": null,\n      \"guid\": \"TRN-429ad9fe-a1d2-4559-8590-885b2603f0e1\",\n      \"id\": \"1734681600000-178fa8095c154a55b9172f977b4c5f9a-0\",\n      \"is_bill_pay\": false,\n      \"is_direct_deposit\": false,\n      \"is_expense\": false,\n      \"is_fee\": false,\n      \"is_income\": true,\n      \"is_international\": false,\n      \"is_manual\": false,\n      \"is_overdraft_fee\": false,\n      \"is_payroll_advance\": false,\n      \"is_recurring\": null,\n      \"is_subscription\": false,\n      \"latitude\": null,\n      \"localized_description\": \"This is a localized_description\",\n      \"localized_memo\": \"This is a localized_memo\",\n      \"longitude\": null,\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"member_is_managed_by_user\": true,\n      \"memo\": \"Transactions\",\n      \"merchant_category_code\": null,\n      \"merchant_guid\": \"MCH-8cc3b01a-1c52-47d4-970d-30f8ee5566f1\",\n      \"merchant_location_guid\": null,\n      \"metadata\": \"some metadata\",\n      \"original_description\": \"MX TECHNOLOGIES PAYMENT\",\n      \"posted_at\": \"2024-12-20T12:00:00Z\",\n      \"status\": \"POSTED\",\n      \"top_level_category\": \"Income\",\n      \"transacted_at\": \"2024-12-20T12:00:00Z\",\n      \"type\": \"CREDIT\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "d9f058d2-d332-47d9-b798-b8c424a7e550",
                    "name": "Delete split transactions by account",
                    "request": {
                        "name": "Delete split transactions by account",
                        "description": {
                            "content": "This endpoint deletes all split transactions linked to a parent transaction, but it leaves the parent transaction active. This request will also update the parent transaction's has_been_split field to false. This endpoint accepts the optional MX-Skip-Webhook header.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier",
                                "accounts",
                                ":account_identifier",
                                "transactions",
                                ":transaction_identifier",
                                "split"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "transaction_guid",
                                    "description": "(Required) The unique id for a `transaction`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_identifier",
                                    "description": "(Required) Use either the account `id` you defined or the MX-defined account `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "transaction_identifier",
                                    "description": "(Required) Use either the transaction `id` you defined or the MX-defined transaction `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            }
                        ],
                        "method": "DELETE",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "f8d72c08-b6cc-4488-855f-fba4a527a148",
                            "name": "No content",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier",
                                        "accounts",
                                        ":account_identifier",
                                        "transactions",
                                        ":transaction_identifier",
                                        "split"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "transaction_guid",
                                            "description": "(Required) The unique id for a `transaction`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_identifier",
                                            "description": "(Required) Use either the account `id` you defined or the MX-defined account `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "transaction_identifier",
                                            "description": "(Required) Use either the transaction `id` you defined or the MX-defined transaction `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "No Content",
                            "code": 204,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain"
                                }
                            ],
                            "body": "",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "f37f1549-ab6e-4c84-86a6-003081f8c6f8",
                    "name": "Create split transactions by account",
                    "request": {
                        "name": "Create split transactions by account",
                        "description": {
                            "content": "This endpoint creates two or more child transactions that are branched from a previous transaction. This endpoint allows you to link multiple categories, descriptions, and amounts to a parent transaction.  When a split transaction is created, the parent transaction's `has_been_split` field will automatically be updated to true and the child transactions' `parent_guid` will have the transaction guid of the parent. The total amount of the child transactions must equal the amount of the parent transaction. Once a transaction has been split it can't be split again.    In order to re-split a transaction, it must first be un-split. This can be done by calling the Delete Split Transactions endpoint. Calling this endpoint will delete the existing child transactions and update the parent transaction's `has_been_split` field to false. You can then re-split the parent transaction by calling Create Split Transaction again.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier",
                                "accounts",
                                ":account_identifier",
                                "transactions",
                                ":transaction_identifier",
                                "split"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "transaction_guid",
                                    "description": "(Required) The unique id for a `transaction`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_identifier",
                                    "description": "(Required) Use either the account `id` you defined or the MX-defined account `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "transaction_identifier",
                                    "description": "(Required) Use either the transaction `id` you defined or the MX-defined transaction `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"transactions\": {\n    \"amount\": \"<number>\",\n    \"description\": \"<string>\",\n    \"category_guid\": \"<string>\",\n    \"memo\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "8193fb44-1891-4501-b7e0-2a755aee4e65",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier",
                                        "accounts",
                                        ":account_identifier",
                                        "transactions",
                                        ":transaction_identifier",
                                        "split"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "transaction_guid",
                                            "description": "(Required) The unique id for a `transaction`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_identifier",
                                            "description": "(Required) Use either the account `id` you defined or the MX-defined account `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "transaction_identifier",
                                            "description": "(Required) Use either the transaction `id` you defined or the MX-defined transaction `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"transactions\": {\n    \"amount\": 61.11,\n    \"description\": \"Chevron Gas\",\n    \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n    \"memo\": \"Chips and Soda\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"transactions\": [\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"account_id\": \"account123\",\n      \"amount\": 61.11,\n      \"category\": \"Paycheck\",\n      \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n      \"check_number_string\": null,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"currency_code\": \"USD\",\n      \"date\": \"2024-12-20\",\n      \"description\": \"MX Technologies Payroll\",\n      \"extended_transaction_type\": null,\n      \"guid\": \"TRN-429ad9fe-a1d2-4559-8590-885b2603f0e1\",\n      \"id\": \"1734681600000-178fa8095c154a55b9172f977b4c5f9a-0\",\n      \"is_bill_pay\": false,\n      \"is_direct_deposit\": false,\n      \"is_expense\": false,\n      \"is_fee\": false,\n      \"is_income\": true,\n      \"is_international\": false,\n      \"is_manual\": false,\n      \"is_overdraft_fee\": false,\n      \"is_payroll_advance\": false,\n      \"is_recurring\": null,\n      \"is_subscription\": false,\n      \"latitude\": null,\n      \"localized_description\": \"This is a localized_description\",\n      \"localized_memo\": \"This is a localized_memo\",\n      \"longitude\": null,\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"member_is_managed_by_user\": true,\n      \"memo\": \"Transactions\",\n      \"merchant_category_code\": null,\n      \"merchant_guid\": \"MCH-8cc3b01a-1c52-47d4-970d-30f8ee5566f1\",\n      \"merchant_location_guid\": null,\n      \"metadata\": \"some metadata\",\n      \"original_description\": \"MX TECHNOLOGIES PAYMENT\",\n      \"posted_at\": \"2024-12-20T12:00:00Z\",\n      \"status\": \"POSTED\",\n      \"top_level_category\": \"Income\",\n      \"transacted_at\": \"2024-12-20T12:00:00Z\",\n      \"type\": \"CREDIT\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    },\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"account_id\": \"account123\",\n      \"amount\": 61.11,\n      \"category\": \"Paycheck\",\n      \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n      \"check_number_string\": null,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"currency_code\": \"USD\",\n      \"date\": \"2024-12-20\",\n      \"description\": \"MX Technologies Payroll\",\n      \"extended_transaction_type\": null,\n      \"guid\": \"TRN-429ad9fe-a1d2-4559-8590-885b2603f0e1\",\n      \"id\": \"1734681600000-178fa8095c154a55b9172f977b4c5f9a-0\",\n      \"is_bill_pay\": false,\n      \"is_direct_deposit\": false,\n      \"is_expense\": false,\n      \"is_fee\": false,\n      \"is_income\": true,\n      \"is_international\": false,\n      \"is_manual\": false,\n      \"is_overdraft_fee\": false,\n      \"is_payroll_advance\": false,\n      \"is_recurring\": null,\n      \"is_subscription\": false,\n      \"latitude\": null,\n      \"localized_description\": \"This is a localized_description\",\n      \"localized_memo\": \"This is a localized_memo\",\n      \"longitude\": null,\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"member_is_managed_by_user\": true,\n      \"memo\": \"Transactions\",\n      \"merchant_category_code\": null,\n      \"merchant_guid\": \"MCH-8cc3b01a-1c52-47d4-970d-30f8ee5566f1\",\n      \"merchant_location_guid\": null,\n      \"metadata\": \"some metadata\",\n      \"original_description\": \"MX TECHNOLOGIES PAYMENT\",\n      \"posted_at\": \"2024-12-20T12:00:00Z\",\n      \"status\": \"POSTED\",\n      \"top_level_category\": \"Income\",\n      \"transacted_at\": \"2024-12-20T12:00:00Z\",\n      \"type\": \"CREDIT\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ],
            "event": []
        },
        {
            "id": "cffbf120-e8ee-4398-bd95-3627cf36cf64",
            "name": "users",
            "description": {
                "content": "Users represent an end user using the Platform API through your web or mobile app.\n\nUsers are created by MX clients and belong to a specific [client](docs.mx.com/products/connectivity/overview/data-architecture/#clients) on the platform.\n",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "cf11cd92-e7de-4974-9d81-0cf6bcd21c6c",
                    "name": "List users",
                    "request": {
                        "name": "List users",
                        "description": {
                            "content": "Use this endpoint to list every user you've created in the MX Platform API.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                },
                                {
                                    "disabled": false,
                                    "key": "id",
                                    "value": "<string>",
                                    "description": "The user `id` to search for."
                                },
                                {
                                    "disabled": false,
                                    "key": "email",
                                    "value": "<string>",
                                    "description": "The user `email` to search for."
                                },
                                {
                                    "disabled": false,
                                    "key": "is_disabled",
                                    "value": "<boolean>",
                                    "description": "Search for users that are diabled."
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "ea84bc32-0e2b-40f5-924a-0ad2117eaadc",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        },
                                        {
                                            "key": "id",
                                            "value": "u-12324-abdc"
                                        },
                                        {
                                            "key": "email",
                                            "value": "example@example.com"
                                        },
                                        {
                                            "key": "is_disabled",
                                            "value": "true"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"users\": [\n    {\n      \"email\": \"example@example.com\",\n      \"guid\": \"USR-d74cb14f-fd0a-449f-991b-e0362a63d9c6\",\n      \"id\": \"My-Unique-ID\",\n      \"is_disabled\": false,\n      \"metadata\": \"{\\\\\\\"first_name\\\\\\\": \\\\\\\"Steven\\\\\\\", \\\\\\\"last_name\\\\\\\": \\\\\\\"Universe\\\\\\\"}\"\n    },\n    {\n      \"email\": \"example@example.com\",\n      \"guid\": \"USR-d74cb14f-fd0a-449f-991b-e0362a63d9c6\",\n      \"id\": \"My-Unique-ID\",\n      \"is_disabled\": false,\n      \"metadata\": \"{\\\\\\\"first_name\\\\\\\": \\\\\\\"Steven\\\\\\\", \\\\\\\"last_name\\\\\\\": \\\\\\\"Universe\\\\\\\"}\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "7a220835-6050-4941-a17d-7bf6124a13ad",
                    "name": "Create user",
                    "request": {
                        "name": "Create user",
                        "description": {
                            "content": "Use this endpoint to create a new user. The API will respond with the newly-created user object if successful, containing a `guid` that you'll set as the `user_guid` in other requests when required. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that user’s data until they are no longer disabled.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"user\": {\n    \"email\": \"<string>\",\n    \"id\": \"<string>\",\n    \"is_disabled\": \"<boolean>\",\n    \"metadata\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "01f43704-9e21-4b6d-9b1e-80dd4ec4ae83",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"user\": {\n    \"email\": \"example@example.com\",\n    \"id\": \"My-Unique-ID\",\n    \"is_disabled\": false,\n    \"metadata\": \"{\\\\\\\"type\\\\\\\": \\\\\\\"individual\\\\\\\", \\\\\\\"status\\\\\\\": \\\\\\\"preferred\\\\\\\"}\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"user\": {\n    \"email\": \"example@example.com\",\n    \"guid\": \"USR-d74cb14f-fd0a-449f-991b-e0362a63d9c6\",\n    \"id\": \"My-Unique-ID\",\n    \"is_disabled\": false,\n    \"metadata\": \"{\\\\\\\"first_name\\\\\\\": \\\\\\\"Steven\\\\\\\", \\\\\\\"last_name\\\\\\\": \\\\\\\"Universe\\\\\\\"}\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "5a2a38e4-2075-49a9-bfba-1e6940871b82",
                    "name": "Delete user",
                    "request": {
                        "name": "Delete user",
                        "description": {
                            "content": "Use this endpoint to delete the specified `user`. The response will have a status of `204 No Content` without an object.\n\n:::warning\nDeleting a user is permanent. Deleted users can never be restored. For more info, see [Deleting Objects](/api-reference/platform-api/overview/deleting-objects).\n:::\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            }
                        ],
                        "method": "DELETE",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "915196be-9d06-47ba-a0b4-4785cf5db203",
                            "name": "No Content",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) Specifies the media type expected in the response.",
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "No Content",
                            "code": 204,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain"
                                }
                            ],
                            "body": "",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "aaa29eb4-7ab2-4fbd-bd2d-80b0311aae0e",
                    "name": "Read user",
                    "request": {
                        "name": "Read user",
                        "description": {
                            "content": "Use this endpoint to read the attributes of a specific user.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "2db7edae-7e84-4992-9c6c-e02c1d084aff",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"user\": {\n    \"email\": \"example@example.com\",\n    \"guid\": \"USR-d74cb14f-fd0a-449f-991b-e0362a63d9c6\",\n    \"id\": \"My-Unique-ID\",\n    \"is_disabled\": false,\n    \"metadata\": \"{\\\\\\\"first_name\\\\\\\": \\\\\\\"Steven\\\\\\\", \\\\\\\"last_name\\\\\\\": \\\\\\\"Universe\\\\\\\"}\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "4a5a0fa6-6f4e-4472-8a36-f9762190e899",
                    "name": "Update user",
                    "request": {
                        "name": "Update user",
                        "description": {
                            "content": "Use this endpoint to update the attributes of the specified user.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PUT",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"user\": {\n    \"email\": \"<string>\",\n    \"id\": \"<string>\",\n    \"is_disabled\": \"<boolean>\",\n    \"metadata\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "37cbffa2-47b1-49d6-ba41-da58dbe5636c",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "PUT",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"user\": {\n    \"email\": \"example@example.com\",\n    \"id\": \"My-Unique-ID\",\n    \"is_disabled\": false,\n    \"metadata\": \"{\\\\\\\"first_name\\\\\\\": \\\\\\\"Steven\\\\\\\", \\\\\\\"last_name\\\\\\\": \\\\\\\"Universe\\\\\\\"}\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"user\": {\n    \"email\": \"example@example.com\",\n    \"guid\": \"USR-d74cb14f-fd0a-449f-991b-e0362a63d9c6\",\n    \"id\": \"My-Unique-ID\",\n    \"is_disabled\": false,\n    \"metadata\": \"{\\\\\\\"first_name\\\\\\\": \\\\\\\"Steven\\\\\\\", \\\\\\\"last_name\\\\\\\": \\\\\\\"Universe\\\\\\\"}\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ],
            "event": []
        },
        {
            "id": "beb9b79e-334c-425c-8bfb-565bf112914e",
            "name": "verifiable credentials",
            "description": {
                "content": "MX provides Verifiable Credential endpoints that comply with web5 standards. \n\nFor more info, see [Verifiable Credentials Overview](docs.mx.com/api-reference/reference/verifiable-credentials).\n",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "9b77c76d-2bc4-4eea-a4d1-18aaf0c3f715",
                    "name": "Get Identity Data",
                    "request": {
                        "name": "Get Identity Data",
                        "description": {
                            "content": "Get an MX-issued verifiable credential of a user's identity data.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "vc",
                                "users",
                                ":user_guid",
                                "members",
                                ":member_guid",
                                "customers"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_guid",
                                    "description": "(Required) The unique id for a `member`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/vnd.mx.api.v2beta+json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "64373544-0e7f-47b1-9e46-0ad6698d9170",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "vc",
                                        "users",
                                        ":user_guid",
                                        "members",
                                        ":member_guid",
                                        "customers"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_guid",
                                            "description": "(Required) The unique id for a `member`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/vnd.mx.api.v2beta+json"
                                }
                            ],
                            "body": "{\n  \"verifiableCredential\": \"feJgbGciOiJFZERTQSEsImtpFCI6ImRpZDpksHR6c4E6MTNkdzdqeWc0NGVqd2NkZjhpcWNzZWg3amN6NTF3ajZmanhib29qNDFpcGVnNzZlbyMwIiwidHlwIjoiSldUIn0.eyJ2YyI6eyJAY29udGV4dCI6WyJodHRwczovL3d3dy53My5vcmcvMjAxOC9jcmVkZW50aWFscy92MSJdLCJpZCI6Imh0dHBzOi8vYXBpLnNhbmQuaW50ZXJuYWwubXgvdmMvdXNlcnMvVVNSLTNlYTdjYzMxLWVkZDYtNDQxNy05YjM1LWRlZTZlMjQ4NDI1Yi9tZW1iZXJzL01CUi1jYzUxNDViZi02M2Q5LTQ5OGYtODc3Mi1lNGVmMzI0MWNjYjYvYWNjb3VudHMiLCJ0eXBlIjpbIlZlcmlmaWFibGVDcmVkZW50aWFsIiwiRmluYW5jaWFsQWNjb3VudENyZWRlbnRpYWwiXSwiaXNzdWVyIjoiZGlkOmRodDpzYTcxM2R3N2p5ZzQ0ZWp3Y2RmOGlxY3NlaDdqY3o1MXdqNmZqeGJvb2o0MWlwZWc3NmVvIiwiaXNzdWFuY2VEYXRlIjoiMjAyNC0wMy0wMVQxODo0MjoxOVoiLCJjcmVkZW50aWFsU3ViamVjdCI6eyJhY2NvdW50cyI6W3sibG9jQWNjb3VudCI6eyJhY2NvdW52SWQiOeABQ1RtODRhMDEyNjgtNTdkMC00YTI4LWEwYzEtZTcyYWRyNDA5NbJkIiwiYWNjb3VudFR5cFUiOiJDUkVESVRDQVJEIiwiYWNjb3VudE51bWJlciI6IjM0OTcyNTM0NCIsImFjY291bnROdW1iZXJEaXNwbGF5IjoiKioqKjUzNDQiLCJwcm9kdWN0TmFtZSI6bnVsbCwibmlja25hbWUiOm51bGwsInN0YXR1cyI6Ik9QRU4iLCJhY2NvdW50T3BlbkRhdGUiOiIyMDIyLTA3LTExVDE1OjQwOjQwWiIsImFjY291bnRDbG9zZWREYXRlIjpudWxsLCJjdXJyZW5jeSI6eyJjdXJyZW5jeVJhdGUiOm51bGwsImN1cnJlbmN5Q29kZSI6bnVsbCwib3JpZ2luYWxDdXJyZW5jeUNvZGUiOm51bGx9LCJmaUF0dHJpYnV0ZXMiOlt7Im5hbWUiOiJtZW1iZXJfZ3VpZCIsInZhbHVlIjoiTUJSLWNjNTE0NWJmLTYzZDktNDk4Zi04NzcyLWU0ZWYzMjQxY2NiNiJ9LHsibmFtZSI6Imluc3RpdHV0aW9uX2d1aWQiLCJ2YWx1ZSI6IklOUy1mMWEzMjg1ZC1lODU1LWI2OGYtNmFhNy04YWU3NzVjMGUwZTkifSx7Im5hbWUiOiJleHRlcm5hbF9ndWlkIiwidmFsdWUiOiJhY2NvdW50LWY3ZTg3ZWZmLTA2YzAtNDZhMS1iODAwLTUxOTI3ODM2MjFhOSJ9XSwicm91dGluZ1RyYW5zaXROdW1iZXIiOm51bGwsImJhbGFuY2VUeXBlIjoiTElBQklMSVRZIiwiaW50ZXJlc3RSYXRlIjpudWxsLCJsYXN0QWN0aXZpdHlEYXRlIjoiMjAyMi0wNy0xMVQxNTo0MDo0MFoiLCJiYWxhbmNlQXNPZiI6IjIwMjItMDctMTFUMTU6NDA6NDBaIiwiY3JlZGl0TGluZSI6bnVsbCwiYXZhaWxhYmxlQ3JlZGl0IjoxMzAwMC4wLCJuZXh0UGF5bWVudERhdGUiOm51bGwsInByaW5jaXBhbEJhbGFuY2UiOm51bGwsImN1cnJlbnRCYWxhbmNlIjoxMDAwLjAsIm1pbmltdW1QYXltZW50QW1vdW50IjpudWxsLCJwdXJjaGFzZXNBcHIiOm51bGx9fSx7ImRlcG9zaXRBY2NvdW50Ijp7ImFjY291bnRJZCI6IkFDVC05NmYzMGQ2Ny0xZTA1LTRhNGItOWZkNS01NzFlYmUzZGU5NWMiLCJhY2NvdW50VHlwZSI6IkNIRUNLSU5HIiwiYWNjb3VudE51bWJlciI6Ijg0NTUzNTE2MSIsImFjY291bnROdW1iZXJEaXNwbGF5IjoiKioqKjUxNjEiLCJwcm9kdWN0TmFtZSI6bnVsbCwibmlja25hbWUiOm51bGwsInN0YXR1cyI6Ik9QRU4iLCJhY2NvdW50T3BlbkRhdGUiOiIyMDIyLTA3LTExVDE1OjQwOjQwWiIsImFjY291bnRDbG9zZWREYXRlIjpudWxsLCJjdXJyZW5jeSI6eyJjdXJyZW5jeVJhdGUiOm51bGwsImN1cnJlbmN5Q29kZSI6bnVsbCwib3JpZ2luYWxDdXJyZW5jeUNvZGUiOm51bGx9LCJmaUF0dHJpYnV0ZXMiOlt7Im5hbWUiOiJtZW1iZXJfZ3VpZCIsInZhbHVlIjoiTUJSLWNjNTE0NWJmLTYzZDktNDk4Zi04NzcyLWU0ZWYzMjQxY2NiNiJ9LHsibmFtZSI6Imluc3RpdHV0aW9uX2d1aWQiLCJ2YWx1ZSI6IklOUy1mMWEzMjg1ZC1lODU1LWI2OGYtNmFhNy04YWU3NzVjMGUwZTkifSx7Im5hbWUiOiJleHRlcm5hbF9ndWlkIiwidmFsdWUiOiJhY2NvdW50LWM2ZTc2MjQ0LTg4NjAtNDY0OS05ZDg1LTY1MGQzYWY5ZmViZSJ9XSwicm91dGluZ1RyYW5zaXROdW1iZXIiOm51bGwsImJhbGFuY2VUeXBlIjoiQVNTRVQiLCJpbnRlcmVzdFJhdGUiOm51bGwsImxhc3RBY3Rpdml0eURhdGUiOiIyMDIyLTA3LTExVDE1OjQwOjQwWiIsImJhbGFuY2VBc09mIjoiMjAyMi0wNy0xMVQxNTo0MDo0MFoiLCJjdXJyZW50QmFsYW5jZSI6MTAwMC4wLCJvcGVuaW5nRGF5QmFsYW5jZSI6bnVsbCwiYXZhaWxhYmxlQmFsYW5jZSI6MTAwMC4wLCJhbm51YWxQZXJjZW50YWdlWWllbGQiOm51bGwsIm1hdHVyaXR5RGF0ZSI6bnVsbH19LHsiZGVwb3NpdEFjY291bnQiOnsiYWNjb3VudElkIjoiQUNULWI4MjZlNGMyLTZkNjktNDVkNy1hMTM5LWJlNTY0NDFkNmE1OCIsImFjY291bnRUeXBlIjoiU0FWSU5HUyIsImFjY291bnROdW1iZXIiOiI1OTE4NzE2NjgiLCJhY2NvdW50TnVtYmVyRGlzcGxheSI6IioqKioxNjY4IiwicHJvZHVjdE5hbWUiOm51bGwsIm5pY2tuYW1lIjpudWxsLCJzdGF0dXMiOiJPUEVOIiwiYWNjb3VudE9wZW5EYXRlIjoiMjAyMi0wNy0xMVQxNTo0MDo0MFoiLCJhY2NvdW50Q2xvc2VkRGF0ZSI6bnVsbCwiY3VycmVuY3kiOnsiY3VycmVuY3lSYXRlIjpudWxsLCJjdXJyZW5jeUNvZGUiOm51bGwsIm9yaWdpbmFsQ3VycmVuY3lDb2RlIjpudWxsfSwiZmlBdHRyaWJ1dGVzIjpbeyJuYW1lIjoibWVtYmVyX2d1aWQiLCJ2YWx1ZSI6Ik1CUi1jYzUxNDViZi02M2Q5LTQ5OGYtODc3Mi1lNGVmMzI0MWNjYjYifSx7Im5hbWUiOiJpbnN0aXR1dGlvbl9ndWlkIiwidmFsdWUiOiJJTlMtZjFhMzI4NWQtZTg1NS1iNjhmLTZhYTctOGFlNzc1YzBlMGU5In0seyJuYW1lIjoiZXh0ZXJuYWxfZ3VpZCIsInZhbHVlIjoiYWNjb3VudC1kOTIyNTA4OC1hOTM2LTRkNjctOGQyYy0wY2EyYzgwOGYxMTYifV0sInJvdXRpbmdUcmFuc2l0TnVtYmVyIjpudWxsLCJiYWxhbmNlVHlwZSI6IkFTU0VUIiwiaW50ZXJlc3RSYXRlIjpudWxsLCJsYXN0QWN0aXZpdHlEYXRlIjoiMjAyMi0wNy0xMVQxNTo0MDo0MFoiLCJiYWxhbmNlQXNPZiI6IjIwMjItMDctMTFUMTU6NDA6NDBaIiwiY3VycmVudEJhbGFuY2UiOjEwMDAuMCwib3BlbmluZ0RheUJhbGFuY2UiOm51bGwsImF2YWlsYWJsZUJhbGFuY2UiOjEwMDAuMCwiYW5udWFsUGVyY2VudGFnZVlpZWxkIjpudWxsLCJtYXR1cml0eURhdGUiOm51bGx9fV0sImlkIjoiVVNSLTNlYTdjYzMxLWVkZDYtNDQxNy05YjM1LWRlZTZlMjQ4NDI1YiJ9fSwiaXNzIjoiZGlkOmRodDpzYTcxM2R3N2p5ZzQ0ZWp3Y2RmOGlxY3NlaDdqY3o1MXdqNmZqeGJvb2o0MWlwZWc3NmVvIiwiaWF0IjoxNzA5MzE4NTM5LCJqdGkiOiJodHRwczovL2FwaS5zYW5kLmludGVybmFsLm14L3ZjL3VzZXJzL1VTUi0zZWE3Y2MzMS1lZGQ2LTQ0MTctOWIzNS1kZWU2ZTI0ODQyNWIvbWVtYmVycy9NQlItY2M1MTQ1YmYtNjNkOS00OThmLTg3NzItZTRlZjMyNDFjY2I2L2FjY291bnRzIiwic3ViIjoiVVNSLTNlYTdjYzMxLWVkZDYtNDQxNy05YjM1LWRlZTZlMjQ4NDI1YiJ9._CiFkwbuhKxwwIehEQ1opsi-9NSoIwDqD2HFMw1ROKNuJPdepTXFEd_RDFbbg7lFj05vBXPUL7y9eVVgZXTvDw\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "47c3c185-287b-4504-b97b-b0258b026f45",
                    "name": "Get Accounts Data",
                    "request": {
                        "name": "Get Accounts Data",
                        "description": {
                            "content": "Get an MX-issued verifiable credential of a user's accounts data.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "vc",
                                "users",
                                ":user_guid",
                                "members",
                                ":member_guid",
                                "accounts"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_guid",
                                    "description": "(Required) The unique id for a `member`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/vnd.mx.api.v2beta+json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "038f13b9-c3d9-4ad5-8b70-142d42efb22c",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "vc",
                                        "users",
                                        ":user_guid",
                                        "members",
                                        ":member_guid",
                                        "accounts"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_guid",
                                            "description": "(Required) The unique id for a `member`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/vnd.mx.api.v2beta+json"
                                }
                            ],
                            "body": "{\n  \"verifiableCredential\": \"feJgbGciOiJFZERTQSEsImtpFCI6ImRpZDpksHR6c4E6MTNkdzdqeWc0NGVqd2NkZjhpcWNzZWg3amN6NTF3ajZmanhib29qNDFpcGVnNzZlbyMwIiwidHlwIjoiSldUIn0.eyJ2YyI6eyJAY29udGV4dCI6WyJodHRwczovL3d3dy53My5vcmcvMjAxOC9jcmVkZW50aWFscy92MSJdLCJpZCI6Imh0dHBzOi8vYXBpLnNhbmQuaW50ZXJuYWwubXgvdmMvdXNlcnMvVVNSLTNlYTdjYzMxLWVkZDYtNDQxNy05YjM1LWRlZTZlMjQ4NDI1Yi9tZW1iZXJzL01CUi1jYzUxNDViZi02M2Q5LTQ5OGYtODc3Mi1lNGVmMzI0MWNjYjYvYWNjb3VudHMiLCJ0eXBlIjpbIlZlcmlmaWFibGVDcmVkZW50aWFsIiwiRmluYW5jaWFsQWNjb3VudENyZWRlbnRpYWwiXSwiaXNzdWVyIjoiZGlkOmRodDpzYTcxM2R3N2p5ZzQ0ZWp3Y2RmOGlxY3NlaDdqY3o1MXdqNmZqeGJvb2o0MWlwZWc3NmVvIiwiaXNzdWFuY2VEYXRlIjoiMjAyNC0wMy0wMVQxODo0MjoxOVoiLCJjcmVkZW50aWFsU3ViamVjdCI6eyJhY2NvdW50cyI6W3sibG9jQWNjb3VudCI6eyJhY2NvdW52SWQiOeABQ1RtODRhMDEyNjgtNTdkMC00YTI4LWEwYzEtZTcyYWRyNDA5NbJkIiwiYWNjb3VudFR5cFUiOiJDUkVESVRDQVJEIiwiYWNjb3VudE51bWJlciI6IjM0OTcyNTM0NCIsImFjY291bnROdW1iZXJEaXNwbGF5IjoiKioqKjUzNDQiLCJwcm9kdWN0TmFtZSI6bnVsbCwibmlja25hbWUiOm51bGwsInN0YXR1cyI6Ik9QRU4iLCJhY2NvdW50T3BlbkRhdGUiOiIyMDIyLTA3LTExVDE1OjQwOjQwWiIsImFjY291bnRDbG9zZWREYXRlIjpudWxsLCJjdXJyZW5jeSI6eyJjdXJyZW5jeVJhdGUiOm51bGwsImN1cnJlbmN5Q29kZSI6bnVsbCwib3JpZ2luYWxDdXJyZW5jeUNvZGUiOm51bGx9LCJmaUF0dHJpYnV0ZXMiOlt7Im5hbWUiOiJtZW1iZXJfZ3VpZCIsInZhbHVlIjoiTUJSLWNjNTE0NWJmLTYzZDktNDk4Zi04NzcyLWU0ZWYzMjQxY2NiNiJ9LHsibmFtZSI6Imluc3RpdHV0aW9uX2d1aWQiLCJ2YWx1ZSI6IklOUy1mMWEzMjg1ZC1lODU1LWI2OGYtNmFhNy04YWU3NzVjMGUwZTkifSx7Im5hbWUiOiJleHRlcm5hbF9ndWlkIiwidmFsdWUiOiJhY2NvdW50LWY3ZTg3ZWZmLTA2YzAtNDZhMS1iODAwLTUxOTI3ODM2MjFhOSJ9XSwicm91dGluZ1RyYW5zaXROdW1iZXIiOm51bGwsImJhbGFuY2VUeXBlIjoiTElBQklMSVRZIiwiaW50ZXJlc3RSYXRlIjpudWxsLCJsYXN0QWN0aXZpdHlEYXRlIjoiMjAyMi0wNy0xMVQxNTo0MDo0MFoiLCJiYWxhbmNlQXNPZiI6IjIwMjItMDctMTFUMTU6NDA6NDBaIiwiY3JlZGl0TGluZSI6bnVsbCwiYXZhaWxhYmxlQ3JlZGl0IjoxMzAwMC4wLCJuZXh0UGF5bWVudERhdGUiOm51bGwsInByaW5jaXBhbEJhbGFuY2UiOm51bGwsImN1cnJlbnRCYWxhbmNlIjoxMDAwLjAsIm1pbmltdW1QYXltZW50QW1vdW50IjpudWxsLCJwdXJjaGFzZXNBcHIiOm51bGx9fSx7ImRlcG9zaXRBY2NvdW50Ijp7ImFjY291bnRJZCI6IkFDVC05NmYzMGQ2Ny0xZTA1LTRhNGItOWZkNS01NzFlYmUzZGU5NWMiLCJhY2NvdW50VHlwZSI6IkNIRUNLSU5HIiwiYWNjb3VudE51bWJlciI6Ijg0NTUzNTE2MSIsImFjY291bnROdW1iZXJEaXNwbGF5IjoiKioqKjUxNjEiLCJwcm9kdWN0TmFtZSI6bnVsbCwibmlja25hbWUiOm51bGwsInN0YXR1cyI6Ik9QRU4iLCJhY2NvdW50T3BlbkRhdGUiOiIyMDIyLTA3LTExVDE1OjQwOjQwWiIsImFjY291bnRDbG9zZWREYXRlIjpudWxsLCJjdXJyZW5jeSI6eyJjdXJyZW5jeVJhdGUiOm51bGwsImN1cnJlbmN5Q29kZSI6bnVsbCwib3JpZ2luYWxDdXJyZW5jeUNvZGUiOm51bGx9LCJmaUF0dHJpYnV0ZXMiOlt7Im5hbWUiOiJtZW1iZXJfZ3VpZCIsInZhbHVlIjoiTUJSLWNjNTE0NWJmLTYzZDktNDk4Zi04NzcyLWU0ZWYzMjQxY2NiNiJ9LHsibmFtZSI6Imluc3RpdHV0aW9uX2d1aWQiLCJ2YWx1ZSI6IklOUy1mMWEzMjg1ZC1lODU1LWI2OGYtNmFhNy04YWU3NzVjMGUwZTkifSx7Im5hbWUiOiJleHRlcm5hbF9ndWlkIiwidmFsdWUiOiJhY2NvdW50LWM2ZTc2MjQ0LTg4NjAtNDY0OS05ZDg1LTY1MGQzYWY5ZmViZSJ9XSwicm91dGluZ1RyYW5zaXROdW1iZXIiOm51bGwsImJhbGFuY2VUeXBlIjoiQVNTRVQiLCJpbnRlcmVzdFJhdGUiOm51bGwsImxhc3RBY3Rpdml0eURhdGUiOiIyMDIyLTA3LTExVDE1OjQwOjQwWiIsImJhbGFuY2VBc09mIjoiMjAyMi0wNy0xMVQxNTo0MDo0MFoiLCJjdXJyZW50QmFsYW5jZSI6MTAwMC4wLCJvcGVuaW5nRGF5QmFsYW5jZSI6bnVsbCwiYXZhaWxhYmxlQmFsYW5jZSI6MTAwMC4wLCJhbm51YWxQZXJjZW50YWdlWWllbGQiOm51bGwsIm1hdHVyaXR5RGF0ZSI6bnVsbH19LHsiZGVwb3NpdEFjY291bnQiOnsiYWNjb3VudElkIjoiQUNULWI4MjZlNGMyLTZkNjktNDVkNy1hMTM5LWJlNTY0NDFkNmE1OCIsImFjY291bnRUeXBlIjoiU0FWSU5HUyIsImFjY291bnROdW1iZXIiOiI1OTE4NzE2NjgiLCJhY2NvdW50TnVtYmVyRGlzcGxheSI6IioqKioxNjY4IiwicHJvZHVjdE5hbWUiOm51bGwsIm5pY2tuYW1lIjpudWxsLCJzdGF0dXMiOiJPUEVOIiwiYWNjb3VudE9wZW5EYXRlIjoiMjAyMi0wNy0xMVQxNTo0MDo0MFoiLCJhY2NvdW50Q2xvc2VkRGF0ZSI6bnVsbCwiY3VycmVuY3kiOnsiY3VycmVuY3lSYXRlIjpudWxsLCJjdXJyZW5jeUNvZGUiOm51bGwsIm9yaWdpbmFsQ3VycmVuY3lDb2RlIjpudWxsfSwiZmlBdHRyaWJ1dGVzIjpbeyJuYW1lIjoibWVtYmVyX2d1aWQiLCJ2YWx1ZSI6Ik1CUi1jYzUxNDViZi02M2Q5LTQ5OGYtODc3Mi1lNGVmMzI0MWNjYjYifSx7Im5hbWUiOiJpbnN0aXR1dGlvbl9ndWlkIiwidmFsdWUiOiJJTlMtZjFhMzI4NWQtZTg1NS1iNjhmLTZhYTctOGFlNzc1YzBlMGU5In0seyJuYW1lIjoiZXh0ZXJuYWxfZ3VpZCIsInZhbHVlIjoiYWNjb3VudC1kOTIyNTA4OC1hOTM2LTRkNjctOGQyYy0wY2EyYzgwOGYxMTYifV0sInJvdXRpbmdUcmFuc2l0TnVtYmVyIjpudWxsLCJiYWxhbmNlVHlwZSI6IkFTU0VUIiwiaW50ZXJlc3RSYXRlIjpudWxsLCJsYXN0QWN0aXZpdHlEYXRlIjoiMjAyMi0wNy0xMVQxNTo0MDo0MFoiLCJiYWxhbmNlQXNPZiI6IjIwMjItMDctMTFUMTU6NDA6NDBaIiwiY3VycmVudEJhbGFuY2UiOjEwMDAuMCwib3BlbmluZ0RheUJhbGFuY2UiOm51bGwsImF2YWlsYWJsZUJhbGFuY2UiOjEwMDAuMCwiYW5udWFsUGVyY2VudGFnZVlpZWxkIjpudWxsLCJtYXR1cml0eURhdGUiOm51bGx9fV0sImlkIjoiVVNSLTNlYTdjYzMxLWVkZDYtNDQxNy05YjM1LWRlZTZlMjQ4NDI1YiJ9fSwiaXNzIjoiZGlkOmRodDpzYTcxM2R3N2p5ZzQ0ZWp3Y2RmOGlxY3NlaDdqY3o1MXdqNmZqeGJvb2o0MWlwZWc3NmVvIiwiaWF0IjoxNzA5MzE4NTM5LCJqdGkiOiJodHRwczovL2FwaS5zYW5kLmludGVybmFsLm14L3ZjL3VzZXJzL1VTUi0zZWE3Y2MzMS1lZGQ2LTQ0MTctOWIzNS1kZWU2ZTI0ODQyNWIvbWVtYmVycy9NQlItY2M1MTQ1YmYtNjNkOS00OThmLTg3NzItZTRlZjMyNDFjY2I2L2FjY291bnRzIiwic3ViIjoiVVNSLTNlYTdjYzMxLWVkZDYtNDQxNy05YjM1LWRlZTZlMjQ4NDI1YiJ9._CiFkwbuhKxwwIehEQ1opsi-9NSoIwDqD2HFMw1ROKNuJPdepTXFEd_RDFbbg7lFj05vBXPUL7y9eVVgZXTvDw\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "6fc27073-b350-4e63-bc1b-ba27cc823cc0",
                    "name": "Get Transactions Data",
                    "request": {
                        "name": "Get Transactions Data",
                        "description": {
                            "content": "Get an MX-issued verifiable credential of a user's transaction data.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "vc",
                                "users",
                                ":user_guid",
                                "accounts",
                                ":account_guid",
                                "transactions"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "startTime",
                                    "value": "<string>",
                                    "description": "Filter transactions from this date. Must be in the format YYYY-MM-DD. The range is limited to 1 year."
                                },
                                {
                                    "disabled": false,
                                    "key": "endTime",
                                    "value": "<string>",
                                    "description": "Filter transactions to this date. Must be in the format YYYY-MM-DD. The range is limited to 1 year."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_guid",
                                    "description": "(Required) The unique id for an `account`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/vnd.mx.api.v2beta+json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "5b7583ed-9a7f-4c9e-8b11-ac0a3919fb36",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "vc",
                                        "users",
                                        ":user_guid",
                                        "accounts",
                                        ":account_guid",
                                        "transactions"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "startTime",
                                            "value": "2015-09-20"
                                        },
                                        {
                                            "key": "endTime",
                                            "value": "2015-09-20"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_guid",
                                            "description": "(Required) The unique id for an `account`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/vnd.mx.api.v2beta+json"
                                }
                            ],
                            "body": "{\n  \"verifiableCredential\": \"feJgbGciOiJFZERTQSEsImtpFCI6ImRpZDpksHR6c4E6MTNkdzdqeWc0NGVqd2NkZjhpcWNzZWg3amN6NTF3ajZmanhib29qNDFpcGVnNzZlbyMwIiwidHlwIjoiSldUIn0.eyJ2YyI6eyJAY29udGV4dCI6WyJodHRwczovL3d3dy53My5vcmcvMjAxOC9jcmVkZW50aWFscy92MSJdLCJpZCI6Imh0dHBzOi8vYXBpLnNhbmQuaW50ZXJuYWwubXgvdmMvdXNlcnMvVVNSLTNlYTdjYzMxLWVkZDYtNDQxNy05YjM1LWRlZTZlMjQ4NDI1Yi9tZW1iZXJzL01CUi1jYzUxNDViZi02M2Q5LTQ5OGYtODc3Mi1lNGVmMzI0MWNjYjYvYWNjb3VudHMiLCJ0eXBlIjpbIlZlcmlmaWFibGVDcmVkZW50aWFsIiwiRmluYW5jaWFsQWNjb3VudENyZWRlbnRpYWwiXSwiaXNzdWVyIjoiZGlkOmRodDpzYTcxM2R3N2p5ZzQ0ZWp3Y2RmOGlxY3NlaDdqY3o1MXdqNmZqeGJvb2o0MWlwZWc3NmVvIiwiaXNzdWFuY2VEYXRlIjoiMjAyNC0wMy0wMVQxODo0MjoxOVoiLCJjcmVkZW50aWFsU3ViamVjdCI6eyJhY2NvdW50cyI6W3sibG9jQWNjb3VudCI6eyJhY2NvdW52SWQiOeABQ1RtODRhMDEyNjgtNTdkMC00YTI4LWEwYzEtZTcyYWRyNDA5NbJkIiwiYWNjb3VudFR5cFUiOiJDUkVESVRDQVJEIiwiYWNjb3VudE51bWJlciI6IjM0OTcyNTM0NCIsImFjY291bnROdW1iZXJEaXNwbGF5IjoiKioqKjUzNDQiLCJwcm9kdWN0TmFtZSI6bnVsbCwibmlja25hbWUiOm51bGwsInN0YXR1cyI6Ik9QRU4iLCJhY2NvdW50T3BlbkRhdGUiOiIyMDIyLTA3LTExVDE1OjQwOjQwWiIsImFjY291bnRDbG9zZWREYXRlIjpudWxsLCJjdXJyZW5jeSI6eyJjdXJyZW5jeVJhdGUiOm51bGwsImN1cnJlbmN5Q29kZSI6bnVsbCwib3JpZ2luYWxDdXJyZW5jeUNvZGUiOm51bGx9LCJmaUF0dHJpYnV0ZXMiOlt7Im5hbWUiOiJtZW1iZXJfZ3VpZCIsInZhbHVlIjoiTUJSLWNjNTE0NWJmLTYzZDktNDk4Zi04NzcyLWU0ZWYzMjQxY2NiNiJ9LHsibmFtZSI6Imluc3RpdHV0aW9uX2d1aWQiLCJ2YWx1ZSI6IklOUy1mMWEzMjg1ZC1lODU1LWI2OGYtNmFhNy04YWU3NzVjMGUwZTkifSx7Im5hbWUiOiJleHRlcm5hbF9ndWlkIiwidmFsdWUiOiJhY2NvdW50LWY3ZTg3ZWZmLTA2YzAtNDZhMS1iODAwLTUxOTI3ODM2MjFhOSJ9XSwicm91dGluZ1RyYW5zaXROdW1iZXIiOm51bGwsImJhbGFuY2VUeXBlIjoiTElBQklMSVRZIiwiaW50ZXJlc3RSYXRlIjpudWxsLCJsYXN0QWN0aXZpdHlEYXRlIjoiMjAyMi0wNy0xMVQxNTo0MDo0MFoiLCJiYWxhbmNlQXNPZiI6IjIwMjItMDctMTFUMTU6NDA6NDBaIiwiY3JlZGl0TGluZSI6bnVsbCwiYXZhaWxhYmxlQ3JlZGl0IjoxMzAwMC4wLCJuZXh0UGF5bWVudERhdGUiOm51bGwsInByaW5jaXBhbEJhbGFuY2UiOm51bGwsImN1cnJlbnRCYWxhbmNlIjoxMDAwLjAsIm1pbmltdW1QYXltZW50QW1vdW50IjpudWxsLCJwdXJjaGFzZXNBcHIiOm51bGx9fSx7ImRlcG9zaXRBY2NvdW50Ijp7ImFjY291bnRJZCI6IkFDVC05NmYzMGQ2Ny0xZTA1LTRhNGItOWZkNS01NzFlYmUzZGU5NWMiLCJhY2NvdW50VHlwZSI6IkNIRUNLSU5HIiwiYWNjb3VudE51bWJlciI6Ijg0NTUzNTE2MSIsImFjY291bnROdW1iZXJEaXNwbGF5IjoiKioqKjUxNjEiLCJwcm9kdWN0TmFtZSI6bnVsbCwibmlja25hbWUiOm51bGwsInN0YXR1cyI6Ik9QRU4iLCJhY2NvdW50T3BlbkRhdGUiOiIyMDIyLTA3LTExVDE1OjQwOjQwWiIsImFjY291bnRDbG9zZWREYXRlIjpudWxsLCJjdXJyZW5jeSI6eyJjdXJyZW5jeVJhdGUiOm51bGwsImN1cnJlbmN5Q29kZSI6bnVsbCwib3JpZ2luYWxDdXJyZW5jeUNvZGUiOm51bGx9LCJmaUF0dHJpYnV0ZXMiOlt7Im5hbWUiOiJtZW1iZXJfZ3VpZCIsInZhbHVlIjoiTUJSLWNjNTE0NWJmLTYzZDktNDk4Zi04NzcyLWU0ZWYzMjQxY2NiNiJ9LHsibmFtZSI6Imluc3RpdHV0aW9uX2d1aWQiLCJ2YWx1ZSI6IklOUy1mMWEzMjg1ZC1lODU1LWI2OGYtNmFhNy04YWU3NzVjMGUwZTkifSx7Im5hbWUiOiJleHRlcm5hbF9ndWlkIiwidmFsdWUiOiJhY2NvdW50LWM2ZTc2MjQ0LTg4NjAtNDY0OS05ZDg1LTY1MGQzYWY5ZmViZSJ9XSwicm91dGluZ1RyYW5zaXROdW1iZXIiOm51bGwsImJhbGFuY2VUeXBlIjoiQVNTRVQiLCJpbnRlcmVzdFJhdGUiOm51bGwsImxhc3RBY3Rpdml0eURhdGUiOiIyMDIyLTA3LTExVDE1OjQwOjQwWiIsImJhbGFuY2VBc09mIjoiMjAyMi0wNy0xMVQxNTo0MDo0MFoiLCJjdXJyZW50QmFsYW5jZSI6MTAwMC4wLCJvcGVuaW5nRGF5QmFsYW5jZSI6bnVsbCwiYXZhaWxhYmxlQmFsYW5jZSI6MTAwMC4wLCJhbm51YWxQZXJjZW50YWdlWWllbGQiOm51bGwsIm1hdHVyaXR5RGF0ZSI6bnVsbH19LHsiZGVwb3NpdEFjY291bnQiOnsiYWNjb3VudElkIjoiQUNULWI4MjZlNGMyLTZkNjktNDVkNy1hMTM5LWJlNTY0NDFkNmE1OCIsImFjY291bnRUeXBlIjoiU0FWSU5HUyIsImFjY291bnROdW1iZXIiOiI1OTE4NzE2NjgiLCJhY2NvdW50TnVtYmVyRGlzcGxheSI6IioqKioxNjY4IiwicHJvZHVjdE5hbWUiOm51bGwsIm5pY2tuYW1lIjpudWxsLCJzdGF0dXMiOiJPUEVOIiwiYWNjb3VudE9wZW5EYXRlIjoiMjAyMi0wNy0xMVQxNTo0MDo0MFoiLCJhY2NvdW50Q2xvc2VkRGF0ZSI6bnVsbCwiY3VycmVuY3kiOnsiY3VycmVuY3lSYXRlIjpudWxsLCJjdXJyZW5jeUNvZGUiOm51bGwsIm9yaWdpbmFsQ3VycmVuY3lDb2RlIjpudWxsfSwiZmlBdHRyaWJ1dGVzIjpbeyJuYW1lIjoibWVtYmVyX2d1aWQiLCJ2YWx1ZSI6Ik1CUi1jYzUxNDViZi02M2Q5LTQ5OGYtODc3Mi1lNGVmMzI0MWNjYjYifSx7Im5hbWUiOiJpbnN0aXR1dGlvbl9ndWlkIiwidmFsdWUiOiJJTlMtZjFhMzI4NWQtZTg1NS1iNjhmLTZhYTctOGFlNzc1YzBlMGU5In0seyJuYW1lIjoiZXh0ZXJuYWxfZ3VpZCIsInZhbHVlIjoiYWNjb3VudC1kOTIyNTA4OC1hOTM2LTRkNjctOGQyYy0wY2EyYzgwOGYxMTYifV0sInJvdXRpbmdUcmFuc2l0TnVtYmVyIjpudWxsLCJiYWxhbmNlVHlwZSI6IkFTU0VUIiwiaW50ZXJlc3RSYXRlIjpudWxsLCJsYXN0QWN0aXZpdHlEYXRlIjoiMjAyMi0wNy0xMVQxNTo0MDo0MFoiLCJiYWxhbmNlQXNPZiI6IjIwMjItMDctMTFUMTU6NDA6NDBaIiwiY3VycmVudEJhbGFuY2UiOjEwMDAuMCwib3BlbmluZ0RheUJhbGFuY2UiOm51bGwsImF2YWlsYWJsZUJhbGFuY2UiOjEwMDAuMCwiYW5udWFsUGVyY2VudGFnZVlpZWxkIjpudWxsLCJtYXR1cml0eURhdGUiOm51bGx9fV0sImlkIjoiVVNSLTNlYTdjYzMxLWVkZDYtNDQxNy05YjM1LWRlZTZlMjQ4NDI1YiJ9fSwiaXNzIjoiZGlkOmRodDpzYTcxM2R3N2p5ZzQ0ZWp3Y2RmOGlxY3NlaDdqY3o1MXdqNmZqeGJvb2o0MWlwZWc3NmVvIiwiaWF0IjoxNzA5MzE4NTM5LCJqdGkiOiJodHRwczovL2FwaS5zYW5kLmludGVybmFsLm14L3ZjL3VzZXJzL1VTUi0zZWE3Y2MzMS1lZGQ2LTQ0MTctOWIzNS1kZWU2ZTI0ODQyNWIvbWVtYmVycy9NQlItY2M1MTQ1YmYtNjNkOS00OThmLTg3NzItZTRlZjMyNDFjY2I2L2FjY291bnRzIiwic3ViIjoiVVNSLTNlYTdjYzMxLWVkZDYtNDQxNy05YjM1LWRlZTZlMjQ4NDI1YiJ9._CiFkwbuhKxwwIehEQ1opsi-9NSoIwDqD2HFMw1ROKNuJPdepTXFEd_RDFbbg7lFj05vBXPUL7y9eVVgZXTvDw\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                }
            ],
            "event": []
        },
        {
            "id": "84233f2f-bf76-45f5-bb34-bc658dcfa8bc",
            "name": "widgets",
            "description": {
                "content": "Use the [Request Widget URL](docs.mx.com/api-reference/platform-api/reference/request-widget-url) endpoint to generate a URL that loads one of our widgets.\n\nMany request body parameters only work for some widgets.\n\nFor more info, including widget types, see [Widgets Overview](docs.mx.com/api-reference/reference/widgets).\n",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "ba8ecaf2-1ffa-4e0a-a710-b558495923e0",
                    "name": "Request oauth window uri",
                    "request": {
                        "name": "Request oauth window uri",
                        "description": {
                            "content": "This endpoint will generate an `oauth_window_uri` for the specified `member`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "members",
                                ":member_identifier",
                                "oauth_window_uri"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "client_redirect_url",
                                    "value": "<string>",
                                    "description": "A URL that MX will redirect to at the end of OAuth with additional query parameters. Only available with `referral_source=APP`."
                                },
                                {
                                    "disabled": false,
                                    "key": "enable_app2app",
                                    "value": "<string>",
                                    "description": "This indicates whether OAuth app2app behavior is enabled for institutions that support it. Defaults to `true`. When set to `false`, any `oauth_window_uri` generated will **not** direct the end user to the institution's mobile application. This setting is not persistent. This setting currently only affects Chase institutions."
                                },
                                {
                                    "disabled": false,
                                    "key": "referral_source",
                                    "value": "<string>",
                                    "description": "Must be either `BROWSER` or `APP` depending on the implementation. Defaults to `BROWSER`."
                                },
                                {
                                    "disabled": false,
                                    "key": "skip_aggregation",
                                    "value": "<boolean>",
                                    "description": "Setting this parameter to `true` will prevent the member from automatically aggregating after being redirected from the authorization page."
                                },
                                {
                                    "disabled": false,
                                    "key": "ui_message_webview_url_scheme",
                                    "value": "<string>",
                                    "description": "A scheme for routing the user back to the application state they were previously in. Only available with `referral_source=APP`."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_identifier",
                                    "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "09e8ab94-a72f-42cc-86e8-31a4b42c75f3",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "members",
                                        ":member_identifier",
                                        "oauth_window_uri"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "client_redirect_url",
                                            "value": "https://{yoursite.com}"
                                        },
                                        {
                                            "key": "enable_app2app",
                                            "value": "false"
                                        },
                                        {
                                            "key": "referral_source",
                                            "value": "APP"
                                        },
                                        {
                                            "key": "skip_aggregation",
                                            "value": "false"
                                        },
                                        {
                                            "key": "ui_message_webview_url_scheme",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_identifier",
                                            "description": "(Required) Use either the member `id` you defined or the MX-defined member `guid`. See [MX-Defined GUIDs vs IDs Defined by You](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"member\": {\n    \"guid\": \"MBR-df96fd60-7122-4464-b3c2-ff11d8c74f6f\",\n    \"oauth_window_uri\": \"https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "088ae6cf-f14c-4fe4-8559-be4caa1009a5",
                    "name": "Request widget URL",
                    "request": {
                        "name": "Request widget URL",
                        "description": {
                            "content": "Get an embeddable URL for integrating a widget into your website or app. The URL expires after ten minutes or upon first use, whichever occurs first. You'll need to obtain a new URL each time the page loads or reloads.\n\nInclude the `widget_type` in the request body to specify which widget you want to embed—the Connect Widget, a Personal Financial Management widget, or an Insights widget. Some request parameters are specific to certain widget types.\n\nTo embed the Connect Widget, set `widget_type` to `connect_widget`.\n\nFor a full list of available widget types, see [Widget Types](/api-reference/platform-api/reference/widgets#widget-types).\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "widget_urls"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "disabled": false,
                                "description": "The desired language of the widget.",
                                "key": "Accept-Language",
                                "value": "<string>"
                            },
                            {
                                "disabled": false,
                                "description": "The base64 encoded string defined in this header will be returned in the [Member](/resources/webhooks/member/) and [Member Data Updated](/resources/webhooks/member/#member-data-updated) webhooks. This allows you to trace user interactions and workflows initiated externally and internally in the MX Platform. Max 1024 characters.",
                                "key": "X-CALLBACK-PAYLOAD",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"widget_url\": {\n    \"widget_type\": \"<string>\",\n    \"client_redirect_url\": \"<string>\",\n    \"color_scheme\": \"<string>\",\n    \"current_institution_code\": \"<string>\",\n    \"current_institution_guid\": \"<string>\",\n    \"current_member_guid\": \"<string>\",\n    \"current_microdeposit_guid\": \"<string>\",\n    \"data_request\": {\n      \"products\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    },\n    \"deep_link_params\": {\n      \"account_guid\": \"<string>\",\n      \"date_range\": {\n        \"start_date\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"end_date\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"launch_integration\": \"<string>\",\n      \"view\": \"<string>\",\n      \"widget\": \"<string>\"\n    },\n    \"disable_background_agg\": \"<boolean>\",\n    \"disable_institution_search\": \"<boolean>\",\n    \"enable_app2app\": \"<boolean>\",\n    \"include_identity\": \"<boolean>\",\n    \"include_transactions\": \"<boolean>\",\n    \"insight_guid\": \"<string>\",\n    \"iso_country_code\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_mobile_webview\": \"<boolean>\",\n    \"microwidget_instance_id\": \"<string>\",\n    \"locale\": \"<string>\",\n    \"mode\": \"<string>\",\n    \"oauth_referral_source\": \"<string>\",\n    \"style\": {\n      \"font_name\": \"<string>\"\n    },\n    \"ui_message_version\": \"<integer>\",\n    \"ui_message_webview_url_scheme\": \"<string>\",\n    \"update_credentials\": \"<boolean>\",\n    \"use_cases\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "97225f3e-e687-4340-9f84-e61244f0294e",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "widget_urls"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "The desired language of the widget.",
                                        "key": "Accept-Language",
                                        "value": "en-US"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "The base64 encoded string defined in this header will be returned in the [Member](/resources/webhooks/member/) and [Member Data Updated](/resources/webhooks/member/#member-data-updated) webhooks. This allows you to trace user interactions and workflows initiated externally and internally in the MX Platform. Max 1024 characters.",
                                        "key": "X-CALLBACK-PAYLOAD",
                                        "value": "813e50bd-4a7e-4517-b6bb-9eef65a68cbd"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"widget_url\": {\n    \"widget_type\": \"connect_widget\",\n    \"client_redirect_url\": \"https://{yoursite.com}\",\n    \"color_scheme\": \"light\",\n    \"current_institution_code\": \"mx_bank\",\n    \"current_institution_guid\": \"INS-f1a3285d-e855-b61f-6aa7-8ae575c0e0e9\",\n    \"current_member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"current_microdeposit_guid\": \"MIC-1234567890\",\n    \"data_request\": {\n      \"products\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    },\n    \"deep_link_params\": {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"date_range\": {\n        \"start_date\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"end_date\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"launch_integration\": \"direct-deposit\",\n      \"view\": \"manage_income\",\n      \"widget\": \"budgets\"\n    },\n    \"disable_background_agg\": false,\n    \"disable_institution_search\": false,\n    \"enable_app2app\": false,\n    \"include_identity\": false,\n    \"include_transactions\": true,\n    \"insight_guid\": null,\n    \"iso_country_code\": [\n      \"US\",\n      \"CA\"\n    ],\n    \"is_mobile_webview\": false,\n    \"microwidget_instance_id\": null,\n    \"locale\": \"fr-CA\",\n    \"mode\": \"aggregation\",\n    \"oauth_referral_source\": \"BROWSER\",\n    \"style\": {\n      \"font_name\": \"Roboto\"\n    },\n    \"ui_message_version\": 4,\n    \"ui_message_webview_url_scheme\": \"<string>\",\n    \"update_credentials\": false,\n    \"use_cases\": [\n      \"PFM\"\n    ]\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"widget_url\": {\n    \"type\": \"connect_widget\",\n    \"url\": \"https://int-widgets.moneydesktop.com/md/connect/yxcdk7f1nb99jwApp34lA24m0AZ8rzprgmw17gm8z8h2AzjyAnd1rj42qfv42r3xnn07Amfwlg3j09hwp8bkq8tc5z21j33xjggmp2qtlpkz2v4gywfhfn31l44tx2w91bfc2thc58j4syqp0hgxcyvA4g7754hk7gjc56kt7tc36s45mmkdz2jqqqydspytmtr3dAb9jh6fkb24f3zkfpdjj0v77f0vmrtzvzxkmxz7dklsq8gd0gstkbhlw5bgpgc3m9mAtpAcr2w15gwy5xc4blgxppl42Avnm63291z3cyp0wm3lqgmvgzdAddct423gAdqxdlfx5d4mvc0ck2gt7ktqgks4vxq1pAy5\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ],
            "event": []
        },
        {
            "id": "2e6a3c38-a203-4feb-9be5-e0013b6f17c6",
            "name": "managed data [deprecated]",
            "description": {
                "content": "",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "82ac3e24-d861-40b9-a897-8341c9ffa075",
                    "name": "List managed institutions",
                    "request": {
                        "name": "List managed institutions",
                        "description": {
                            "content": "This endpoint returns a list of institutions which can be used to create partner-managed members.\n:::warning Deprecated\nThis endpoint has been deprecated. For more information, reference the [Migration guide](/api-reference/platform-api/overview/migration)\n:::\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "managed_institutions"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "c881e131-037f-453d-9e22-58c727bcb941",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "managed_institutions"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"institutions\": [\n    {\n      \"client_status\": \"AVAILABLE\",\n      \"code\": \"mxbank\",\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"forgot_password_url\": \"https://example.url.mxbank.com/forgot-password\",\n      \"forgot_username_url\": \"https://example.url.mxbank.com/forgot-username\",\n      \"guid\": \"INS-1572a04c-912b-59bf-5841-332c7dfafaef\",\n      \"instructional_text\": \"Some instructional text <a href=\\\"https://example.url.mxbank.com/instructions\\\" id=\\\"instructional_text\\\">for end users</a>.\",\n      \"instructional_text_steps\": [\n        \"Step 1: Do this.\",\n        \"Step 2: Do that.\"\n      ],\n      \"is_disabled_by_client\": false,\n      \"is_hidden\": true,\n      \"iso_country_code\": \"US\",\n      \"medium_logo_url\": \"https://content.moneydesktop.com/storage/MD_Assets/Ipad%20Logos/100x100/default_100x100.png\",\n      \"name\": \"MX Bank\",\n      \"small_logo_url\": \"https://content.moneydesktop.com/storage/MD_Assets/Ipad%20Logos/50x50/default_50x50.png\",\n      \"status\": \"OPERATIONAL\",\n      \"supported_products\": {},\n      \"supports_oauth\": true,\n      \"supports_tax_document\": true,\n      \"trouble_signing_in_url\": \"https://example.url.mxbank.com/login-trouble\",\n      \"url\": \"https://www.mxbank.com\"\n    },\n    {\n      \"client_status\": \"AVAILABLE\",\n      \"code\": \"mxbank\",\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"forgot_password_url\": \"https://example.url.mxbank.com/forgot-password\",\n      \"forgot_username_url\": \"https://example.url.mxbank.com/forgot-username\",\n      \"guid\": \"INS-1572a04c-912b-59bf-5841-332c7dfafaef\",\n      \"instructional_text\": \"Some instructional text <a href=\\\"https://example.url.mxbank.com/instructions\\\" id=\\\"instructional_text\\\">for end users</a>.\",\n      \"instructional_text_steps\": [\n        \"Step 1: Do this.\",\n        \"Step 2: Do that.\"\n      ],\n      \"is_disabled_by_client\": false,\n      \"is_hidden\": true,\n      \"iso_country_code\": \"US\",\n      \"medium_logo_url\": \"https://content.moneydesktop.com/storage/MD_Assets/Ipad%20Logos/100x100/default_100x100.png\",\n      \"name\": \"MX Bank\",\n      \"small_logo_url\": \"https://content.moneydesktop.com/storage/MD_Assets/Ipad%20Logos/50x50/default_50x50.png\",\n      \"status\": \"OPERATIONAL\",\n      \"supported_products\": {},\n      \"supports_oauth\": true,\n      \"supports_tax_document\": true,\n      \"trouble_signing_in_url\": \"https://example.url.mxbank.com/login-trouble\",\n      \"url\": \"https://www.mxbank.com\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "414e0842-2636-413c-8dd1-a0b897a3fdc1",
                    "name": "List managed members",
                    "request": {
                        "name": "List managed members",
                        "description": {
                            "content": "This endpoint returns a list of all the partner-managed members associated with the specified `user`.\n:::warning Deprecated\nThis endpoint has been deprecated. For more information, reference the [Migration guide](/api-reference/platform-api/overview/migration).\n:::\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "managed_members"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "309c4f62-dd83-48f8-9035-cc044a939617",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "managed_members"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"members\": [\n    {\n      \"aggregated_at\": \"2016-10-13T18:07:57.000Z\",\n      \"background_aggregation_is_disabled\": false,\n      \"connection_status\": \"CONNECTED\",\n      \"connection_status_message\": \"Connected to MX Bank\",\n      \"error\": {},\n      \"guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"id\": \"unique_id\",\n      \"institution_code\": \"mxbank\",\n      \"institution_guid\": \"INST-12345678-90ab-cdef-1234-567890abcdef\",\n      \"is_being_aggregated\": false,\n      \"is_managed_by_user\": false,\n      \"is_manual\": false,\n      \"is_oauth\": false,\n      \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n      \"most_recent_job_detail_code\": null,\n      \"most_recent_job_detail_text\": null,\n      \"most_recent_job_guid\": \"JOB-12345678-90ab-cdef-1234-567890abcdef\",\n      \"name\": \"MX Bank\",\n      \"needs_updated_credentials\": false,\n      \"oauth_window_uri\": \"https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2\",\n      \"successfully_aggregated_at\": \"2016-10-13T17:57:38.000Z\",\n      \"use_cases\": [\n        \"PFM\"\n      ],\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    },\n    {\n      \"aggregated_at\": \"2016-10-13T18:07:57.000Z\",\n      \"background_aggregation_is_disabled\": false,\n      \"connection_status\": \"CONNECTED\",\n      \"connection_status_message\": \"Connected to MX Bank\",\n      \"error\": {},\n      \"guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"id\": \"unique_id\",\n      \"institution_code\": \"mxbank\",\n      \"institution_guid\": \"INST-12345678-90ab-cdef-1234-567890abcdef\",\n      \"is_being_aggregated\": false,\n      \"is_managed_by_user\": false,\n      \"is_manual\": false,\n      \"is_oauth\": false,\n      \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n      \"most_recent_job_detail_code\": null,\n      \"most_recent_job_detail_text\": null,\n      \"most_recent_job_guid\": \"JOB-12345678-90ab-cdef-1234-567890abcdef\",\n      \"name\": \"MX Bank\",\n      \"needs_updated_credentials\": false,\n      \"oauth_window_uri\": \"https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2\",\n      \"successfully_aggregated_at\": \"2016-10-13T17:57:38.000Z\",\n      \"use_cases\": [\n        \"PFM\"\n      ],\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "8e268424-a672-4384-8d7f-5ec41e41bf13",
                    "name": "Create managed member",
                    "request": {
                        "name": "Create managed member",
                        "description": {
                            "content": "Use this endpoint to create a new partner-managed `member`.\n:::warning Deprecated\nThis endpoint has been deprecated. For more information, reference the [Migration guide](/api-reference/platform-api/overview/migration).\n:::\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "managed_members"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"member\": {\n    \"institution_code\": \"<string>\",\n    \"id\": \"<string>\",\n    \"metadata\": \"<string>\",\n    \"name\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "49c924f9-8d01-4fc1-90dd-ed4db5a3755c",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "managed_members"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"member\": {\n    \"institution_code\": \"mxbank\",\n    \"id\": \"member123\",\n    \"metadata\": \"some metadata\",\n    \"name\": \"MX Bank\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Accepted",
                            "code": 202,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"member\": {\n    \"aggregated_at\": \"2016-10-13T18:07:57.000Z\",\n    \"background_aggregation_is_disabled\": false,\n    \"connection_status\": \"CONNECTED\",\n    \"connection_status_message\": \"Connected to MX Bank\",\n    \"error\": {},\n    \"guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"id\": \"unique_id\",\n    \"institution_code\": \"mxbank\",\n    \"institution_guid\": \"INST-12345678-90ab-cdef-1234-567890abcdef\",\n    \"is_being_aggregated\": false,\n    \"is_managed_by_user\": false,\n    \"is_manual\": false,\n    \"is_oauth\": false,\n    \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n    \"most_recent_job_detail_code\": null,\n    \"most_recent_job_detail_text\": null,\n    \"most_recent_job_guid\": \"JOB-12345678-90ab-cdef-1234-567890abcdef\",\n    \"name\": \"MX Bank\",\n    \"needs_updated_credentials\": false,\n    \"oauth_window_uri\": \"https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2\",\n    \"successfully_aggregated_at\": \"2016-10-13T17:57:38.000Z\",\n    \"use_cases\": [\n      \"PFM\"\n    ],\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "df32d51f-2f43-4fd3-8850-4ad29a81f5dc",
                    "name": "Delete managed member",
                    "request": {
                        "name": "Delete managed member",
                        "description": {
                            "content": "Use this endpoint to delete the specified partner-managed `member`. The endpoint will respond with a status of `204 No Content` without a resource.\n:::warning Deprecated\nThis endpoint has been deprecated. For more information, reference the [Migration guide](/api-reference/platform-api/overview/migration).\n:::\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "managed_members",
                                ":member_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_guid",
                                    "description": "(Required) The unique id for a `member`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            }
                        ],
                        "method": "DELETE",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "e52a1f84-17d7-49bf-bd6c-da790b2294a2",
                            "name": "No Content",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "managed_members",
                                        ":member_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_guid",
                                            "description": "(Required) The unique id for a `member`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) Specifies the media type expected in the response.",
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "No Content",
                            "code": 204,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain"
                                }
                            ],
                            "body": "",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "f1ae8866-b3ed-4a61-bc83-e84f0df31a35",
                    "name": "Read managed member",
                    "request": {
                        "name": "Read managed member",
                        "description": {
                            "content": "This endpoint returns the attributes of the specified partner-managed`member`.\n:::warning Deprecated\nThis endpoint has been deprecated. For more information, reference the [Migration guide](/api-reference/platform-api/overview/migration).\n:::\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "managed_members",
                                ":member_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_guid",
                                    "description": "(Required) The unique id for a `member`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "1cda44b2-7232-4ff1-8129-0d1f24f49b00",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "managed_members",
                                        ":member_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_guid",
                                            "description": "(Required) The unique id for a `member`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"member\": {\n    \"aggregated_at\": \"2016-10-13T18:07:57.000Z\",\n    \"background_aggregation_is_disabled\": false,\n    \"connection_status\": \"CONNECTED\",\n    \"connection_status_message\": \"Connected to MX Bank\",\n    \"error\": {},\n    \"guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"id\": \"unique_id\",\n    \"institution_code\": \"mxbank\",\n    \"institution_guid\": \"INST-12345678-90ab-cdef-1234-567890abcdef\",\n    \"is_being_aggregated\": false,\n    \"is_managed_by_user\": false,\n    \"is_manual\": false,\n    \"is_oauth\": false,\n    \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n    \"most_recent_job_detail_code\": null,\n    \"most_recent_job_detail_text\": null,\n    \"most_recent_job_guid\": \"JOB-12345678-90ab-cdef-1234-567890abcdef\",\n    \"name\": \"MX Bank\",\n    \"needs_updated_credentials\": false,\n    \"oauth_window_uri\": \"https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2\",\n    \"successfully_aggregated_at\": \"2016-10-13T17:57:38.000Z\",\n    \"use_cases\": [\n      \"PFM\"\n    ],\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "af1d8181-1914-4bbe-9f77-9c8f59ff68aa",
                    "name": "Update managed member",
                    "request": {
                        "name": "Update managed member",
                        "description": {
                            "content": "Use this endpoint to update the attributes of the specified partner_managed `member`.\n:::warning Deprecated\nThis endpoint has been deprecated. For more information, reference the [Migration guide](/api-reference/platform-api/overview/migration).\n:::\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "managed_members",
                                ":member_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_guid",
                                    "description": "(Required) The unique id for a `member`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PUT",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"member\": {\n    \"id\": \"<string>\",\n    \"metadata\": \"<string>\",\n    \"name\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "b59e7b4f-fdc0-4a1b-9fb1-95d146557949",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "managed_members",
                                        ":member_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_guid",
                                            "description": "(Required) The unique id for a `member`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "PUT",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"member\": {\n    \"id\": \"member123\",\n    \"metadata\": \"some metadata\",\n    \"name\": \"MX Bank\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"member\": {\n    \"aggregated_at\": \"2016-10-13T18:07:57.000Z\",\n    \"background_aggregation_is_disabled\": false,\n    \"connection_status\": \"CONNECTED\",\n    \"connection_status_message\": \"Connected to MX Bank\",\n    \"error\": {},\n    \"guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"id\": \"unique_id\",\n    \"institution_code\": \"mxbank\",\n    \"institution_guid\": \"INST-12345678-90ab-cdef-1234-567890abcdef\",\n    \"is_being_aggregated\": false,\n    \"is_managed_by_user\": false,\n    \"is_manual\": false,\n    \"is_oauth\": false,\n    \"metadata\": \"\\\\\\\"credentials_last_refreshed_at\\\\\\\": \\\\\\\"2015-10-15\\\\\",\n    \"most_recent_job_detail_code\": null,\n    \"most_recent_job_detail_text\": null,\n    \"most_recent_job_guid\": \"JOB-12345678-90ab-cdef-1234-567890abcdef\",\n    \"name\": \"MX Bank\",\n    \"needs_updated_credentials\": false,\n    \"oauth_window_uri\": \"https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2\",\n    \"successfully_aggregated_at\": \"2016-10-13T17:57:38.000Z\",\n    \"use_cases\": [\n      \"PFM\"\n    ],\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "74205ad9-1d34-43ef-a65e-47d0e5903aa4",
                    "name": "List managed accounts",
                    "request": {
                        "name": "List managed accounts",
                        "description": {
                            "content": "Use this endpoint to retrieve a list of all the partner-managed accounts associated with the given partner-managed member.\n:::warning Deprecated\nThis endpoint has been deprecated. For more information, reference the [Migration guide](/api-reference/platform-api/overview/migration).\n:::\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "managed_members",
                                ":member_guid",
                                "accounts"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_guid",
                                    "description": "(Required) The unique id for a `member`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "a0c8da1e-c14b-4c3b-b6a4-83dab8e0341c",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "managed_members",
                                        ":member_guid",
                                        "accounts"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_guid",
                                            "description": "(Required) The unique id for a `member`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"accounts\": [\n    {\n      \"account_number\": \"3331261\",\n      \"account_ownership\": \"INDIVIDUAL\",\n      \"annuity_policy_to_date\": \"2025-12-31\",\n      \"annuity_provider\": \"Metlife\",\n      \"annuity_term_year\": 30,\n      \"apr\": 1,\n      \"apy\": 2.35,\n      \"available_balance\": 1000,\n      \"available_credit\": 4000,\n      \"balance\": 1000,\n      \"cash_balance\": 2500,\n      \"cash_surrender_value\": 1000,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"credit_limit\": 5000,\n      \"currency_code\": \"USD\",\n      \"day_payment_is_due\": 14,\n      \"death_benefit\": 1000,\n      \"federal_insurance_status\": \"INSURED\",\n      \"guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"id\": \"1040434698\",\n      \"imported_at\": \"2015-10-13T17:57:37.000Z\",\n      \"interest_rate\": 3.25,\n      \"institution_code\": \"3af3685e-05d9-7060-359f-008d0755e993\",\n      \"insured_name\": \"Tommy Shelby\",\n      \"is_closed\": false,\n      \"is_hidden\": false,\n      \"is_manual\": false,\n      \"last_payment\": 100,\n      \"last_payment_at\": \"2023-07-25T17:14:46Z\",\n      \"loan_amount\": 1000,\n      \"margin_balance\": 1000,\n      \"matures_on\": \"2015-10-13T17:57:37.000Z\",\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"member_id\": \"member123\",\n      \"member_is_managed_by_user\": false,\n      \"metadata\": \"some metadata\",\n      \"minimum_balance\": 100,\n      \"minimum_payment\": 10,\n      \"name\": \"Test account 2\",\n      \"nickname\": \"My Checking\",\n      \"original_balance\": 10,\n      \"pay_out_amount\": 10,\n      \"payment_due_at\": \"2015-10-13T17:57:37.000Z\",\n      \"payoff_balance\": 10,\n      \"premium_amount\": 1,\n      \"property_type\": \"VEHICLE\",\n      \"routing_number\": \"68899990000000\",\n      \"started_on\": \"2025-10-13T17:57:37.000Z\",\n      \"statement_balance\": 1000.5,\n      \"subtype\": \"MONEY_MARKET\",\n      \"today_ugl_amount\": 1000.5,\n      \"today_ugl_percentage\": 6.9,\n      \"total_account_value\": 1,\n      \"total_account_value_ugl\": 1,\n      \"type\": \"CHECKING\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    },\n    {\n      \"account_number\": \"3331261\",\n      \"account_ownership\": \"INDIVIDUAL\",\n      \"annuity_policy_to_date\": \"2025-12-31\",\n      \"annuity_provider\": \"Metlife\",\n      \"annuity_term_year\": 30,\n      \"apr\": 1,\n      \"apy\": 2.35,\n      \"available_balance\": 1000,\n      \"available_credit\": 4000,\n      \"balance\": 1000,\n      \"cash_balance\": 2500,\n      \"cash_surrender_value\": 1000,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"credit_limit\": 5000,\n      \"currency_code\": \"USD\",\n      \"day_payment_is_due\": 14,\n      \"death_benefit\": 1000,\n      \"federal_insurance_status\": \"INSURED\",\n      \"guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"id\": \"1040434698\",\n      \"imported_at\": \"2015-10-13T17:57:37.000Z\",\n      \"interest_rate\": 3.25,\n      \"institution_code\": \"3af3685e-05d9-7060-359f-008d0755e993\",\n      \"insured_name\": \"Tommy Shelby\",\n      \"is_closed\": false,\n      \"is_hidden\": false,\n      \"is_manual\": false,\n      \"last_payment\": 100,\n      \"last_payment_at\": \"2023-07-25T17:14:46Z\",\n      \"loan_amount\": 1000,\n      \"margin_balance\": 1000,\n      \"matures_on\": \"2015-10-13T17:57:37.000Z\",\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"member_id\": \"member123\",\n      \"member_is_managed_by_user\": false,\n      \"metadata\": \"some metadata\",\n      \"minimum_balance\": 100,\n      \"minimum_payment\": 10,\n      \"name\": \"Test account 2\",\n      \"nickname\": \"My Checking\",\n      \"original_balance\": 10,\n      \"pay_out_amount\": 10,\n      \"payment_due_at\": \"2015-10-13T17:57:37.000Z\",\n      \"payoff_balance\": 10,\n      \"premium_amount\": 1,\n      \"property_type\": \"VEHICLE\",\n      \"routing_number\": \"68899990000000\",\n      \"started_on\": \"2025-10-13T17:57:37.000Z\",\n      \"statement_balance\": 1000.5,\n      \"subtype\": \"MONEY_MARKET\",\n      \"today_ugl_amount\": 1000.5,\n      \"today_ugl_percentage\": 6.9,\n      \"total_account_value\": 1,\n      \"total_account_value_ugl\": 1,\n      \"type\": \"CHECKING\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "135334e4-1b19-4982-8e42-b5a25efbdd80",
                    "name": "Create managed account",
                    "request": {
                        "name": "Create managed account",
                        "description": {
                            "content": "Use this endpoint to create a partner-managed account.\n:::warning Deprecated\nThis endpoint has been deprecated. For more information, reference the [Migration guide](/api-reference/platform-api/overview/migration).\n:::\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "managed_members",
                                ":member_guid",
                                "accounts"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_guid",
                                    "description": "(Required) The unique id for a `member`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"account\": {\n    \"balance\": \"<number>\",\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"account_number\": \"<string>\",\n    \"apr\": \"<number>\",\n    \"apy\": \"<number>\",\n    \"available_balance\": \"<number>\",\n    \"available_credit\": \"<number>\",\n    \"cash_surrender_value\": \"<number>\",\n    \"credit_limit\": \"<number>\",\n    \"currency_code\": \"<string>\",\n    \"day_payment_is_due\": \"<integer>\",\n    \"death_benefit\": \"<integer>\",\n    \"interest_rate\": \"<number>\",\n    \"is_closed\": \"<boolean>\",\n    \"is_hidden\": \"<boolean>\",\n    \"last_payment\": \"<number>\",\n    \"last_payment_at\": \"<string>\",\n    \"loan_amount\": \"<number>\",\n    \"matures_on\": \"<string>\",\n    \"metadata\": \"<string>\",\n    \"minimum_balance\": \"<number>\",\n    \"minimum_payment\": \"<number>\",\n    \"nickname\": \"<string>\",\n    \"original_balance\": \"<number>\",\n    \"payment_due_at\": \"<string>\",\n    \"payoff_balance\": \"<number>\",\n    \"routing_number\": \"<string>\",\n    \"started_on\": \"<string>\",\n    \"subtype\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "4723d0f9-6de4-4e8a-9f08-1b2db882e5fb",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "managed_members",
                                        ":member_guid",
                                        "accounts"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_guid",
                                            "description": "(Required) The unique id for a `member`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"account\": {\n    \"balance\": 1000,\n    \"id\": \"1040434698\",\n    \"name\": \"Test account 2\",\n    \"type\": \"SAVINGS\",\n    \"account_number\": \"3331261\",\n    \"apr\": 5.25,\n    \"apy\": 2.35,\n    \"available_balance\": 1000,\n    \"available_credit\": 4000,\n    \"cash_surrender_value\": 1000,\n    \"credit_limit\": 5000,\n    \"currency_code\": \"USD\",\n    \"day_payment_is_due\": 14,\n    \"death_benefit\": 1000,\n    \"interest_rate\": 3.25,\n    \"is_closed\": false,\n    \"is_hidden\": false,\n    \"last_payment\": 100,\n    \"last_payment_at\": \"2015-10-13T17:57:37.000Z\",\n    \"loan_amount\": 1000,\n    \"matures_on\": \"2015-10-13T17:57:37.000Z\",\n    \"metadata\": \"<string>\",\n    \"minimum_balance\": 100,\n    \"minimum_payment\": 10,\n    \"nickname\": \"Swiss Account\",\n    \"original_balance\": 10,\n    \"payment_due_at\": \"2015-10-13T17:57:37.000Z\",\n    \"payoff_balance\": 10,\n    \"routing_number\": \"68899990000000\",\n    \"started_on\": \"2015-10-13T17:57:37.000Z\",\n    \"subtype\": \"NONE\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"account\": {\n    \"account_number\": \"3331261\",\n    \"account_ownership\": \"INDIVIDUAL\",\n    \"annuity_policy_to_date\": \"2025-12-31\",\n    \"annuity_provider\": \"Metlife\",\n    \"annuity_term_year\": 30,\n    \"apr\": 1,\n    \"apy\": 2.35,\n    \"available_balance\": 1000,\n    \"available_credit\": 4000,\n    \"balance\": 1000,\n    \"cash_balance\": 2500,\n    \"cash_surrender_value\": 1000,\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"credit_limit\": 5000,\n    \"currency_code\": \"USD\",\n    \"day_payment_is_due\": 14,\n    \"death_benefit\": 1000,\n    \"federal_insurance_status\": \"INSURED\",\n    \"guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"id\": \"1040434698\",\n    \"imported_at\": \"2015-10-13T17:57:37.000Z\",\n    \"interest_rate\": 3.25,\n    \"institution_code\": \"3af3685e-05d9-7060-359f-008d0755e993\",\n    \"insured_name\": \"Tommy Shelby\",\n    \"is_closed\": false,\n    \"is_hidden\": false,\n    \"is_manual\": false,\n    \"last_payment\": 100,\n    \"last_payment_at\": \"2023-07-25T17:14:46Z\",\n    \"loan_amount\": 1000,\n    \"margin_balance\": 1000,\n    \"matures_on\": \"2015-10-13T17:57:37.000Z\",\n    \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"member_id\": \"member123\",\n    \"member_is_managed_by_user\": false,\n    \"metadata\": \"some metadata\",\n    \"minimum_balance\": 100,\n    \"minimum_payment\": 10,\n    \"name\": \"Test account 2\",\n    \"nickname\": \"My Checking\",\n    \"original_balance\": 10,\n    \"pay_out_amount\": 10,\n    \"payment_due_at\": \"2015-10-13T17:57:37.000Z\",\n    \"payoff_balance\": 10,\n    \"premium_amount\": 1,\n    \"property_type\": \"VEHICLE\",\n    \"routing_number\": \"68899990000000\",\n    \"started_on\": \"2025-10-13T17:57:37.000Z\",\n    \"statement_balance\": 1000.5,\n    \"subtype\": \"MONEY_MARKET\",\n    \"today_ugl_amount\": 1000.5,\n    \"today_ugl_percentage\": 6.9,\n    \"total_account_value\": 1,\n    \"total_account_value_ugl\": 1,\n    \"type\": \"CHECKING\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "d2a173e9-7cec-4152-95d3-5258ae0fe803",
                    "name": "Delete managed account",
                    "request": {
                        "name": "Delete managed account",
                        "description": {
                            "content": "Use this endpoint to delete a partner-managed account according to its unique GUID. If successful, the API will respond with a status of `204 No Content`.\n:::warning Deprecated\nThis endpoint has been deprecated. For more information, reference the [Migration guide](/api-reference/platform-api/overview/migration).\n:::\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "managed_members",
                                ":member_guid",
                                "accounts",
                                ":account_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_guid",
                                    "description": "(Required) The unique id for an `account`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_guid",
                                    "description": "(Required) The unique id for a `member`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            }
                        ],
                        "method": "DELETE",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "1557c064-0833-459d-b316-c584e96fc921",
                            "name": "No Content",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "managed_members",
                                        ":member_guid",
                                        "accounts",
                                        ":account_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_guid",
                                            "description": "(Required) The unique id for an `account`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_guid",
                                            "description": "(Required) The unique id for a `member`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "No Content",
                            "code": 204,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain"
                                }
                            ],
                            "body": "",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "b74440ac-d947-41f8-aa62-24e3a26fc209",
                    "name": "Read managed account",
                    "request": {
                        "name": "Read managed account",
                        "description": {
                            "content": "Use this endpoint to read the attributes of a partner-managed account according to its unique guid.\n:::warning Deprecated\nThis endpoint has been deprecated. For more information, reference the [Migration guide](/api-reference/platform-api/overview/migration).\n:::\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "managed_members",
                                ":member_guid",
                                "accounts",
                                ":account_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_guid",
                                    "description": "(Required) The unique id for an `account`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_guid",
                                    "description": "(Required) The unique id for a `member`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "e0306b79-9fd5-4b96-a842-d91f49a22182",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "managed_members",
                                        ":member_guid",
                                        "accounts",
                                        ":account_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_guid",
                                            "description": "(Required) The unique id for an `account`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_guid",
                                            "description": "(Required) The unique id for a `member`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"account\": {\n    \"account_number\": \"3331261\",\n    \"account_ownership\": \"INDIVIDUAL\",\n    \"annuity_policy_to_date\": \"2025-12-31\",\n    \"annuity_provider\": \"Metlife\",\n    \"annuity_term_year\": 30,\n    \"apr\": 1,\n    \"apy\": 2.35,\n    \"available_balance\": 1000,\n    \"available_credit\": 4000,\n    \"balance\": 1000,\n    \"cash_balance\": 2500,\n    \"cash_surrender_value\": 1000,\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"credit_limit\": 5000,\n    \"currency_code\": \"USD\",\n    \"day_payment_is_due\": 14,\n    \"death_benefit\": 1000,\n    \"federal_insurance_status\": \"INSURED\",\n    \"guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"id\": \"1040434698\",\n    \"imported_at\": \"2015-10-13T17:57:37.000Z\",\n    \"interest_rate\": 3.25,\n    \"institution_code\": \"3af3685e-05d9-7060-359f-008d0755e993\",\n    \"insured_name\": \"Tommy Shelby\",\n    \"is_closed\": false,\n    \"is_hidden\": false,\n    \"is_manual\": false,\n    \"last_payment\": 100,\n    \"last_payment_at\": \"2023-07-25T17:14:46Z\",\n    \"loan_amount\": 1000,\n    \"margin_balance\": 1000,\n    \"matures_on\": \"2015-10-13T17:57:37.000Z\",\n    \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"member_id\": \"member123\",\n    \"member_is_managed_by_user\": false,\n    \"metadata\": \"some metadata\",\n    \"minimum_balance\": 100,\n    \"minimum_payment\": 10,\n    \"name\": \"Test account 2\",\n    \"nickname\": \"My Checking\",\n    \"original_balance\": 10,\n    \"pay_out_amount\": 10,\n    \"payment_due_at\": \"2015-10-13T17:57:37.000Z\",\n    \"payoff_balance\": 10,\n    \"premium_amount\": 1,\n    \"property_type\": \"VEHICLE\",\n    \"routing_number\": \"68899990000000\",\n    \"started_on\": \"2025-10-13T17:57:37.000Z\",\n    \"statement_balance\": 1000.5,\n    \"subtype\": \"MONEY_MARKET\",\n    \"today_ugl_amount\": 1000.5,\n    \"today_ugl_percentage\": 6.9,\n    \"total_account_value\": 1,\n    \"total_account_value_ugl\": 1,\n    \"type\": \"CHECKING\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "73f548d4-47b5-42a5-912d-9bb39cbd6370",
                    "name": "Update managed account",
                    "request": {
                        "name": "Update managed account",
                        "description": {
                            "content": "Use this endpoint to update the attributes of a partner-managed account according to its unique GUID.\n:::warning Deprecated \nThis endpoint has been deprecated. For more information, reference the [Migration guide](/api-reference/platform-api/overview/migration).\n:::\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "managed_members",
                                ":member_guid",
                                "accounts",
                                ":account_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_guid",
                                    "description": "(Required) The unique id for an `account`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_guid",
                                    "description": "(Required) The unique id for a `member`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PUT",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"account\": {\n    \"account_number\": \"<string>\",\n    \"apr\": \"<number>\",\n    \"apy\": \"<number>\",\n    \"available_balance\": \"<number>\",\n    \"available_credit\": \"<number>\",\n    \"balance\": \"<number>\",\n    \"cash_surrender_value\": \"<number>\",\n    \"credit_limit\": \"<number>\",\n    \"currency_code\": \"<string>\",\n    \"day_payment_is_due\": \"<integer>\",\n    \"death_benefit\": \"<integer>\",\n    \"id\": \"<string>\",\n    \"interest_rate\": \"<number>\",\n    \"is_closed\": \"<boolean>\",\n    \"is_hidden\": \"<boolean>\",\n    \"last_payment\": \"<number>\",\n    \"last_payment_at\": \"<string>\",\n    \"loan_amount\": \"<number>\",\n    \"matures_on\": \"<string>\",\n    \"metadata\": \"<string>\",\n    \"minimum_balance\": \"<number>\",\n    \"minimum_payment\": \"<number>\",\n    \"name\": \"<string>\",\n    \"nickname\": \"<string>\",\n    \"original_balance\": \"<number>\",\n    \"payment_due_at\": \"<string>\",\n    \"payoff_balance\": \"<number>\",\n    \"routing_number\": \"<string>\",\n    \"started_on\": \"<string>\",\n    \"subtype\": \"<string>\",\n    \"type\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "130a41f4-0b5e-4604-b9ec-8ffd0c8dad41",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "managed_members",
                                        ":member_guid",
                                        "accounts",
                                        ":account_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_guid",
                                            "description": "(Required) The unique id for an `account`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_guid",
                                            "description": "(Required) The unique id for a `member`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "PUT",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"account\": {\n    \"account_number\": \"3331261\",\n    \"apr\": 5.25,\n    \"apy\": 2.35,\n    \"available_balance\": 1000,\n    \"available_credit\": 4000,\n    \"balance\": 1000,\n    \"cash_surrender_value\": 1000,\n    \"credit_limit\": 5000,\n    \"currency_code\": \"USD\",\n    \"day_payment_is_due\": 14,\n    \"death_benefit\": 1000,\n    \"id\": \"1040434698\",\n    \"interest_rate\": 3.25,\n    \"is_closed\": false,\n    \"is_hidden\": false,\n    \"last_payment\": 100,\n    \"last_payment_at\": \"2015-10-13T17:57:37.000Z\",\n    \"loan_amount\": 1000,\n    \"matures_on\": \"2015-10-13T17:57:37.000Z\",\n    \"metadata\": \"some metadata\",\n    \"minimum_balance\": 100,\n    \"minimum_payment\": 10,\n    \"name\": \"Test account 2\",\n    \"nickname\": \"Swiss Account\",\n    \"original_balance\": 10,\n    \"payment_due_at\": \"2015-10-13T17:57:37.000Z\",\n    \"payoff_balance\": 10,\n    \"routing_number\": \"68899990000000\",\n    \"started_on\": \"2015-10-13T17:57:37.000Z\",\n    \"subtype\": \"NONE\",\n    \"type\": \"SAVINGS\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"account\": {\n    \"account_number\": \"3331261\",\n    \"account_ownership\": \"INDIVIDUAL\",\n    \"annuity_policy_to_date\": \"2025-12-31\",\n    \"annuity_provider\": \"Metlife\",\n    \"annuity_term_year\": 30,\n    \"apr\": 1,\n    \"apy\": 2.35,\n    \"available_balance\": 1000,\n    \"available_credit\": 4000,\n    \"balance\": 1000,\n    \"cash_balance\": 2500,\n    \"cash_surrender_value\": 1000,\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"credit_limit\": 5000,\n    \"currency_code\": \"USD\",\n    \"day_payment_is_due\": 14,\n    \"death_benefit\": 1000,\n    \"federal_insurance_status\": \"INSURED\",\n    \"guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"id\": \"1040434698\",\n    \"imported_at\": \"2015-10-13T17:57:37.000Z\",\n    \"interest_rate\": 3.25,\n    \"institution_code\": \"3af3685e-05d9-7060-359f-008d0755e993\",\n    \"insured_name\": \"Tommy Shelby\",\n    \"is_closed\": false,\n    \"is_hidden\": false,\n    \"is_manual\": false,\n    \"last_payment\": 100,\n    \"last_payment_at\": \"2023-07-25T17:14:46Z\",\n    \"loan_amount\": 1000,\n    \"margin_balance\": 1000,\n    \"matures_on\": \"2015-10-13T17:57:37.000Z\",\n    \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"member_id\": \"member123\",\n    \"member_is_managed_by_user\": false,\n    \"metadata\": \"some metadata\",\n    \"minimum_balance\": 100,\n    \"minimum_payment\": 10,\n    \"name\": \"Test account 2\",\n    \"nickname\": \"My Checking\",\n    \"original_balance\": 10,\n    \"pay_out_amount\": 10,\n    \"payment_due_at\": \"2015-10-13T17:57:37.000Z\",\n    \"payoff_balance\": 10,\n    \"premium_amount\": 1,\n    \"property_type\": \"VEHICLE\",\n    \"routing_number\": \"68899990000000\",\n    \"started_on\": \"2025-10-13T17:57:37.000Z\",\n    \"statement_balance\": 1000.5,\n    \"subtype\": \"MONEY_MARKET\",\n    \"today_ugl_amount\": 1000.5,\n    \"today_ugl_percentage\": 6.9,\n    \"total_account_value\": 1,\n    \"total_account_value_ugl\": 1,\n    \"type\": \"CHECKING\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "74cdea5c-ad9a-419c-bb4e-792583e7e80d",
                    "name": "List managed transactions",
                    "request": {
                        "name": "List managed transactions",
                        "description": {
                            "content": "This endpoint returns a list of all the partner-managed transactions associated with the specified `account`, scoped through a `user` and a `member`.\n:::warning Deprecated\nThis endpoint has been deprecated. For more information, reference the [Migration guide](/api-reference/platform-api/overview/migration).\n:::\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "managed_members",
                                ":member_guid",
                                "accounts",
                                ":account_guid",
                                "transactions"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "key": "page",
                                    "value": "<integer>",
                                    "description": "Results are paginated. Specify current page."
                                },
                                {
                                    "disabled": false,
                                    "key": "from_date",
                                    "value": "<string>",
                                    "description": "Filter transactions from this date. This only supports ISO 8601 format without timestamp (YYYY-MM-DD). Defaults to 120 days ago if not provided."
                                },
                                {
                                    "disabled": false,
                                    "key": "to_date",
                                    "value": "<string>",
                                    "description": "Filter transactions to this date (at midnight). This only supports ISO 8601 format without timestamp (YYYY-MM-DD). Defaults to 5 days forward from the day the request is made to capture pending transactions."
                                },
                                {
                                    "disabled": false,
                                    "key": "records_per_page",
                                    "value": "<integer>",
                                    "description": "This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead."
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_guid",
                                    "description": "(Required) The unique id for an `account`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_guid",
                                    "description": "(Required) The unique id for a `member`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "779791cc-c2df-4cab-8e1a-e869e019195c",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "managed_members",
                                        ":member_guid",
                                        "accounts",
                                        ":account_guid",
                                        "transactions"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "key": "from_date",
                                            "value": "2024-02-01"
                                        },
                                        {
                                            "key": "to_date",
                                            "value": "2024-08-28"
                                        },
                                        {
                                            "key": "records_per_page",
                                            "value": "10"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_guid",
                                            "description": "(Required) The unique id for an `account`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_guid",
                                            "description": "(Required) The unique id for a `member`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"transactions\": [\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"account_id\": \"account123\",\n      \"amount\": 61.11,\n      \"category\": \"Paycheck\",\n      \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n      \"check_number_string\": null,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"currency_code\": \"USD\",\n      \"date\": \"2024-12-20\",\n      \"description\": \"MX Technologies Payroll\",\n      \"extended_transaction_type\": null,\n      \"guid\": \"TRN-429ad9fe-a1d2-4559-8590-885b2603f0e1\",\n      \"id\": \"1734681600000-178fa8095c154a55b9172f977b4c5f9a-0\",\n      \"is_bill_pay\": false,\n      \"is_direct_deposit\": false,\n      \"is_expense\": false,\n      \"is_fee\": false,\n      \"is_income\": true,\n      \"is_international\": false,\n      \"is_manual\": false,\n      \"is_overdraft_fee\": false,\n      \"is_payroll_advance\": false,\n      \"is_recurring\": null,\n      \"is_subscription\": false,\n      \"latitude\": null,\n      \"localized_description\": \"This is a localized_description\",\n      \"localized_memo\": \"This is a localized_memo\",\n      \"longitude\": null,\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"member_is_managed_by_user\": true,\n      \"memo\": \"Transactions\",\n      \"merchant_category_code\": null,\n      \"merchant_guid\": \"MCH-8cc3b01a-1c52-47d4-970d-30f8ee5566f1\",\n      \"merchant_location_guid\": null,\n      \"metadata\": \"some metadata\",\n      \"original_description\": \"MX TECHNOLOGIES PAYMENT\",\n      \"posted_at\": \"2024-12-20T12:00:00Z\",\n      \"status\": \"POSTED\",\n      \"top_level_category\": \"Income\",\n      \"transacted_at\": \"2024-12-20T12:00:00Z\",\n      \"type\": \"CREDIT\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    },\n    {\n      \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n      \"account_id\": \"account123\",\n      \"amount\": 61.11,\n      \"category\": \"Paycheck\",\n      \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n      \"check_number_string\": null,\n      \"created_at\": \"2025-02-13T18:08:00+00:00\",\n      \"currency_code\": \"USD\",\n      \"date\": \"2024-12-20\",\n      \"description\": \"MX Technologies Payroll\",\n      \"extended_transaction_type\": null,\n      \"guid\": \"TRN-429ad9fe-a1d2-4559-8590-885b2603f0e1\",\n      \"id\": \"1734681600000-178fa8095c154a55b9172f977b4c5f9a-0\",\n      \"is_bill_pay\": false,\n      \"is_direct_deposit\": false,\n      \"is_expense\": false,\n      \"is_fee\": false,\n      \"is_income\": true,\n      \"is_international\": false,\n      \"is_manual\": false,\n      \"is_overdraft_fee\": false,\n      \"is_payroll_advance\": false,\n      \"is_recurring\": null,\n      \"is_subscription\": false,\n      \"latitude\": null,\n      \"localized_description\": \"This is a localized_description\",\n      \"localized_memo\": \"This is a localized_memo\",\n      \"longitude\": null,\n      \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n      \"member_is_managed_by_user\": true,\n      \"memo\": \"Transactions\",\n      \"merchant_category_code\": null,\n      \"merchant_guid\": \"MCH-8cc3b01a-1c52-47d4-970d-30f8ee5566f1\",\n      \"merchant_location_guid\": null,\n      \"metadata\": \"some metadata\",\n      \"original_description\": \"MX TECHNOLOGIES PAYMENT\",\n      \"posted_at\": \"2024-12-20T12:00:00Z\",\n      \"status\": \"POSTED\",\n      \"top_level_category\": \"Income\",\n      \"transacted_at\": \"2024-12-20T12:00:00Z\",\n      \"type\": \"CREDIT\",\n      \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n      \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n      \"user_id\": \"u-1234\"\n    }\n  ],\n  \"pagination\": {\n    \"current_page\": 1,\n    \"per_page\": 25,\n    \"total_entries\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "ff1c4576-e5fc-432d-b1b0-8197de1c726e",
                    "name": "Create managed transaction",
                    "request": {
                        "name": "Create managed transaction",
                        "description": {
                            "content": "Use this endpoint to create a new partner-managed `transaction`.\n:::warning Deprecated\nThis endpoint has been deprecated. For more information, reference the [Migration guide](/api-reference/platform-api/overview/migration).\n:::\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "managed_members",
                                ":member_guid",
                                "accounts",
                                ":account_guid",
                                "transactions"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_guid",
                                    "description": "(Required) The unique id for an `account`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_guid",
                                    "description": "(Required) The unique id for a `member`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"transaction\": {\n    \"amount\": \"<string>\",\n    \"description\": \"<string>\",\n    \"status\": \"<string>\",\n    \"posted_at\": \"<string>\",\n    \"transacted_at\": \"<string>\",\n    \"type\": \"<string>\",\n    \"category\": \"<string>\",\n    \"check_number_string\": \"<string>\",\n    \"currency_code\": \"<string>\",\n    \"id\": \"<string>\",\n    \"is_international\": \"<boolean>\",\n    \"latitude\": \"<number>\",\n    \"localized_description\": \"<string>\",\n    \"localized_memo\": \"<string>\",\n    \"longitude\": \"<number>\",\n    \"memo\": \"<string>\",\n    \"merchant_category_code\": \"<integer>\",\n    \"merchant_guid\": \"<string>\",\n    \"merchant_location_guid\": \"<string>\",\n    \"metadata\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "8d658b85-2de3-4493-8df9-f814488f8e3d",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "managed_members",
                                        ":member_guid",
                                        "accounts",
                                        ":account_guid",
                                        "transactions"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_guid",
                                            "description": "(Required) The unique id for an `account`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_guid",
                                            "description": "(Required) The unique id for a `member`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"transaction\": {\n    \"amount\": \"61.11\",\n    \"description\": \"Whole Foods\",\n    \"status\": \"POSTED\",\n    \"posted_at\": \"2016-10-07T06:00:00.000Z\",\n    \"transacted_at\": \"2016-10-06T13:00:00.000Z\",\n    \"type\": \"DEBIT\",\n    \"category\": \"Groceries\",\n    \"check_number_string\": \"6812\",\n    \"currency_code\": \"USD\",\n    \"id\": \"transaction-265abee9-889b-af6a-c69b-25157db2bdd9\",\n    \"is_international\": false,\n    \"latitude\": -43.2075,\n    \"localized_description\": \"This is a localized_description\",\n    \"localized_memo\": \"This is a localized_memo\",\n    \"longitude\": 139.691706,\n    \"memo\": \"This is a memo\",\n    \"merchant_category_code\": 5411,\n    \"merchant_guid\": \"MCH-7ed79542-884d-2b1b-dd74-501c5cc9d25b\",\n    \"merchant_location_guid\": \"MCL-00024e59-18b5-4d79-b879-2a7896726fea\",\n    \"metadata\": \"some metadata\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"transaction\": {\n    \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"account_id\": \"account123\",\n    \"amount\": 61.11,\n    \"category\": \"Paycheck\",\n    \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n    \"check_number_string\": null,\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"currency_code\": \"USD\",\n    \"date\": \"2024-12-20\",\n    \"description\": \"MX Technologies Payroll\",\n    \"extended_transaction_type\": null,\n    \"guid\": \"TRN-429ad9fe-a1d2-4559-8590-885b2603f0e1\",\n    \"id\": \"1734681600000-178fa8095c154a55b9172f977b4c5f9a-0\",\n    \"is_bill_pay\": false,\n    \"is_direct_deposit\": false,\n    \"is_expense\": false,\n    \"is_fee\": false,\n    \"is_income\": true,\n    \"is_international\": false,\n    \"is_manual\": false,\n    \"is_overdraft_fee\": false,\n    \"is_payroll_advance\": false,\n    \"is_recurring\": null,\n    \"is_subscription\": false,\n    \"latitude\": null,\n    \"localized_description\": \"This is a localized_description\",\n    \"localized_memo\": \"This is a localized_memo\",\n    \"longitude\": null,\n    \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"member_is_managed_by_user\": true,\n    \"memo\": \"Transactions\",\n    \"merchant_category_code\": null,\n    \"merchant_guid\": \"MCH-8cc3b01a-1c52-47d4-970d-30f8ee5566f1\",\n    \"merchant_location_guid\": null,\n    \"metadata\": \"some metadata\",\n    \"original_description\": \"MX TECHNOLOGIES PAYMENT\",\n    \"posted_at\": \"2024-12-20T12:00:00Z\",\n    \"status\": \"POSTED\",\n    \"top_level_category\": \"Income\",\n    \"transacted_at\": \"2024-12-20T12:00:00Z\",\n    \"type\": \"CREDIT\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "dde5fd77-ba30-471d-b2bd-da3a6d954269",
                    "name": "Delete managed transaction",
                    "request": {
                        "name": "Delete managed transaction",
                        "description": {
                            "content": "Use this endpoint to delete the specified partner-managed `transaction`. The endpoint will respond with a status of `204 No Content` without a resource.\n:::warning Deprecated\nThis endpoint has been deprecated. For more information, reference the [Migration guide](/api-reference/platform-api/overview/migration).\n:::\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "managed_members",
                                ":member_guid",
                                "accounts",
                                ":account_guid",
                                "transactions",
                                ":transaction_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_guid",
                                    "description": "(Required) The unique id for an `account`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_guid",
                                    "description": "(Required) The unique id for a `member`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "transaction_guid",
                                    "description": "(Required) The unique id for a `transaction`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            }
                        ],
                        "method": "DELETE",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "9ba3274d-9639-4798-aa02-88c50ffc3ab8",
                            "name": "No Content",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "managed_members",
                                        ":member_guid",
                                        "accounts",
                                        ":account_guid",
                                        "transactions",
                                        ":transaction_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_guid",
                                            "description": "(Required) The unique id for an `account`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_guid",
                                            "description": "(Required) The unique id for a `member`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "transaction_guid",
                                            "description": "(Required) The unique id for a `transaction`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "No Content",
                            "code": 204,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain"
                                }
                            ],
                            "body": "",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "63f9f20f-ac4c-4551-82f7-fc3a57ff290c",
                    "name": "Read managed transaction",
                    "request": {
                        "name": "Read managed transaction",
                        "description": {
                            "content": "Requests to this endpoint will return the attributes of the specified partner-managed `transaction`.\n:::warning Deprecated\nThis endpoint has been deprecated. For more information, reference the [Migration guide](/api-reference/platform-api/overview/migration).\n:::\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "managed_members",
                                ":member_guid",
                                "accounts",
                                ":account_guid",
                                "transactions",
                                ":transaction_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_guid",
                                    "description": "(Required) The unique id for an `account`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_guid",
                                    "description": "(Required) The unique id for a `member`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "transaction_guid",
                                    "description": "(Required) The unique id for a `transaction`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "b78920dc-82d4-4d45-ab6f-118a64b81948",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "managed_members",
                                        ":member_guid",
                                        "accounts",
                                        ":account_guid",
                                        "transactions",
                                        ":transaction_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_guid",
                                            "description": "(Required) The unique id for an `account`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_guid",
                                            "description": "(Required) The unique id for a `member`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "transaction_guid",
                                            "description": "(Required) The unique id for a `transaction`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"transaction\": {\n    \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"account_id\": \"account123\",\n    \"amount\": 61.11,\n    \"category\": \"Paycheck\",\n    \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n    \"check_number_string\": null,\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"currency_code\": \"USD\",\n    \"date\": \"2024-12-20\",\n    \"description\": \"MX Technologies Payroll\",\n    \"extended_transaction_type\": null,\n    \"guid\": \"TRN-429ad9fe-a1d2-4559-8590-885b2603f0e1\",\n    \"id\": \"1734681600000-178fa8095c154a55b9172f977b4c5f9a-0\",\n    \"is_bill_pay\": false,\n    \"is_direct_deposit\": false,\n    \"is_expense\": false,\n    \"is_fee\": false,\n    \"is_income\": true,\n    \"is_international\": false,\n    \"is_manual\": false,\n    \"is_overdraft_fee\": false,\n    \"is_payroll_advance\": false,\n    \"is_recurring\": null,\n    \"is_subscription\": false,\n    \"latitude\": null,\n    \"localized_description\": \"This is a localized_description\",\n    \"localized_memo\": \"This is a localized_memo\",\n    \"longitude\": null,\n    \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"member_is_managed_by_user\": true,\n    \"memo\": \"Transactions\",\n    \"merchant_category_code\": null,\n    \"merchant_guid\": \"MCH-8cc3b01a-1c52-47d4-970d-30f8ee5566f1\",\n    \"merchant_location_guid\": null,\n    \"metadata\": \"some metadata\",\n    \"original_description\": \"MX TECHNOLOGIES PAYMENT\",\n    \"posted_at\": \"2024-12-20T12:00:00Z\",\n    \"status\": \"POSTED\",\n    \"top_level_category\": \"Income\",\n    \"transacted_at\": \"2024-12-20T12:00:00Z\",\n    \"type\": \"CREDIT\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "0e63c4f3-5ef9-4e92-befe-ceff319e04dc",
                    "name": "Update managed transaction",
                    "request": {
                        "name": "Update managed transaction",
                        "description": {
                            "content": "Use this endpoint to update the attributes of the specified partner_managed `transaction`.\n:::warning Deprecated\nThis endpoint has been deprecated. For more information, reference the [Migration guide](/api-reference/platform-api/overview/migration).\n:::\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_guid",
                                "managed_members",
                                ":member_guid",
                                "accounts",
                                ":account_guid",
                                "transactions",
                                ":transaction_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "account_guid",
                                    "description": "(Required) The unique id for an `account`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "member_guid",
                                    "description": "(Required) The unique id for a `member`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "transaction_guid",
                                    "description": "(Required) The unique id for a `transaction`."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_guid",
                                    "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PUT",
                        "auth": null,
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"transaction\": {\n    \"amount\": \"<string>\",\n    \"category\": \"<string>\",\n    \"check_number_string\": \"<string>\",\n    \"currency_code\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<string>\",\n    \"is_international\": \"<boolean>\",\n    \"latitude\": \"<number>\",\n    \"localized_description\": \"<string>\",\n    \"localized_memo\": \"<string>\",\n    \"longitude\": \"<number>\",\n    \"memo\": \"<string>\",\n    \"merchant_category_code\": \"<integer>\",\n    \"merchant_guid\": \"<string>\",\n    \"merchant_location_guid\": \"<string>\",\n    \"metadata\": \"<string>\",\n    \"posted_at\": \"<string>\",\n    \"status\": \"<string>\",\n    \"transacted_at\": \"<string>\",\n    \"type\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    },
                    "response": [
                        {
                            "id": "927e1107-4ed5-4d66-94aa-0737f7b6dc44",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_guid",
                                        "managed_members",
                                        ":member_guid",
                                        "accounts",
                                        ":account_guid",
                                        "transactions",
                                        ":transaction_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "account_guid",
                                            "description": "(Required) The unique id for an `account`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "member_guid",
                                            "description": "(Required) The unique id for a `member`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "transaction_guid",
                                            "description": "(Required) The unique id for a `transaction`."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_guid",
                                            "description": "(Required) The unique identifier for a `user`, beginning with the prefix `USR-`."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "PUT",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"transaction\": {\n    \"amount\": \"61.11\",\n    \"category\": \"Groceries\",\n    \"check_number_string\": \"6812\",\n    \"currency_code\": \"USD\",\n    \"description\": \"Whole foods\",\n    \"id\": \"transaction-265abee9-889b-af6a-c69b-25157db2bdd9\",\n    \"is_international\": false,\n    \"latitude\": -43.2075,\n    \"localized_description\": \"This is a localized_description\",\n    \"localized_memo\": \"This is a localized_memo\",\n    \"longitude\": 139.691706,\n    \"memo\": \"This is a memo\",\n    \"merchant_category_code\": 5411,\n    \"merchant_guid\": \"MCH-7ed79542-884d-2b1b-dd74-501c5cc9d25b\",\n    \"merchant_location_guid\": \"MCL-00024e59-18b5-4d79-b879-2a7896726fea\",\n    \"metadata\": \"some metadata\",\n    \"posted_at\": \"2016-10-07T06:00:00.000Z\",\n    \"status\": \"POSTED\",\n    \"transacted_at\": \"2016-10-06T13:00:00.000Z\",\n    \"type\": \"DEBIT\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"transaction\": {\n    \"account_guid\": \"ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1\",\n    \"account_id\": \"account123\",\n    \"amount\": 61.11,\n    \"category\": \"Paycheck\",\n    \"category_guid\": \"CAT-b6d61a19-30a7-e852-2703-bdfb4072289e\",\n    \"check_number_string\": null,\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"currency_code\": \"USD\",\n    \"date\": \"2024-12-20\",\n    \"description\": \"MX Technologies Payroll\",\n    \"extended_transaction_type\": null,\n    \"guid\": \"TRN-429ad9fe-a1d2-4559-8590-885b2603f0e1\",\n    \"id\": \"1734681600000-178fa8095c154a55b9172f977b4c5f9a-0\",\n    \"is_bill_pay\": false,\n    \"is_direct_deposit\": false,\n    \"is_expense\": false,\n    \"is_fee\": false,\n    \"is_income\": true,\n    \"is_international\": false,\n    \"is_manual\": false,\n    \"is_overdraft_fee\": false,\n    \"is_payroll_advance\": false,\n    \"is_recurring\": null,\n    \"is_subscription\": false,\n    \"latitude\": null,\n    \"localized_description\": \"This is a localized_description\",\n    \"localized_memo\": \"This is a localized_memo\",\n    \"longitude\": null,\n    \"member_guid\": \"MBR-7c6f361b-e582-15b6-60c0-358f12466b4b\",\n    \"member_is_managed_by_user\": true,\n    \"memo\": \"Transactions\",\n    \"merchant_category_code\": null,\n    \"merchant_guid\": \"MCH-8cc3b01a-1c52-47d4-970d-30f8ee5566f1\",\n    \"merchant_location_guid\": null,\n    \"metadata\": \"some metadata\",\n    \"original_description\": \"MX TECHNOLOGIES PAYMENT\",\n    \"posted_at\": \"2024-12-20T12:00:00Z\",\n    \"status\": \"POSTED\",\n    \"top_level_category\": \"Income\",\n    \"transacted_at\": \"2024-12-20T12:00:00Z\",\n    \"type\": \"CREDIT\",\n    \"updated_at\": \"2025-02-13T18:09:00+00:00\",\n    \"user_guid\": \"USR-fa7537f3-48aa-a683-a02a-b18940482f54\",\n    \"user_id\": \"u-1234\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ],
            "event": []
        },
        {
            "id": "a5bc8c38-a311-46a9-b217-2e67e25a8096",
            "name": "jobs",
            "description": {
                "content": "",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "39e1d02e-ec0f-46df-9356-a3ae7d6a2674",
                    "name": "Read job",
                    "request": {
                        "name": "Read job",
                        "description": {
                            "content": "Use this endpoint to read the attributes of a specific job.\n:::warning\nNew implementations shouldn't use this endpoint. It is maintained for compatibility with our Nexus API only.\n:::\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "users",
                                ":user_identifier",
                                "jobs",
                                ":job_guid"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "user_identifier",
                                    "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                },
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "job_guid",
                                    "description": "(Required) The unique identifier for the job. Defined by MX."
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": "(Required) MX Platform API version.",
                                "key": "Accept-Version",
                                "value": "v20250224"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "448dd738-be25-4d87-8ec8-9f3cf84b0091",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "users",
                                        ":user_identifier",
                                        "jobs",
                                        ":job_guid"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "user_identifier",
                                            "description": "(Required) Use either the user `id` you defined or the MX-defined user `guid`. See [MX-Defined GUIDs vs IDs Defined by You​](/products/connectivity/overview/held-data/#mx-defined-guids-vs-ids-defined-by-you)."
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "job_guid",
                                            "description": "(Required) The unique identifier for the job. Defined by MX."
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    },
                                    {
                                        "disabled": false,
                                        "description": "(Required) MX Platform API version.",
                                        "key": "Accept-Version",
                                        "value": "v20250224"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"job\": {\n    \"created_at\": \"2025-02-13T18:08:00+00:00\",\n    \"error_message\": null,\n    \"error_message_code\": null,\n    \"finished_at\": \"2022-06-16T18:42:43+00:00\",\n    \"institution_guid\": \"INS-1572a04c-912b-59bf-5841-332c7dfafaef\",\n    \"is_authenticated\": true,\n    \"member_guid\": \"MBR-84ca0882-ad6c-4f10-817f-c8c0de7424fa\",\n    \"started_at\": \"2022-06-16T18:42:30+00:00\",\n    \"status\": 6,\n    \"status_name\": {},\n    \"updated_at\": \"2022-06-16T18:42:43+00:00\",\n    \"user_guid\": \"USR-11141024-90b3-1bce-cac9-c06ced52ab4c\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                }
            ],
            "event": []
        }
    ],
    "event": [],
    "variable": [
        {
            "type": "string",
            "value": "https://int-api.mx.com",
            "key": "baseUrl"
        },
        {
            "disabled": false,
            "description": {
                "content": "(Required) The unique id for a `statement`.",
                "type": "text/plain"
            },
            "type": "any",
            "value": "<string>",
            "key": "statement_guid"
        }
    ],
    "auth": {
        "type": "basic",
        "basic": [
            {
                "key": "username",
                "value": "<Basic Auth Username>"
            },
            {
                "key": "password",
                "value": "<Basic Auth Password>"
            }
        ]
    },
    "info": {
        "_postman_id": "e8314f1c-1c41-431e-9a7b-09ec8c5c9615",
        "name": "MX Platform API",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions.\n\n## What's Changed?\n\nSeveral endpoints, headers, and fields changed in `v20250224`. For more on breaking changes, refer to our [versioning](/api-reference/platform-api/overview/versioning#v20250224) and [migration](/api-reference/platform-api/overview/migration) guides.\n\n## Version Header\nVersions are set in the `Accept-Version` header of API requests. Version numbers correspond with the date associated with that version.  The example below uses the version `v20250224`.\n\n```\n-H 'Accept: application/json'\n-H 'Accept-Version: v20250224'\n```\n\n---\n\n\nContact Support:\n Name: MX Platform API",
            "type": "text/plain"
        }
    }
}