{ "info": { "_postman_id": "ac9cb904-9b8f-446f-b473-58a44ec785a4", "name": "Method Account Attributes Account Sensitive API", "description": "The Method API enables you to retrieve financial data, create payments, and manage\nentities and accounts programmatically. This specification covers the public API\nsurface for version `2025-12-01`.\n\n## Authentication\n\nMost API requests require a Bearer token in the `Authorization` header.\nUse your secret key (`sk_...`) for server-side requests and public key (`pk_...`)\nfor client-side Element requests. Public Message-Level Encryption key discovery\nendpoints are documented separately and do not require authentication.\n\n## Versioning\n\nThe API version is selected via the `Method-Version` header. This spec targets\nversion `2025-12-01`. The SDK sets this header automatically.\n\n## Response Envelope\n\nMost JSON responses are wrapped in a standard envelope:\n\n```json\n{\n \"success\": true,\n \"data\": { ... },\n \"message\": null\n}\n```\n\nThe `/.well-known/jwks.json` endpoint is an exception and returns a bare JWK set.\n\n## Pagination\n\nList endpoints return pagination metadata in response headers:\n`Pagination-Page`, `Pagination-Page-Count`, `Pagination-Page-Limit`,\n`Pagination-Total-Count`, `Pagination-Page-Cursor-Prev`, `Pagination-Page-Cursor-Next`.\n\n## Expandable Fields\n\nCertain resource fields can be expanded from IDs to full objects using the\n`expand` query parameter. Maximum nesting depth is 4 levels.\n\n\nContact Support:\n Name: Method Financial\n Email: team@methodfi.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:09:38.000Z", "updatedAt": "2026-07-28T02:09:38.000Z", "lastUpdatedBy": "35240", "uid": "35240-ac9cb904-9b8f-446f-b473-58a44ec785a4" }, "item": [ { "name": "accounts", "item": [ { "name": "{accountId}", "item": [ { "name": "sensitive", "item": [ { "name": "{astvId}", "item": [ { "name": "Retrieve an account sensitive record", "id": "120eb409-2c38-4e76-bdf9-761cc9d69cf1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/sensitive/:astvId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "sensitive", ":astvId" ], "variable": [ { "id": "6a8906ca-d8c0-42a2-9e16-a83a363e6a98", "key": "accountId", "value": "acc_Fp", "description": "(Required) Unique identifier for the account." }, { "id": "bdab3149-9c88-45af-9b96-3ec8b844af4b", "key": "astvId", "value": "astv_xOX4H", "description": "(Required) Unique identifier for the account sensitive record." } ] }, "description": "Retrieves an account sensitive record by its unique identifier." }, "response": [ { "id": "e141a1ac-a9b4-4752-865c-3bf23f15c71b", "name": "The requested account sensitive record.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/sensitive/:astvId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "sensitive", ":astvId" ], "variable": [ { "key": "accountId" }, { "key": "astvId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"id\": \"astv_OOWM3\",\n \"account_id\": \"acc__Cbf\",\n \"status\": \"failed\",\n \"type\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"error\": null\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:39.000Z", "updatedAt": "2026-07-28T02:09:39.000Z", "uid": "35240-e141a1ac-a9b4-4752-865c-3bf23f15c71b" }, { "id": "686cb46b-50f3-40be-9d2f-677fc77dabb5", "name": "Bad request - invalid parameters or request body.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/sensitive/:astvId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "sensitive", ":astvId" ], "variable": [ { "key": "accountId" }, { "key": "astvId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:39.000Z", "updatedAt": "2026-07-28T02:09:39.000Z", "uid": "35240-686cb46b-50f3-40be-9d2f-677fc77dabb5" }, { "id": "1b2725af-d562-4d06-b901-8515bf0b16d3", "name": "Unauthorized - missing or invalid authentication token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/sensitive/:astvId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "sensitive", ":astvId" ], "variable": [ { "key": "accountId" }, { "key": "astvId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:39.000Z", "updatedAt": "2026-07-28T02:09:39.000Z", "uid": "35240-1b2725af-d562-4d06-b901-8515bf0b16d3" }, { "id": "115bdf64-ed83-420c-8c2b-f4abe57f1cda", "name": "Not found - the requested resource does not exist.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/sensitive/:astvId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "sensitive", ":astvId" ], "variable": [ { "key": "accountId" }, { "key": "astvId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:39.000Z", "updatedAt": "2026-07-28T02:09:39.000Z", "uid": "35240-115bdf64-ed83-420c-8c2b-f4abe57f1cda" }, { "id": "995f05e9-eae5-41ea-b7d1-27ae80b4361a", "name": "Too many requests - rate limit exceeded.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/sensitive/:astvId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "sensitive", ":astvId" ], "variable": [ { "key": "accountId" }, { "key": "astvId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Number of seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:39.000Z", "updatedAt": "2026-07-28T02:09:39.000Z", "uid": "35240-995f05e9-eae5-41ea-b7d1-27ae80b4361a" }, { "id": "40f9272e-9d1b-4437-94ae-b937cbcf16c0", "name": "Internal server error.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/sensitive/:astvId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "sensitive", ":astvId" ], "variable": [ { "key": "accountId" }, { "key": "astvId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:39.000Z", "updatedAt": "2026-07-28T02:09:39.000Z", "uid": "35240-40f9272e-9d1b-4437-94ae-b937cbcf16c0" } ], "createdAt": "2026-07-28T02:09:38.000Z", "updatedAt": "2026-07-28T02:09:38.000Z", "uid": "35240-120eb409-2c38-4e76-bdf9-761cc9d69cf1" } ], "id": "a342014a-af1a-4c29-8f85-1ae3b56eb7b3", "createdAt": "2026-07-28T02:09:38.000Z", "updatedAt": "2026-07-28T02:09:38.000Z", "uid": "35240-a342014a-af1a-4c29-8f85-1ae3b56eb7b3" }, { "name": "List all account sensitive records", "id": "970e5b11-a738-46b6-bca9-b83fe1bdd819", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/sensitive?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "sensitive" ], "query": [ { "description": "Page number for pagination (1-indexed).", "key": "page", "value": "1" }, { "description": "Number of items per page.", "key": "page_limit", "value": "10" }, { "description": "Cursor for cursor-based pagination. Use the value from `Pagination-Page-Cursor-Next` or `Pagination-Page-Cursor-Prev` response headers.", "key": "page_cursor", "value": "" } ], "variable": [ { "id": "e28780fd-e0b6-4bad-90db-4f004413ca5d", "key": "accountId", "value": "acc_Fp", "description": "(Required) Unique identifier for the account." } ] }, "description": "Returns a list of sensitive data records for the specified account." }, "response": [ { "id": "9ef9ece7-821c-4dc1-820b-0dfd08d1b38a", "name": "A paginated list of account sensitive records.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/sensitive?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "sensitive" ], "query": [ { "description": "Page number for pagination (1-indexed).", "key": "page", "value": "1" }, { "description": "Number of items per page.", "key": "page_limit", "value": "10" }, { "description": "Cursor for cursor-based pagination. Use the value from `Pagination-Page-Cursor-Next` or `Pagination-Page-Cursor-Prev` response headers.", "key": "page_cursor", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Pagination-Page", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Pagination-Page-Count", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Pagination-Page-Limit", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Pagination-Total-Count", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Pagination-Page-Cursor-Prev", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Pagination-Page-Cursor-Next", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": [\n {\n \"id\": \"astv_xRWxb\",\n \"account_id\": \"acc_Fjdo4r0WJM\",\n \"status\": \"pending\",\n \"type\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"error\": {\n \"type\": \"ACCOUNT_SENSITIVE_FAILED\",\n \"code\": 17001,\n \"sub_type\": \"ACCOUNT_SENSITIVE_FAILED_VERIFICATION_REQUIRED\",\n \"message\": \"\"\n }\n },\n {\n \"id\": \"astv_FO\",\n \"account_id\": \"acc_sAzAAn_\",\n \"status\": \"completed\",\n \"type\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"error\": null\n }\n ],\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:39.000Z", "updatedAt": "2026-07-28T02:09:39.000Z", "uid": "35240-9ef9ece7-821c-4dc1-820b-0dfd08d1b38a" }, { "id": "17591c4e-e257-4b8b-9cbd-15c8669ea560", "name": "Bad request - invalid parameters or request body.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/sensitive?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "sensitive" ], "query": [ { "description": "Page number for pagination (1-indexed).", "key": "page", "value": "1" }, { "description": "Number of items per page.", "key": "page_limit", "value": "10" }, { "description": "Cursor for cursor-based pagination. Use the value from `Pagination-Page-Cursor-Next` or `Pagination-Page-Cursor-Prev` response headers.", "key": "page_cursor", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:39.000Z", "updatedAt": "2026-07-28T02:09:39.000Z", "uid": "35240-17591c4e-e257-4b8b-9cbd-15c8669ea560" }, { "id": "755d9994-6c7b-4a17-83b6-aeb3e4d539b2", "name": "Unauthorized - missing or invalid authentication token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/sensitive?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "sensitive" ], "query": [ { "description": "Page number for pagination (1-indexed).", "key": "page", "value": "1" }, { "description": "Number of items per page.", "key": "page_limit", "value": "10" }, { "description": "Cursor for cursor-based pagination. Use the value from `Pagination-Page-Cursor-Next` or `Pagination-Page-Cursor-Prev` response headers.", "key": "page_cursor", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:39.000Z", "updatedAt": "2026-07-28T02:09:39.000Z", "uid": "35240-755d9994-6c7b-4a17-83b6-aeb3e4d539b2" }, { "id": "13ed5489-1818-4a91-97f2-8e9150411abb", "name": "Not found - the requested resource does not exist.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/sensitive?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "sensitive" ], "query": [ { "description": "Page number for pagination (1-indexed).", "key": "page", "value": "1" }, { "description": "Number of items per page.", "key": "page_limit", "value": "10" }, { "description": "Cursor for cursor-based pagination. Use the value from `Pagination-Page-Cursor-Next` or `Pagination-Page-Cursor-Prev` response headers.", "key": "page_cursor", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:39.000Z", "updatedAt": "2026-07-28T02:09:39.000Z", "uid": "35240-13ed5489-1818-4a91-97f2-8e9150411abb" }, { "id": "720f18f7-2a85-4426-99ca-e1d492861247", "name": "Too many requests - rate limit exceeded.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/sensitive?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "sensitive" ], "query": [ { "description": "Page number for pagination (1-indexed).", "key": "page", "value": "1" }, { "description": "Number of items per page.", "key": "page_limit", "value": "10" }, { "description": "Cursor for cursor-based pagination. Use the value from `Pagination-Page-Cursor-Next` or `Pagination-Page-Cursor-Prev` response headers.", "key": "page_cursor", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Number of seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:39.000Z", "updatedAt": "2026-07-28T02:09:39.000Z", "uid": "35240-720f18f7-2a85-4426-99ca-e1d492861247" }, { "id": "b7d73ac0-88ea-4d9b-94b1-34902bb5f83c", "name": "Internal server error.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/accounts/:accountId/sensitive?page=1&page_limit=10&page_cursor=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "sensitive" ], "query": [ { "description": "Page number for pagination (1-indexed).", "key": "page", "value": "1" }, { "description": "Number of items per page.", "key": "page_limit", "value": "10" }, { "description": "Cursor for cursor-based pagination. Use the value from `Pagination-Page-Cursor-Next` or `Pagination-Page-Cursor-Prev` response headers.", "key": "page_cursor", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:39.000Z", "updatedAt": "2026-07-28T02:09:39.000Z", "uid": "35240-b7d73ac0-88ea-4d9b-94b1-34902bb5f83c" } ], "createdAt": "2026-07-28T02:09:38.000Z", "updatedAt": "2026-07-28T02:09:38.000Z", "uid": "35240-970e5b11-a738-46b6-bca9-b83fe1bdd819" }, { "name": "Create an account sensitive record", "id": "33f5546b-3244-43fb-ae86-7cc4cbe7f043", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"expand\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/sensitive", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "sensitive" ], "variable": [ { "id": "b1a95c00-878b-4281-9299-ed957717e80a", "key": "accountId", "value": "acc_Fp", "description": "(Required) Unique identifier for the account." } ] }, "description": "Creates a new sensitive data request for the specified account." }, "response": [ { "id": "1f8ae881-e9f0-4aa8-9d8b-93ab879cae5b", "name": "The newly created account sensitive record.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"expand\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/sensitive", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "sensitive" ], "variable": [ { "key": "accountId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"id\": \"astv_OOWM3\",\n \"account_id\": \"acc__Cbf\",\n \"status\": \"failed\",\n \"type\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"error\": null\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:39.000Z", "updatedAt": "2026-07-28T02:09:39.000Z", "uid": "35240-1f8ae881-e9f0-4aa8-9d8b-93ab879cae5b" }, { "id": "a2fccbe2-3ec9-45e1-8bbc-da502d761d78", "name": "Bad request - invalid parameters or request body.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"expand\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/sensitive", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "sensitive" ], "variable": [ { "key": "accountId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:39.000Z", "updatedAt": "2026-07-28T02:09:39.000Z", "uid": "35240-a2fccbe2-3ec9-45e1-8bbc-da502d761d78" }, { "id": "d74d10c9-40f7-45f8-8d07-a865794082e4", "name": "Unauthorized - missing or invalid authentication token.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"expand\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/sensitive", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "sensitive" ], "variable": [ { "key": "accountId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:39.000Z", "updatedAt": "2026-07-28T02:09:39.000Z", "uid": "35240-d74d10c9-40f7-45f8-8d07-a865794082e4" }, { "id": "88d0a802-8282-422c-a1ca-2d68b7cfed59", "name": "Not found - the requested resource does not exist.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"expand\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/sensitive", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "sensitive" ], "variable": [ { "key": "accountId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:39.000Z", "updatedAt": "2026-07-28T02:09:39.000Z", "uid": "35240-88d0a802-8282-422c-a1ca-2d68b7cfed59" }, { "id": "78f09c9c-6bc3-469f-a430-fb52e4640a19", "name": "Unprocessable entity - the request was valid JSON but failed business or validation rules.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"expand\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/sensitive", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "sensitive" ], "variable": [ { "key": "accountId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:39.000Z", "updatedAt": "2026-07-28T02:09:39.000Z", "uid": "35240-78f09c9c-6bc3-469f-a430-fb52e4640a19" }, { "id": "8589ac3b-0c18-4fdd-b0b3-a8bf89a5ca9c", "name": "Too many requests - rate limit exceeded.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"expand\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/sensitive", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "sensitive" ], "variable": [ { "key": "accountId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Number of seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:39.000Z", "updatedAt": "2026-07-28T02:09:39.000Z", "uid": "35240-8589ac3b-0c18-4fdd-b0b3-a8bf89a5ca9c" }, { "id": "3ac8fa41-a6e4-4587-90a1-e0ac6106e151", "name": "Internal server error.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"expand\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/sensitive", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "sensitive" ], "variable": [ { "key": "accountId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"resource_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:39.000Z", "updatedAt": "2026-07-28T02:09:39.000Z", "uid": "35240-3ac8fa41-a6e4-4587-90a1-e0ac6106e151" } ], "createdAt": "2026-07-28T02:09:38.000Z", "updatedAt": "2026-07-28T02:09:38.000Z", "uid": "35240-33f5546b-3244-43fb-ae86-7cc4cbe7f043" } ], "id": "792fd99d-bf23-4ab3-a417-48ddf2729630", "createdAt": "2026-07-28T02:09:38.000Z", "updatedAt": "2026-07-28T02:09:38.000Z", "uid": "35240-792fd99d-bf23-4ab3-a417-48ddf2729630" } ], "id": "0af78e1d-6d21-49da-96be-cef82d4050d6", "createdAt": "2026-07-28T02:09:38.000Z", "updatedAt": "2026-07-28T02:09:38.000Z", "uid": "35240-0af78e1d-6d21-49da-96be-cef82d4050d6" } ], "id": "ebe21a7f-92df-4412-9cdd-1e7a5f9b79c2", "createdAt": "2026-07-28T02:09:38.000Z", "updatedAt": "2026-07-28T02:09:38.000Z", "uid": "35240-ebe21a7f-92df-4412-9cdd-1e7a5f9b79c2" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://production.methodfi.com" } ] }