{ "info": { "_postman_id": "259cde7d-dd2a-4686-85de-c0508f7eaba3", "name": "Method Account Attributes Entity Credit Scores 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:12:00.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "lastUpdatedBy": "35240", "uid": "35240-259cde7d-dd2a-4686-85de-c0508f7eaba3" }, "item": [ { "name": "entities", "item": [ { "name": "{entityId}", "item": [ { "name": "credit_scores", "item": [ { "name": "{crsId}", "item": [ { "name": "Retrieve an entity credit score", "id": "12119e5c-0805-4fdd-b22c-aee3e30aedcb", "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}}/entities/:entityId/credit_scores/:crsId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores", ":crsId" ], "variable": [ { "id": "aab6526c-401e-4164-877d-f32e5e679f1c", "key": "entityId", "value": "ent_veXGUrm1jy", "description": "(Required) Unique identifier for the entity." }, { "id": "7ebe9be5-efdc-44ef-bebf-923dd9220ba1", "key": "crsId", "value": "crs_BLcnCSfFDS", "description": "(Required) Unique identifier for the entity credit score." } ] }, "description": "Returns a single entity credit score by its identifier." }, "response": [ { "id": "9c861aa2-81e0-481c-8464-25a3e4261c3c", "name": "The requested entity credit score.", "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}}/entities/:entityId/credit_scores/:crsId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores", ":crsId" ], "variable": [ { "key": "entityId" }, { "key": "crsId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"id\": \"\",\n \"entity_id\": \"\",\n \"status\": \"failed\",\n \"scores\": [\n {\n \"score\": \"\",\n \"source\": \"\",\n \"model\": \"\",\n \"factors\": [\n {\n \"code\": \"\",\n \"description\": \"\"\n },\n {\n \"code\": \"\",\n \"description\": \"\"\n }\n ],\n \"created_at\": \"\"\n },\n {\n \"score\": \"\",\n \"source\": \"\",\n \"model\": \"\",\n \"factors\": null,\n \"created_at\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"error\": null\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-9c861aa2-81e0-481c-8464-25a3e4261c3c" }, { "id": "57bb6055-7d18-4d5b-9362-a74e5e0409c5", "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}}/entities/:entityId/credit_scores/:crsId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores", ":crsId" ], "variable": [ { "key": "entityId" }, { "key": "crsId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-57bb6055-7d18-4d5b-9362-a74e5e0409c5" }, { "id": "b53479e3-7ae2-4cfd-bece-a039b4ce2f61", "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}}/entities/:entityId/credit_scores/:crsId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores", ":crsId" ], "variable": [ { "key": "entityId" }, { "key": "crsId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-b53479e3-7ae2-4cfd-bece-a039b4ce2f61" }, { "id": "af2eb455-43a5-465b-9507-5c42a6e31b80", "name": "Forbidden - insufficient permissions for this operation.", "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}}/entities/:entityId/credit_scores/:crsId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores", ":crsId" ], "variable": [ { "key": "entityId" }, { "key": "crsId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-af2eb455-43a5-465b-9507-5c42a6e31b80" }, { "id": "b6095a94-6783-473d-a2ff-f1b9bc36b9af", "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}}/entities/:entityId/credit_scores/:crsId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores", ":crsId" ], "variable": [ { "key": "entityId" }, { "key": "crsId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-b6095a94-6783-473d-a2ff-f1b9bc36b9af" }, { "id": "dbc6f553-9db4-4d9c-8819-be3fef85a7e5", "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}}/entities/:entityId/credit_scores/:crsId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores", ":crsId" ], "variable": [ { "key": "entityId" }, { "key": "crsId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-dbc6f553-9db4-4d9c-8819-be3fef85a7e5" }, { "id": "52a35609-b6e3-40b9-b886-bb4d23d8e984", "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}}/entities/:entityId/credit_scores/:crsId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores", ":crsId" ], "variable": [ { "key": "entityId" }, { "key": "crsId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-52a35609-b6e3-40b9-b886-bb4d23d8e984" } ], "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-12119e5c-0805-4fdd-b22c-aee3e30aedcb" } ], "id": "1f04b1ca-ea59-4c77-b517-5d9f19c089c0", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-1f04b1ca-ea59-4c77-b517-5d9f19c089c0" }, { "name": "List all entity credit scores", "id": "f70b4013-57f3-42b0-b808-baaa435207d7", "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}}/entities/:entityId/credit_scores?page=1&page_limit=10&page_cursor=&from_date=&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores" ], "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": "" }, { "description": "Filter results from this date (inclusive, YYYY-MM-DD format).", "key": "from_date", "value": "" }, { "description": "Filter results to this date (inclusive, YYYY-MM-DD format).", "key": "to_date", "value": "" } ], "variable": [ { "id": "707a536f-413e-4043-b863-9ffa1e5cebd8", "key": "entityId", "value": "ent_veXGUrm1jy", "description": "(Required) Unique identifier for the entity." } ] }, "description": "Returns a list of credit scores for the specified entity." }, "response": [ { "id": "6c0a44fa-8473-4d4a-b828-872b5bba0f98", "name": "A list of entity credit scores.", "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}}/entities/:entityId/credit_scores?page=1&page_limit=10&page_cursor=&from_date=&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores" ], "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": "" }, { "description": "Filter results from this date (inclusive, YYYY-MM-DD format).", "key": "from_date", "value": "" }, { "description": "Filter results to this date (inclusive, YYYY-MM-DD format).", "key": "to_date", "value": "" } ], "variable": [ { "key": "entityId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Current page number.", "type": "text/plain" }, "key": "Pagination-Page", "value": "" }, { "disabled": false, "description": { "content": "Total number of pages.", "type": "text/plain" }, "key": "Pagination-Page-Count", "value": "" }, { "disabled": false, "description": { "content": "Number of items per page.", "type": "text/plain" }, "key": "Pagination-Page-Limit", "value": "" }, { "disabled": false, "description": { "content": "Total number of items across all pages.", "type": "text/plain" }, "key": "Pagination-Total-Count", "value": "" }, { "disabled": false, "description": { "content": "Cursor for the previous page, if available.", "type": "text/plain" }, "key": "Pagination-Page-Cursor-Prev", "value": "" }, { "disabled": false, "description": { "content": "Cursor for the next page, if available.", "type": "text/plain" }, "key": "Pagination-Page-Cursor-Next", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": [\n {\n \"id\": \"\",\n \"entity_id\": \"\",\n \"status\": \"pending\",\n \"scores\": [\n {\n \"score\": \"\",\n \"source\": \"\",\n \"model\": \"\",\n \"factors\": null,\n \"created_at\": \"\"\n },\n {\n \"score\": \"\",\n \"source\": \"\",\n \"model\": \"\",\n \"factors\": null,\n \"created_at\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"error\": {\n \"type\": \"CREDIT_SCORE_FAILED\",\n \"code\": 23001,\n \"sub_type\": \"CREDIT_SCORE_FAILED_TEMPORARILY_UNAVAILABLE\",\n \"message\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"entity_id\": \"\",\n \"status\": \"completed\",\n \"scores\": null,\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"error\": {\n \"type\": \"CREDIT_SCORE_FAILED\",\n \"code\": 23001,\n \"sub_type\": \"CREDIT_SCORE_FAILED_TEMPORARILY_UNAVAILABLE\",\n \"message\": \"\"\n }\n }\n ],\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-6c0a44fa-8473-4d4a-b828-872b5bba0f98" }, { "id": "53f32373-26c7-4f03-b514-f186cd8d0f97", "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}}/entities/:entityId/credit_scores?page=1&page_limit=10&page_cursor=&from_date=&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores" ], "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": "" }, { "description": "Filter results from this date (inclusive, YYYY-MM-DD format).", "key": "from_date", "value": "" }, { "description": "Filter results to this date (inclusive, YYYY-MM-DD format).", "key": "to_date", "value": "" } ], "variable": [ { "key": "entityId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-53f32373-26c7-4f03-b514-f186cd8d0f97" }, { "id": "ff7fd529-a551-42e3-ad88-0e042351a371", "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}}/entities/:entityId/credit_scores?page=1&page_limit=10&page_cursor=&from_date=&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores" ], "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": "" }, { "description": "Filter results from this date (inclusive, YYYY-MM-DD format).", "key": "from_date", "value": "" }, { "description": "Filter results to this date (inclusive, YYYY-MM-DD format).", "key": "to_date", "value": "" } ], "variable": [ { "key": "entityId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-ff7fd529-a551-42e3-ad88-0e042351a371" }, { "id": "aed57db1-92d5-4891-b032-5866d3482a5e", "name": "Forbidden - insufficient permissions for this operation.", "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}}/entities/:entityId/credit_scores?page=1&page_limit=10&page_cursor=&from_date=&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores" ], "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": "" }, { "description": "Filter results from this date (inclusive, YYYY-MM-DD format).", "key": "from_date", "value": "" }, { "description": "Filter results to this date (inclusive, YYYY-MM-DD format).", "key": "to_date", "value": "" } ], "variable": [ { "key": "entityId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-aed57db1-92d5-4891-b032-5866d3482a5e" }, { "id": "54050f50-c84c-421e-8e3e-97f79621c7c4", "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}}/entities/:entityId/credit_scores?page=1&page_limit=10&page_cursor=&from_date=&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores" ], "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": "" }, { "description": "Filter results from this date (inclusive, YYYY-MM-DD format).", "key": "from_date", "value": "" }, { "description": "Filter results to this date (inclusive, YYYY-MM-DD format).", "key": "to_date", "value": "" } ], "variable": [ { "key": "entityId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-54050f50-c84c-421e-8e3e-97f79621c7c4" }, { "id": "53b0ff6d-0085-4cdc-b749-d79f7aeb4047", "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}}/entities/:entityId/credit_scores?page=1&page_limit=10&page_cursor=&from_date=&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores" ], "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": "" }, { "description": "Filter results from this date (inclusive, YYYY-MM-DD format).", "key": "from_date", "value": "" }, { "description": "Filter results to this date (inclusive, YYYY-MM-DD format).", "key": "to_date", "value": "" } ], "variable": [ { "key": "entityId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-53b0ff6d-0085-4cdc-b749-d79f7aeb4047" }, { "id": "90c24410-c5ed-4611-948b-27a1fe7866b3", "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}}/entities/:entityId/credit_scores?page=1&page_limit=10&page_cursor=&from_date=&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores" ], "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": "" }, { "description": "Filter results from this date (inclusive, YYYY-MM-DD format).", "key": "from_date", "value": "" }, { "description": "Filter results to this date (inclusive, YYYY-MM-DD format).", "key": "to_date", "value": "" } ], "variable": [ { "key": "entityId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-90c24410-c5ed-4611-948b-27a1fe7866b3" } ], "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-f70b4013-57f3-42b0-b808-baaa435207d7" }, { "name": "Create an entity credit score", "id": "b207cdd2-b3a1-470f-a4ba-c9082b8c9d60", "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": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/entities/:entityId/credit_scores", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores" ], "variable": [ { "id": "f2dbefbd-be66-4700-a9da-6364fcae52cb", "key": "entityId", "value": "ent_veXGUrm1jy", "description": "(Required) Unique identifier for the entity." } ] }, "description": "Creates a new credit score retrieval for the specified entity." }, "response": [ { "id": "7e5fef82-a7f3-4f43-b0f6-85c61bf2ab4c", "name": "The created entity credit score.", "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": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/entities/:entityId/credit_scores", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores" ], "variable": [ { "key": "entityId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"id\": \"\",\n \"entity_id\": \"\",\n \"status\": \"failed\",\n \"scores\": [\n {\n \"score\": \"\",\n \"source\": \"\",\n \"model\": \"\",\n \"factors\": [\n {\n \"code\": \"\",\n \"description\": \"\"\n },\n {\n \"code\": \"\",\n \"description\": \"\"\n }\n ],\n \"created_at\": \"\"\n },\n {\n \"score\": \"\",\n \"source\": \"\",\n \"model\": \"\",\n \"factors\": null,\n \"created_at\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"error\": null\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-7e5fef82-a7f3-4f43-b0f6-85c61bf2ab4c" }, { "id": "b58d9c7e-f0f9-4a87-9ec0-c0bdbbda67af", "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": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/entities/:entityId/credit_scores", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores" ], "variable": [ { "key": "entityId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-b58d9c7e-f0f9-4a87-9ec0-c0bdbbda67af" }, { "id": "24099fc1-0750-4176-a849-db9e1c0a1b10", "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": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/entities/:entityId/credit_scores", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores" ], "variable": [ { "key": "entityId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-24099fc1-0750-4176-a849-db9e1c0a1b10" }, { "id": "a44ee034-c6c9-4e14-9301-b60c85bc68aa", "name": "Forbidden - insufficient permissions for this operation.", "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": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/entities/:entityId/credit_scores", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores" ], "variable": [ { "key": "entityId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-a44ee034-c6c9-4e14-9301-b60c85bc68aa" }, { "id": "cc03bc91-3758-4f23-b018-dbda3661d38a", "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": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/entities/:entityId/credit_scores", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores" ], "variable": [ { "key": "entityId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-cc03bc91-3758-4f23-b018-dbda3661d38a" }, { "id": "3f930f7e-3b2a-4168-9964-bc9f94071c2b", "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": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/entities/:entityId/credit_scores", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores" ], "variable": [ { "key": "entityId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-3f930f7e-3b2a-4168-9964-bc9f94071c2b" }, { "id": "55f53ced-ed2d-4872-886b-b324744da913", "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": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/entities/:entityId/credit_scores", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores" ], "variable": [ { "key": "entityId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-55f53ced-ed2d-4872-886b-b324744da913" }, { "id": "cd4c5db4-6527-4afc-8fed-d2e81bb7c29d", "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": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/entities/:entityId/credit_scores", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "credit_scores" ], "variable": [ { "key": "entityId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-cd4c5db4-6527-4afc-8fed-d2e81bb7c29d" } ], "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-b207cdd2-b3a1-470f-a4ba-c9082b8c9d60" } ], "id": "59bfa48b-6590-426a-9360-7d177b2c8d60", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-59bfa48b-6590-426a-9360-7d177b2c8d60" } ], "id": "52aea761-633e-4ae2-a99d-e848ded508df", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-52aea761-633e-4ae2-a99d-e848ded508df" } ], "id": "322fb237-98aa-4de8-88a1-ed296d4f0f34", "createdAt": "2026-07-28T02:12:01.000Z", "updatedAt": "2026-07-28T02:12:01.000Z", "uid": "35240-322fb237-98aa-4de8-88a1-ed296d4f0f34" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://production.methodfi.com" } ] }