{
    "item": [
        {
            "id": "5598ea1e-7dd9-4dfe-a0bf-b5c174bb0b72",
            "name": "authorization",
            "description": {
                "content": "",
                "type": "text/plain"
            },
            "item": [],
            "event": []
        },
        {
            "id": "517e966b-4b2b-4663-a130-ed57b7b68474",
            "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": "e7a091a9-1638-4b2c-9643-0ae8abfddc74",
                    "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": "2092b326-2cee-4123-b69f-8849a1eefe5c",
                            "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": "72c1d4f6-4578-463c-bde1-c8c008abfe13",
                    "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": "0347f736-429a-4ef4-8843-04e7d1493c87",
                            "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": "bb37ae67-6fa9-4d8f-8f8e-18e836f27bbf",
                    "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": "7c8072fe-7ce1-42e5-93ad-04be218400f2",
                            "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": "7e4c5d76-25eb-41c8-a42c-43baffef7eb8",
                    "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": "513e0d48-4402-440c-bdf0-e726c8ad382c",
                            "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": "b416d443-f1ac-4ec3-a0ef-5358b648cc7d",
                    "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": "69139c17-c2a3-4dbf-a348-290107821160",
                            "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": "1e24f9a4-cc17-44c6-b8e0-7281412e670b",
                    "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": "4c3ab771-d079-4545-aabe-e297e5abb3ba",
                            "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": "5afc906b-c5ba-4484-a9c1-4c13306c0b68",
                    "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": "b20bae0e-c63e-49df-b5c7-b540a04540c4",
                            "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": "fa296101-0679-4f3f-897f-564a8b02da1f",
                    "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": "6d4b376e-ecfe-4d98-a9eb-1e015b74ff3f",
                            "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": "6e15ed94-3c95-402a-b4c2-178ba14124ce",
                    "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": "24c8cdd1-0afa-498e-830c-a773745ad7dc",
                            "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": "34a2152d-8f99-449e-be30-77d52062a604",
                    "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": "9972c87e-8faa-44d1-8fdd-d2984b691ac3",
                            "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": "aa729b5e-5927-4c6f-9db0-a90ad1ab59f2",
                    "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": "ab6cae9d-3d0c-411c-92b2-8e589ae96f0f",
                            "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": "9685035f-fa30-43ac-b48a-d4d21513bb32",
                    "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": "b546ce6d-7726-49f8-ada6-c679866d8b08",
                            "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": "415a88df-e3d3-4c9e-bded-0a16a8dd9985",
                    "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": "d54937b5-094e-42a1-816f-7ed79417f57b",
                            "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": "0e5eb345-12c4-4406-9acb-73aa1d0ab99d",
            "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": "9a8bd2f5-9594-4b06-9976-63d1a199721c",
                    "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": "d2876d39-864e-442a-82e5-9fd933b1745b",
                            "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": "ac1853dd-6a29-4362-b0a8-580b5e82e74b",
                    "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": "d312dbd2-dd69-4719-a9b5-4fcecf147c86",
                            "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": "ec5e2c24-e07f-4e3f-b33f-5387934486af",
                    "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": "70f443c7-1149-49f0-904b-09145298cc41",
                            "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": "a62eb492-1d4b-4cb8-9d82-4ee99c9ecaa1",
            "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": "e86313b6-6dfe-4a3b-a62b-2c0bc276d7b9",
                    "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": "5ddee6be-229c-4fd2-b4f9-cfb356d183cd",
                            "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\": -78893639.65198171,\n    \"parent_guid\": \"sint amet fugiat ad\",\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": "7f0bd4ac-2e8b-4439-bcfd-49648b40d47c",
                    "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": "c5d2f16c-1289-4f9f-b71a-12514bebf881",
                            "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\": -78893639.65198171,\n    \"parent_guid\": \"sint amet fugiat ad\",\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": "18b33535-f482-4408-915d-16e3a361fd53",
                    "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": "338f6a11-df14-4890-9981-0049f3f2aa60",
                            "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\": -78893639.65198171,\n    \"parent_guid\": \"sint amet fugiat ad\",\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": "af910985-fa95-451b-8b81-c265a8c1f368",
                    "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": "288f274d-5535-428f-8cdf-adde0b1d20de",
                            "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\": -78893639.65198171,\n    \"parent_guid\": \"sint amet fugiat ad\",\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": "f78f013e-1297-47bb-9183-70280b015eb1",
                    "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": "c976512a-1d71-41ee-8a68-3561d6da46e7",
                            "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\": -78893639.65198171,\n    \"parent_guid\": \"sint amet fugiat ad\",\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": "cd047b08-cf49-45d7-91de-22a509641cee",
                    "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": "38414e93-0c7c-4305-9b09-1d9233ec3287",
                            "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": "d2fdffe4-d365-4d05-aeff-a3ceba3dd995",
            "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": "9af9a7c8-4b69-4bc9-9532-8e1cf2db46f4",
                    "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": "ff7aaf8c-5fce-4cdc-b2d1-554d26fab773",
                            "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": "387eaa06-2dd6-4a03-b939-62cc9318d863",
                    "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": "822bdcc1-dc58-478c-9e61-19580d5f7210",
                            "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": "42a5c71d-33ec-4d6e-8102-a297c8b41dfb",
                    "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": "238dd977-f523-4ec6-8950-3e43464b65fc",
                            "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": "c5ed3878-2da0-451e-91cd-334ff009d356",
                    "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": "b36a6adc-d98a-4436-9974-7f68d21b06ce",
                            "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": "fbf3557c-1aaa-4313-915c-31d151e933e9",
                    "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": "a8267b2e-8ef1-4a55-9f52-c58eea434d1c",
                            "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": "12fb8ece-a8ce-4202-a968-20bdd55b79a9",
                    "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": "3ed7b025-eb31-40ba-8a66-05f4f5968598",
                            "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": "87fdadc8-663c-45ee-b1e4-a7bc1898b8d2",
                    "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": "378e40f5-6a5c-4fd7-8c73-22dc2c48e3c8",
                            "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": "3ebf3d92-80ea-4be2-9d39-1aec62b8c5c7",
                    "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": "147dc2ad-972c-467d-883a-e996d92833aa",
                            "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": "54be2157-4639-4be6-adde-d498b0c93e98",
                    "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": "2c958208-5cd0-4e5d-a500-51934450e055",
                            "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": "bba8e426-6fad-498b-85af-3ae3c10e482a",
                    "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": "d2ace07b-1075-4422-be3a-b82149a7443d",
                            "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": "7b1187df-862d-45b7-b9c3-33438d22e5fd",
            "name": "deprecated",
            "description": {
                "content": "",
                "type": "text/plain"
            },
            "item": [],
            "event": []
        },
        {
            "id": "76b0a294-f71b-47d4-98d4-075388f2115b",
            "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": "e46ba69d-4191-47f8-a5d9-d35c891736b0",
                    "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": "30fe451a-c206-48d6-8312-f7adb9662d5a",
                            "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": "fa1a460b-ac08-4706-ad9c-1783f53775cb",
                    "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": "8ad3e7ea-c96f-4325-bbde-a22f4d8cbebf",
                            "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": "0977e583-4485-483d-997f-2542017e6e4e",
                    "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": "690d17fb-3161-462d-889b-3ed3801d2902",
                            "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": "5084d7c4-1dcd-47fe-bcd9-59540d88ca74",
                    "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": "7add8e7e-3381-41e3-a021-2a1e5a8d6886",
                            "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": "1bd0f7dc-3b1b-4cda-b073-973250b80dcb",
                    "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": "3faca517-7880-4838-8f79-21ae7b9faf37",
                            "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": "6b9eaabc-8a61-4830-8939-916a38244ee4",
                    "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": "b7085317-6c5f-4be3-9d81-acb7ef735a14",
                            "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": "dc30c6ce-2c74-4a86-ac6a-cde69c533dc5",
            "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": "1051132c-e52d-4aee-b751-9459729d2326",
                    "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": "fe595b09-0f5e-4ce1-b863-66622c3bd328",
                            "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": "7c050b5b-ead5-4b74-9c6a-b69c4af8bea5",
                    "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": "2d16c009-ca0e-4ffe-9921-ae6fd89b8499",
                            "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": "b4d31e13-bfff-41ba-95b4-f3b680c88e7c",
                    "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": "7c1de0bd-c578-4179-ba6d-f5bddc78c990",
                            "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": "be71a25b-431b-41a2-9c35-869f4a2d4156",
                    "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": "355ab9ff-b1cb-422b-ad61-b16ad134c34b",
                            "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": "d197ca4f-5577-4b6e-a722-a61dde37977c",
                    "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": "2ea32dde-f0c4-48e2-9bf0-c23b1b4909e9",
                            "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": "fa19715f-7657-466b-a6bf-350ddab6beca",
                    "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": "5b0435e5-173f-4c21-9ca6-c13782c5a411",
                            "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": "ecef3238-0d95-4d2f-928c-aed1a1deb2e9",
                    "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": "d6d83225-286f-4c19-8897-2f364aaa9272",
                            "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": "e1452514-a007-4a6f-85b3-493aad7d0a9e",
                    "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": "0a6549f4-f8d9-41c4-922d-25873bb6e5ea",
                            "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": "b27f5647-ab3b-43bd-8ea1-358ae8d438fc",
                    "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": "b3ad700e-f955-4976-b349-b736cbaf7e11",
                            "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": "c6f5a3f2-711d-47c6-a641-c66e0ddc1a10",
                    "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": "6c59b27e-7103-4eb1-b861-8b656649d769",
                            "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": "76b4427d-3bba-4fd5-b95e-762f2a736fbd",
            "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": "61d6b3a8-56b8-42cd-ba4d-e28b7b00c311",
                    "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": "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": "953344c7-ac63-4b15-b8c4-82e14aa891df",
                            "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": "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      \"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      \"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      \"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      \"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": "1db1fcb3-e142-46bd-b120-57e6870e57e5",
                    "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": "c2284f1f-76f2-4558-b03a-ed2a5543b0ed",
                            "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      \"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      \"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      \"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      \"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": "67b74897-7633-42f9-8d7b-0635e1c1a654",
                    "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": "8d297ce4-5e3d-4601-9fe9-3229edc95f6a",
                            "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    \"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    \"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": "f00da1f4-3918-4087-90d0-113cd7266662",
                    "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": "257935ca-e11c-4897-92bf-594e87dd68dd",
                            "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": "84baca51-b60d-4190-8ee5-d5c930a879ce",
            "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": "78ca8e14-060b-4946-984a-69bea3462514",
                    "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": "bb953b20-4c48-401b-9c64-cfb6a1b672d3",
                            "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": "2a07c50c-3f3f-45a4-b7d3-ee0ac19e3c60",
                    "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": "41b886b2-2b38-4e13-bc89-c7b230d7776e",
                            "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": "dcf5a0dd-8fe8-43c6-b88d-b47c45ebc7d4",
                    "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": "05e1eb9b-e8eb-46ff-87ac-a50c3b07b5c4",
                            "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": "dd59ce77-3fac-4733-bbda-e73eabe84cc0",
                    "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": "6b9ca97b-e4c1-4177-b339-f4de379c7cb1",
                            "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": "9a0794f4-bc77-4e4d-b0fe-24435491240d",
                    "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": "b3c36f08-be00-4084-b002-205b686f1a5c",
                            "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": "586f43e4-e548-4657-a1d2-324901eefe79",
            "name": "managed data",
            "description": {
                "content": "",
                "type": "text/plain"
            },
            "item": [],
            "event": []
        },
        {
            "id": "b51d411c-7a43-4223-ab56-edd7e3dcb821",
            "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": "d4368bb3-dfb4-464a-ab05-6ee04b685b63",
                    "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": "16ff7123-0e52-4174-a3b4-81ebe60dcb7d",
                            "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": "075580c4-7628-47b8-941a-eb6488364661",
                    "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": "35575113-78e0-4ba3-98e7-56999854e2ac",
                            "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": "7c5295ed-d995-4a3e-b1d5-27c0da1e7f12",
                            "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": "64c85547-72f1-463c-a946-da75474e4d82",
                            "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": "0314cd87-ccfc-4829-9198-61b5bdfb7717",
                    "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": "7d8801e7-f32b-4e72-9e98-dcff35afadb0",
                            "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": "3363c35f-dcef-4833-8069-18e6294d2140",
                    "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": "45fd0b11-eea8-49c2-ad7e-33fd9fee8828",
                            "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": "f70edf21-19d2-43ea-9b36-f14b9aaf7dcb",
                    "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": "5876e13e-1ded-4a33-b8cc-eed856a61f0a",
                            "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": "94ec474a-8bb4-4d30-a485-551c437edd13",
                    "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": "2d3ea130-b91a-4dda-ac5f-ea68933d0dc5",
                            "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": "e7b3b581-8c0a-479a-8d15-cd2fc86bd2df",
                    "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": "2abac3e5-79d9-47fb-8574-d68b306dc896",
                            "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": "15de5abf-fb0f-4043-98ba-b2d7849a605c",
                    "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": "e81daf65-00ce-4dd0-9379-65aa4c2e147d",
                            "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": "1d39b86b-b248-4a3e-a66a-1bb8a7536a82",
                    "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": "09f68b1a-6821-47a6-acf8-d99c17f9b0f6",
                            "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": "23a7d256-f67a-4944-9761-4d27bd42736c",
                    "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": "3cc6c7e7-0d5b-4f80-a867-2c61b40c0a8c",
                            "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": "dbcf8e5e-88ab-4a4c-a3ff-ba5b66da8a18",
                    "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": "0f062769-eafc-4ced-bae6-7d5d2010157a",
                            "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": "15bbf263-9c9c-4428-b0e7-df4f25e8e54a",
                    "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": "a58a837d-3edb-4f3e-a16e-1029ed35a288",
                            "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": "d620964a-f50d-42ff-876a-3080277f767e",
                    "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": "068ff7ed-3590-472f-aae9-8b9f65abc037",
                            "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": "efc7c56d-8a3f-4187-915b-87d7b20b91b2",
                    "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": "3512f9eb-c027-4113-bfc5-ff0407fc3090",
                            "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": "39238400-79fb-46cb-999a-af868e8bb2f9",
            "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": "9ee97b25-a908-4873-addf-264318053948",
                    "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": "5637220f-60fa-4fe8-a661-dd4a73a9156b",
                            "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": "a563f10b-77b8-4d95-a54d-20f1c433f628",
                    "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": "1428c5f2-c6af-4031-a227-b528f05232a7",
                            "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": "caa51c25-eb85-4870-be4e-4bd5675ffc6c",
                    "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": "db467a9e-4433-46ae-b79e-df56ae82ef71",
                            "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": "426d504c-985d-47a6-b61a-918502368641",
            "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": "fbec3b0b-f9da-4c40-b01a-8787819c9f43",
                    "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": "0b3be179-ed9a-44f7-a693-762fc9e8105c",
                            "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": "d8ea0ed4-0eef-4f6d-83f8-573773365ac5",
                    "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": "1a3c1e49-66d1-4fc2-8d91-38ac1f6795c5",
                            "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": "993bef0b-5ef5-40a8-84bc-94fb020d1160",
                    "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": "5894791d-0c53-49b8-b6d0-73192b4dd475",
                            "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": "a0c4aa76-183d-4b44-80d3-609611729151",
                    "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": "ecf7e008-f837-4e1e-9b23-fc6e2a3f985a",
                            "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": "1c50129a-0a51-438b-bf86-f0d9dc77f42a",
                    "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": "a42379fa-d30d-4cbc-8594-63d96834a463",
                            "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": "57b8b895-3108-41c4-bf62-f865673c4143",
                    "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": "857316fc-6318-490c-9e10-90cc7ff2c860",
                            "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": "2d6bbe4b-338f-4082-a027-d05957ab71e2",
            "name": "monthly cash flow profile",
            "description": {
                "content": "",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "d27935c6-e21c-44ab-b81d-054fc0fd6f36",
                    "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": "ef4849bc-2984-4c95-9b2b-4cf6d8d3c351",
                            "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": "0c3c7645-304d-4fa5-b72e-9877bc2783f7",
                    "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": "98e8d00e-524b-4b42-878d-c3aae18e5d92",
                            "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": "c8038b3f-327f-49b0-99b4-f2956f46093a",
            "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": "f770968b-a698-4993-a5c7-68c1f67b726c",
                    "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": "7fc229f5-06b6-4716-bd64-550a989aee5d",
                            "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": "cbde9c60-84bf-4552-8eb6-f6ff946115bd",
                    "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": "8ac683eb-4e9a-4e38-b04a-f184c0b3196e",
                            "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": "ef74682f-4729-4518-bb3d-05c676dcb262",
                    "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": "4b16a353-d851-47e6-85a2-a9c71811bb29",
                            "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": "ada53997-b0e7-4337-9a69-cbb061cab601",
            "name": "processor token",
            "description": {
                "content": "",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "586b5d4f-eab4-4eb5-a73f-0902363566f3",
                    "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": "0a545b8a-a5bb-4434-a7a9-fc130decd38a",
                            "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": "602443ea-e465-43a5-a8be-7d347ee1ed19",
                    "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": "33bf29f2-32e2-4aba-ac0a-a7a66106850c",
                            "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": "a9ee7708-b18c-441a-a03d-4c092b239242",
                    "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": "f3e06db4-7d64-451a-92da-123896f80cda",
                            "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": "74817f28-c5e8-4d57-a73f-7ce02491c19e",
                    "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": "a7b6a337-fac6-4add-aad9-f9f3a2b3e6bf",
                            "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": "a90d50b5-62f6-4ce3-929a-5cb4ed8a8601",
                    "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": "1b8baa1e-aa3b-44c0-b00f-99a229d79705",
                            "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": "06e9abed-1c7f-4aba-8a27-e83bd8ab3e5f",
                    "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": "ca4e7aba-75fc-43ce-944e-b6cd388c3015",
                            "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": "d358d1f6-2f22-426e-85d8-b20342175dcf",
            "name": "rewards",
            "description": {
                "content": "",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "588a6a68-5d06-415f-a6b2-2dc7c838630d",
                    "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": "bb160040-b5fd-421f-8e09-6d51d9f7f732",
                            "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": "d8d163a6-98bf-42a3-9d53-943adb07dac6",
                    "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": "5e7d0897-690e-48bb-bd45-02bf7ead483f",
                            "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": "41bf73b5-880d-41b5-84f4-2905f3761311",
                    "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": "6c4063c5-858a-4330-a791-52f786c2a1e7",
                            "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": "1f78ffec-1b70-4733-89c2-b7a65129df1b",
                    "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": "a8b222d4-8ba5-40da-822c-b6d29b5426ae",
                            "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": "22298410-3078-40f3-a32c-a13d103dd47c",
            "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": "30389735-e613-43a0-934e-c7b8ab1e8b3f",
                    "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": "edb58a43-c239-4623-a1da-b822bfe02026",
                            "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": "fca1739e-1eb2-41d0-96e8-5f71256ffaa5",
                    "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": "ec4a392f-9170-482d-b2c5-7d690ecff397",
                            "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": "7b63e9dc-a897-4f32-8ec8-ca13a038bf10",
                    "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": "880ceb82-f470-4813-856a-eba56903c8a4",
                            "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": "0e54122c-c44e-4534-a221-633c90aa5868",
                    "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": "e5dff76f-982f-4f89-b81d-cb844e613d03",
                            "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": "dd201139-6a43-4f9d-af84-40d762e2bd35",
                    "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": "00ca9bbd-1e73-4ae3-a729-19f1aff7213d",
                            "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": "b56ee781-1e90-4051-89fc-6a28c50a7daa",
                    "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": "95fa1509-175c-48ad-a149-4adbfed79737",
                            "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": "fa26e166-894c-4996-ae6d-6cd80e402597",
                    "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": "877cfbff-d3ee-4e00-93b3-91d55769761c",
                            "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": "615b4cc7-fc48-42e5-b55e-d9ebba19695f",
                    "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": "f637acbd-dcf8-4b16-a604-6b32d4854eb3",
                            "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": "98a0fd5d-be1c-4e2c-8d26-793e59259149",
                    "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": "c44bff41-a216-4830-bf27-07fd6158c8c3",
                            "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": "c3f8436c-9efd-4b25-8b46-7fb311104dcd",
                    "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": "4bd113e6-7843-40aa-8c2f-145b4e832fb2",
                            "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": "3b1331ed-9edf-43aa-a90d-67f8ca824fe5",
                    "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": "8e94c192-990e-4688-8ac8-963b0a38817f",
                            "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": "3332eaf1-dfec-4c15-8998-053e95c28cb2",
                    "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": "a720e86f-e825-42f8-9b8b-5080507227eb",
                            "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": "a66d3240-9e08-46d2-a07d-8eb90692109d",
                    "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": "a478c945-71e0-4ecf-af69-4afe990675ae",
                            "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": "f93cdb84-f3f5-4548-8c27-fc03f5dd0202",
                    "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": "e014bf9a-08fd-4196-8662-db962b0cac81",
                            "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": "af9f6312-8cb3-4a6a-a8d7-a2fed62722c6",
                    "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": "48308ce6-2f9f-48b3-9701-4d64496b4d8e",
                            "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": "fe31cf08-925f-4c39-afb4-0430deffd830",
            "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": "9a9c18d3-3f37-4891-8726-44264d656941",
                    "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": "6cafb66d-2b1d-4e86-bf69-20edb2256f31",
                            "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": "d38304d2-350a-497b-849d-35f1ead90471",
                    "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": "1c25e382-8713-400f-989a-c2a63b51e2f4",
                            "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": "fe1732bd-b1e3-4ecf-9b15-7a7c8a604d4f",
                    "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": "4432172c-a659-46a2-872c-700b5edefe1c",
                            "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": "f464cc33-44e2-4219-9485-56edaa771599",
                    "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": "985f392c-b286-4578-b90f-6e89c234269b",
                            "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": "dolore eu cillum elit quis",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": []
                }
            ],
            "event": []
        },
        {
            "id": "4f272bfe-a238-4e57-a828-d7eae04d0ddb",
            "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": "7511a5ad-1896-434c-a8b3-23f9e231b7e9",
                    "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": "5f2a4e26-b170-4d65-830d-5628a546c639",
                            "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": "e8b01f5e-647f-4b4e-b6a7-75c97b8b7ead",
                    "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": "e15293b7-90e0-41ac-8163-b3f8606fc1c8",
                            "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": "7531989f-97de-4b1e-a901-711fdfac00fa",
                    "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": "3009ea2f-b231-43b0-b4e3-b3edde0e29a6",
                            "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": "c2feb632-1306-4e52-a509-44b13d300f96",
                    "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": "6fcfae3f-17ab-48ae-8b3b-2ebbeab149f5",
                            "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": "6d795fa8-f473-4a77-9293-2daf0aac5974",
                    "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": "7456e38c-ed17-4f17-8f3e-bfef9c7aedd8",
                            "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": "3ef8be78-dab4-482f-9e73-f9d70544a22b",
            "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": "85b99948-f3aa-40bb-b34a-43c375bd8f5f",
                    "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": "d8261e38-b1ca-431b-8224-690dbf37b4fb",
                            "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": "dfa4a646-5ce1-41d0-bba9-6eaf1d108bbd",
                    "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": "04cebb0e-c2e5-4b46-a0a6-b2c7a0077a5a",
                            "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": "2aebde51-3e48-4986-be6c-09c022a71e44",
                    "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": "7c02e1b7-1c63-40dd-8523-73c3971ce16a",
                            "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": "1fe1a45a-7059-4cf3-9f80-dffe6ef305e8",
                    "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": "3f725f18-b158-4433-81d5-20657d2c856d",
                            "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": "4867c465-d81e-4279-8bb3-f5511e77c6fd",
                    "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": "3774ccbc-3d9e-47b6-8a45-3e15ecf66c53",
                            "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": "e4398f4f-b2dc-4e78-ba21-4d7c62cd4675",
            "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": "02e7e529-2fa5-4369-bb60-06549319c8b9",
                    "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": "366a0dc2-2b94-46b9-b9ce-0a8ea57e64c8",
                            "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": "6ce2a0ee-0719-44fb-abed-ab4a85ecd1d5",
                    "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": "98a76e06-1bfc-4a31-9c0f-48386513ca04",
                            "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": "85e487a3-94bf-4c88-ba3e-b71a8b0aaf3e",
                    "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": "be4800e1-daf7-4ca7-89f6-72abb1be87fc",
                            "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": "d113ceaa-6d5c-4991-a382-01d8dd5b5c20",
                    "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": "5e71c28d-44a8-4905-867d-726bc0b97817",
                            "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": "94b51aa6-9cbd-4b9e-8b45-3f2531d9946f",
            "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": "02e8db94-b9ce-449f-8d2b-130303444ec6",
                    "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": "b3c68306-4b75-4641-b56d-2fbe78e3eb22",
                            "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": "dd4c7c9d-2302-4489-8f89-7a9a0309b076",
                    "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": "2335f737-5c82-4085-81fe-f4884ce54194",
                            "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": "f448eaf3-d750-40fb-9d5f-d2566a81b85c",
                    "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": "2f3ac865-0402-4a7c-822e-61916fe74132",
                            "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": "2b5f2085-3906-4427-b26e-2990bfa8d90f",
                    "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": "71fc1f15-0da1-4768-aa3c-642ca509eb91",
                            "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": "f3dfcb61-3a1f-4f19-b266-4944e145991e",
                    "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": "f7e0ca88-3b49-4fbe-a7a3-c1dd647ff1bf",
                            "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": "929eb127-ea28-4618-afc8-60d37bb38f84",
                    "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": "ba1cafbe-e374-4186-ae1b-12c0a8d1364d",
                            "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": "02a06dc3-1c9b-45c2-9f8c-501c266ebc16",
                    "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": "9be40851-3c9f-4026-a437-2ff56eba0fdb",
                            "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": "cfb342b1-ffa2-419c-aee5-9cc7d453b4e9",
                    "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": "837ff990-20df-4780-adce-4a042d4c764d",
                            "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": "272b3a65-459d-4ee6-b850-8fef85275dc8",
                    "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": "63f9e240-2e7f-4a31-9972-5f3ceef6575f",
                            "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": "d41fd772-16c6-4aa6-aeeb-cf6e8ddfe931",
                    "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": "f310a5c7-25fc-4d40-b230-24ee80713e00",
                            "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": "65eb5f4f-d052-460e-9f79-dbc837889fe5",
                    "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": "9d1a8cad-a56a-4670-8055-084a93112b2d",
                            "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": "710fbd9d-57a3-466f-9082-811966037f87",
                    "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": "d3af7d3f-edec-4d8e-85b2-0d60cd101174",
                            "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": "e7e6a024-677e-4207-8647-e6751b7a4d96",
                    "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": "5348cfe4-b0c6-4677-8006-525514c048b4",
                            "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": "dd55bc5a-aa2a-4d98-badc-7b8ea0cd12d5",
                    "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": "861f8fe9-67bf-47fb-9016-606983b08dbc",
                            "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": "8e3a6b4e-9d8d-451c-9051-8b7882f96e46",
                    "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": "6385f8fe-9952-42c3-8f7f-202e07990346",
                            "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\": \"UNKNOWN\",\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\": \"BILL\",\n      \"transaction_type\": \"CREDIT\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "f279f49a-03a7-47a1-98bc-f1041163e345",
                    "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": "c52ec7c0-613f-447c-8bdf-0f91be40998b",
                            "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\": \"UNKNOWN\",\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\": \"INCOME\",\n      \"transaction_type\": \"CREDIT\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": []
                },
                {
                    "id": "964a440a-f6ef-4eb2-93a8-83fe43367b05",
                    "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": "27df57b6-8514-439b-bf6c-dc371f0aa5dc",
                            "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": "212ffd95-8739-4dd5-bd86-6c91af239479",
                    "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": "de57fcba-b0e9-42be-a011-d2ad1f820726",
                            "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": "83ae1665-be45-4779-8fdc-61be62c9de72",
                    "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": "201bc330-35a1-47e8-8a39-4240d58ccfc0",
                            "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": "08a794d1-37e2-41b7-88ce-d4465fec10c0",
                    "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": "68ca7f29-5469-42ef-b076-92fb50566a24",
                            "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": "a33e453d-091f-45e0-9e45-561a35637e43",
            "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": "3b2da4ed-1630-4d96-a708-df6ca5470b52",
                    "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": "9d3ee16c-219b-4fbd-96a2-5bd539afd186",
                            "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": "28337d11-1034-4630-b193-ec0e43701d3b",
                    "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": "e9da058f-912c-4134-97ad-e55e417281af",
                            "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": "729c3750-302a-442c-b596-d768cbb1561f",
                    "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": "bb72eb1f-584d-4d23-89a2-c280563ef497",
                            "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": "563d6302-74bf-4d46-bc14-c8741c881deb",
                    "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": "35fa9a9b-ad63-4419-9d9b-dccf2419340b",
                            "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": "e0a7af2e-b856-4b99-a7d2-d1b8cbd9c742",
                    "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": "3c69c703-6c6e-4a0b-96ad-b1f4e344c876",
                            "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": "c2fd3d86-4427-4728-a9d0-da965938ca96",
            "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": "f2b44d25-521c-488c-a816-ed20a939df42",
                    "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": "98495c4f-7c71-47b6-a195-73092a9892a3",
                            "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": "3fd00788-e10a-4edf-911c-bb26c798435b",
                    "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": "ebae99a5-467c-409d-8f74-138f0eb74abe",
                            "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": "c891b617-95f8-498a-b39c-8e2cf4892518",
                    "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": "0a7d4fbb-6c20-4136-8eec-e14d26caea13",
                            "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": "46981978-ed58-4f4d-9610-255e7c67e7f2",
            "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": "f166e761-4348-44cc-928b-e2e980103b01",
                    "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": "6ca7a671-ad1f-4bb3-9649-19b0da9f6446",
                            "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": "4a833ad8-94c2-4b9c-a7bd-1688ab8b209b",
                    "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": "671d881b-21bd-4b2a-aa28-c5790711454b",
                            "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": "05a83f41-9a4c-4486-a91f-1a382942126e",
            "name": "managed data [deprecated]",
            "description": {
                "content": "",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "38a93d90-0c4b-4d6b-b0b3-6c348432cefd",
                    "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": "f20fedf2-e8a1-4b16-833e-9c208397bfff",
                            "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      \"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      \"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      \"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      \"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": "d8a4c6b4-b0db-4eeb-9bf6-56312e4a4896",
                    "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": "38fdc038-60a2-445e-9855-924eb9f92523",
                            "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": "dcf2a758-02aa-48c6-b4d3-ed421c4cc41a",
                    "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": "20f69889-88e7-4230-bbc3-f04766878ff5",
                            "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": "6c7e4985-7797-4714-a8a5-e5f7f4ab6e7d",
                    "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": "22c53286-d364-48ce-a904-c6dd1118df1c",
                            "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": "4b21b44d-85f3-4487-bdba-6fd0c228b413",
                    "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": "42af120a-416b-4b1e-bd79-662e5001291b",
                            "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": "112b4fc6-984f-419f-911f-a96dbf4601b3",
                    "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": "dcc57f47-e4de-463b-aede-b7a8a7ce1f49",
                            "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": "ce571de5-dc81-4cb6-bafa-06fc2de6cf36",
                    "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": "a2f9cf3c-24ba-41d2-821d-4fe62b133ee8",
                            "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": "3a84ea23-5b62-4b28-857c-bd56efca7232",
                    "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": "d550fec0-d2b6-40fe-9cea-8b9d5139c57b",
                            "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": "dcfac8a6-d8a1-4bbc-9737-196432972676",
                    "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": "58e20f4e-c47e-4c04-9e68-f161903991a5",
                            "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": "78136592-61a9-4e19-b3d8-2ef8644d14d9",
                    "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": "6b10b194-9693-42cd-b703-f7d7c0af0a5c",
                            "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": "65f116b7-7397-4534-a173-d145fa9bd95f",
                    "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": "b3568cf0-8ee1-4ca0-a6b8-af2a8fdbce58",
                            "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": "3dbfd954-71a9-4add-98c3-57b575786a34",
                    "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": "5e521907-1349-4cc0-bfc3-fd2127ca3d01",
                            "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": "d64efcfa-4998-4fe0-9fd2-fb0d0d448911",
                    "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": "53da1f07-df96-48a0-8248-ce38f36e672b",
                            "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": "112fe052-e9c8-4b61-8114-ea0092e35fc4",
                    "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": "8f90c824-1311-457b-98f9-6d7aafb001a8",
                            "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": "a9be1c55-3ed8-432b-8d0b-9d5af74872ed",
                    "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": "28383e50-9be6-4699-9b6c-b952e5b56539",
                            "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": "f4339c0c-f5b7-4ded-9da9-98f481fe9236",
                    "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": "82ffd230-1975-44b4-88ac-7e9f897804b8",
                            "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": "74eb79f1-8fe9-4065-aa76-a64f8fe19946",
            "name": "jobs",
            "description": {
                "content": "",
                "type": "text/plain"
            },
            "item": [
                {
                    "id": "a3e8e442-8939-4ed8-b539-71036414fc48",
                    "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": "4ce2be3d-0804-408c-9de0-19c03aefeb0d",
                            "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": "85874418-6313-4ec4-91f5-e510d4bc9a73",
        "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"
        }
    }
}