{ "opencollection": "1.0.0", "info": { "name": "MX Platform Members API", "version": "0.1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Members", "type": "folder" }, "items": [ { "info": { "name": "List members", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members", "params": [ { "name": "page", "value": "1", "type": "query", "description": "Specify current page." }, { "name": "records_per_page", "value": "10", "type": "query", "description": "Specify records per page." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "This endpoint returns an array which contains information on every member associated with a specific user." }, { "info": { "name": "Create member", "type": "http" }, "http": { "method": "POST", "url": "https://api.mx.com/users/:user_guid/members", "params": [ { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint allows you to create a new member. Members are created with the required parameters credentials and institution_code, and the optional parameters id and metadata. When creating a member, youll need to 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. If successful, the MX Platform API will respond with the newly-cr" }, { "info": { "name": "Read member", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members/:member_guid", "params": [ { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "Use this endpoint to read the attributes of a specific member." }, { "info": { "name": "Update member", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mx.com/users/:user_guid/members/:member_guid", "params": [ { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ], "body": { "type": "json", "data": "{}" } }, "docs": "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." }, { "info": { "name": "Delete member", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mx.com/users/:user_guid/members/:member_guid", "params": [ { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "Accessing this endpoint will permanently delete a member." }, { "info": { "name": "List account numbers by member", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/account_numbers", "params": [ { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "page", "value": "1", "type": "query", "description": "Specify current page." }, { "name": "records_per_page", "value": "10", "type": "query", "description": "Specify records per page." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "This endpoint returns a list of account numbers associated with the specified `member`." }, { "info": { "name": "List account owners by member", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/account_owners", "params": [ { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "page", "value": "1", "type": "query", "description": "Specify current page." }, { "name": "records_per_page", "value": "10", "type": "query", "description": "Specify records per page." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "This endpoint returns an array with information about every account associated with a particular member." }, { "info": { "name": "List accounts by member", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/accounts", "params": [ { "name": "member_is_managed_by_user", "value": "true", "type": "query", "description": "List only accounts whose member is managed by the user." }, { "name": "page", "value": "1", "type": "query", "description": "Specify current page." }, { "name": "records_per_page", "value": "10", "type": "query", "description": "Specify records per page." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." }, { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." } ] }, "docs": "This endpoint returns a list of all the accounts associated with the specified `member`." }, { "info": { "name": "Read account by member", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/accounts/:account_guid", "params": [ { "name": "account_guid", "value": "ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1", "type": "path", "description": "The unique id for an `account`." }, { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "This endpoint allows you to read the attributes of an `account` resource." }, { "info": { "name": "Update account by member", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/accounts/:account_guid", "params": [ { "name": "account_guid", "value": "ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1", "type": "path", "description": "The unique id for an `account`." }, { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ], "body": { "type": "json", "data": "{}" } }, "docs": "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`." }, { "info": { "name": "Aggregate member", "type": "http" }, "http": { "method": "POST", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/aggregate", "params": [ { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "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." }, { "info": { "name": "List member challenges", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/challenges", "params": [ { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "page", "value": "1", "type": "query", "description": "Specify current page." }, { "name": "records_per_page", "value": "10", "type": "query", "description": "Specify records per page." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "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." }, { "info": { "name": "Check balances", "type": "http" }, "http": { "method": "POST", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/check_balance", "params": [ { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "This endpoint operates much like the aggregate member endpoint except that it gathers only account balance information; it does not gather any transaction data." }, { "info": { "name": "List member credentials", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/credentials", "params": [ { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "page", "value": "1", "type": "query", "description": "Specify current page." }, { "name": "records_per_page", "value": "10", "type": "query", "description": "Specify records per page." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "This endpoint returns an array which contains information on every non-MFA credential associated with a specific member." }, { "info": { "name": "Extend history", "type": "http" }, "http": { "method": "POST", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/extend_history", "params": [ { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique identifier for a `member`." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique identifier for a `user`." } ] }, "docs": "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." }, { "info": { "name": "Fetch Rewards", "type": "http" }, "http": { "method": "POST", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/fetch_rewards", "params": [ { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." }, { "name": "member_guid", "value": "MBR-fa7537f3-48aa-a683-a02a-b18345562f54", "type": "path", "description": "The unique identifier for the member. Defined by MX." } ] }, "docs": "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." }, { "info": { "name": "Fetch statements", "type": "http" }, "http": { "method": "POST", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/fetch_statements", "params": [ { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "Use this endpoint to fetch the statements associated with a particular member." }, { "info": { "name": "Fetch Tax Documents", "type": "http" }, "http": { "method": "POST", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/fetch_tax_documents", "params": [ { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "Use this endpoint to fetch (aggregate) the tax documents associated with the specified member. This request **does not** return the latest tax documents. It just starts the document aggregation process and returns the initial state of the process. You must interact with the newly aggregated data using the other document endpoints in this reference. This request may also trigger multi-factor authentication which requires end-user input and a specific process for answering authentication challenge" }, { "info": { "name": "List holdings by member", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/holdings", "params": [ { "name": "from_date", "value": "2015-09-20", "type": "query", "description": "Filter holdings from this date." }, { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "page", "value": "1", "type": "query", "description": "Specify current page." }, { "name": "records_per_page", "value": "10", "type": "query", "description": "Specify records per page." }, { "name": "to_date", "value": "2019-10-20", "type": "query", "description": "Filter holdings to this date." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "This endpoint returns all holdings associated with the specified `member` across all accounts." }, { "info": { "name": "Identify member", "type": "http" }, "http": { "method": "POST", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/identify", "params": [ { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "The identify endpoint begins an identification process for an already-existing member." }, { "info": { "name": "Request oauth window uri", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/oauth_window_uri", "params": [ { "name": "client_redirect_url", "value": "https://mx.com", "type": "query", "description": "A URL that MX will redirect to at the end of OAuth with additional query parameters. Only available with `referral_source=APP`." }, { "name": "enable_app2app", "value": "false", "type": "query", "description": "This indicates whether OAuth app2app behavior is enabled for institutions that support it. Defaults to `true`. This setting is not persistent." }, { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "referral_source", "value": "APP", "type": "query", "description": "Must be either `BROWSER` or `APP` depending on the implementation. Defaults to `BROWSER`." }, { "name": "skip_aggregation", "value": "false", "type": "query", "description": "Setting this parameter to `true` will prevent the member from automatically aggregating after being redirected from the authorization page." }, { "name": "ui_message_webview_url_scheme", "value": "mx", "type": "query", "description": "A scheme for routing the user back to the application state they were previously in. Only available with `referral_source=APP`." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "This endpoint will generate an `oauth_window_uri` for the specified `member`." }, { "info": { "name": "Resume aggregation", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/resume", "params": [ { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint answers the challenges needed when a member has been challenged by multi-factor authentication." }, { "info": { "name": "List Rewards", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/rewards", "params": [ { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." }, { "name": "member_guid", "value": "MBR-fa7537f3-48aa-a683-a02a-b18345562f54", "type": "path", "description": "The unique identifier for the member. Defined by MX." } ] }, "docs": "Use this endpoint to list all the `rewards` associated with a specified `member`." }, { "info": { "name": "Read Reward", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/rewards/:reward_guid", "params": [ { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." }, { "name": "member_guid", "value": "MBR-fa7537f3-48aa-a683-a02a-b18345562f54", "type": "path", "description": "The unique identifier for the member. Defined by MX." }, { "name": "reward_guid", "value": "RWD-fa7537f3-48aa-a683-a02a-b324322f54", "type": "path", "description": "The unique identifier for the rewards. Defined by MX." } ] }, "docs": "Use this endpoint to read a specific `reward` based on its unique GUID.." }, { "info": { "name": "List statements by member", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/statements", "params": [ { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "page", "value": "1", "type": "query", "description": "Specify current page." }, { "name": "records_per_page", "value": "10", "type": "query", "description": "Specify records per page." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "Use this endpoint to get an array of available statements." }, { "info": { "name": "Read statement by member", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/statements/:statement_guid", "params": [ { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "statement_guid", "value": "STA-737a344b-caae-0f6e-1384-01f52e75dcb1", "type": "path", "description": "The unique id for a `statement`." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "Use this endpoint to read a JSON representation of the statement." }, { "info": { "name": "Download statement pdf", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/statements/:statement_guid.pdf", "params": [ { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "statement_guid", "value": "STA-737a344b-caae-0f6e-1384-01f52e75dcb1", "type": "path", "description": "The unique id for a `statement`." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "Use this endpoint to download a specified statement PDF." }, { "info": { "name": "Read member status", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/status", "params": [ { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "This endpoint provides the status of the members most recent aggregation event. This is an important step in the aggregation process, and the results returned by this endpoint should determine what you do next in order to successfully aggregate a member. MX has introduced new, more detailed information on the current status of a members connection to a financial institution and the state of its aggregation - the connection_status field. These are intended to replace and expand upon the informati" }, { "info": { "name": "List Tax Documents", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/tax_documents", "params": [ { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "page", "value": "1", "type": "query", "description": "Specify current page." }, { "name": "records_per_page", "value": "10", "type": "query", "description": "Specify records per page." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "Use this endpoint to get a paginated list of tax documents." }, { "info": { "name": "Read a Tax Document", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/tax_documents/:tax_document_guid", "params": [ { "name": "tax_document_guid", "value": "TAX-987dfds1b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `tax_document`." }, { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "Use this endpoint to read the attributes of the specified tax document." }, { "info": { "name": "Download a Tax Document PDF", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/tax_documents/:tax_document_guid.pdf", "params": [ { "name": "tax_document_guid", "value": "TAX-987dfds1b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `tax_document`." }, { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "Use this endpoint to download a PDF version of the specified tax document. The endpoint URL is the base URL appended with the uri of the tax_document." }, { "info": { "name": "List transactions by member", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/transactions", "params": [ { "name": "from_date", "value": "2015-09-20", "type": "query", "description": "Filter transactions from this date." }, { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "page", "value": "1", "type": "query", "description": "Specify current page." }, { "name": "records_per_page", "value": "10", "type": "query", "description": "Specify records per page." }, { "name": "to_date", "value": "2019-10-20", "type": "query", "description": "Filter transactions to this date." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "Requests to this endpoint return a list of transactions associated with the specified `member`, accross all accounts associated with that `member`." }, { "info": { "name": "Verify member", "type": "http" }, "http": { "method": "POST", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/verify", "params": [ { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "The verify endpoint begins a verification process for a member." } ] } ], "bundled": true }