{ "info": { "_postman_id": "06ff92e3-8432-4151-87c1-ffa18d038601", "name": "Method Account Attributes Entity Vehicles 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:05.000Z", "updatedAt": "2026-07-28T02:12:05.000Z", "lastUpdatedBy": "35240", "uid": "35240-06ff92e3-8432-4151-87c1-ffa18d038601" }, "item": [ { "name": "entities", "item": [ { "name": "{entityId}", "item": [ { "name": "vehicles", "item": [ { "name": "{vhlId}", "item": [ { "name": "Retrieve an entity vehicle", "id": "9a60d3b1-039d-46c6-ae7c-c59eb37c11b1", "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/vehicles/:vhlId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles", ":vhlId" ], "variable": [ { "id": "3dba3bc5-6a8d-4536-ba7a-129ac49195b1", "key": "entityId", "value": "ent__HVALIh0", "description": "(Required) Unique identifier for the entity." }, { "id": "af39fa92-b8d7-4a56-a934-a60127fc2448", "key": "vhlId", "value": "vhl_EWYhtY6Qs", "description": "(Required) Unique identifier for the entity vehicle." } ] }, "description": "Returns a single entity vehicle by its identifier." }, "response": [ { "id": "f9eb18a1-b5dc-4de2-9963-339f912afda2", "name": "The requested entity vehicle.", "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/vehicles/:vhlId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles", ":vhlId" ], "variable": [ { "key": "entityId" }, { "key": "vhlId" } ] } }, "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\": \"completed\",\n \"vehicles\": [\n {\n \"vin\": \"\",\n \"year\": \"\",\n \"make\": \"\",\n \"model\": \"\",\n \"series\": \"\",\n \"major_color\": \"\",\n \"style\": \"\"\n },\n {\n \"vin\": \"\",\n \"year\": \"\",\n \"make\": \"\",\n \"model\": \"\",\n \"series\": \"\",\n \"major_color\": \"\",\n \"style\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"error\": {\n \"type\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-f9eb18a1-b5dc-4de2-9963-339f912afda2" }, { "id": "b2699f9d-8eda-4603-b8a9-d7f6edb69916", "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/vehicles/:vhlId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles", ":vhlId" ], "variable": [ { "key": "entityId" }, { "key": "vhlId" } ] } }, "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-b2699f9d-8eda-4603-b8a9-d7f6edb69916" }, { "id": "497dc6f3-f797-498a-a0d8-2e5f2f3dce23", "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/vehicles/:vhlId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles", ":vhlId" ], "variable": [ { "key": "entityId" }, { "key": "vhlId" } ] } }, "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-497dc6f3-f797-498a-a0d8-2e5f2f3dce23" }, { "id": "400599eb-801f-4a4f-81da-a480d0af853b", "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/vehicles/:vhlId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles", ":vhlId" ], "variable": [ { "key": "entityId" }, { "key": "vhlId" } ] } }, "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-400599eb-801f-4a4f-81da-a480d0af853b" }, { "id": "d921bd8b-c568-4774-82cb-04a18e3b0303", "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/vehicles/:vhlId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles", ":vhlId" ], "variable": [ { "key": "entityId" }, { "key": "vhlId" } ] } }, "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-d921bd8b-c568-4774-82cb-04a18e3b0303" }, { "id": "2bae4d21-1f17-4e90-9941-c9b34597631c", "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/vehicles/:vhlId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles", ":vhlId" ], "variable": [ { "key": "entityId" }, { "key": "vhlId" } ] } }, "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-2bae4d21-1f17-4e90-9941-c9b34597631c" }, { "id": "28b35525-2a9e-42b0-ad29-a0b485f20eb4", "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/vehicles/:vhlId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles", ":vhlId" ], "variable": [ { "key": "entityId" }, { "key": "vhlId" } ] } }, "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-28b35525-2a9e-42b0-ad29-a0b485f20eb4" } ], "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-9a60d3b1-039d-46c6-ae7c-c59eb37c11b1" } ], "id": "f68ebd3b-fb91-4387-92bc-f9db882b4741", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-f68ebd3b-fb91-4387-92bc-f9db882b4741" }, { "name": "List all entity vehicles", "id": "70658436-80d0-4c97-87a8-75f8b21e381e", "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/vehicles", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles" ], "variable": [ { "id": "637ddd46-85dd-4085-bf44-3b08293ec6d6", "key": "entityId", "value": "ent__HVALIh0", "description": "(Required) Unique identifier for the entity." } ] }, "description": "Returns a list of vehicles for the specified entity." }, "response": [ { "id": "e1fbaaae-0d7f-4da8-9571-0640975afa58", "name": "A list of entity vehicles.", "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/vehicles", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles" ], "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 {\n \"id\": \"\",\n \"entity_id\": \"\",\n \"status\": \"pending\",\n \"vehicles\": [\n {\n \"vin\": \"\",\n \"year\": \"\",\n \"make\": \"\",\n \"model\": \"\",\n \"series\": \"\",\n \"major_color\": \"\",\n \"style\": \"\"\n },\n {\n \"vin\": \"\",\n \"year\": \"\",\n \"make\": \"\",\n \"model\": \"\",\n \"series\": \"\",\n \"major_color\": \"\",\n \"style\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"error\": {\n \"type\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"entity_id\": \"\",\n \"status\": \"completed\",\n \"vehicles\": null,\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"error\": {\n \"type\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n }\n ],\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-e1fbaaae-0d7f-4da8-9571-0640975afa58" }, { "id": "cae286a8-3d1a-4dad-a5da-2b98fdb69b76", "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/vehicles", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-cae286a8-3d1a-4dad-a5da-2b98fdb69b76" }, { "id": "11ae33cf-3b72-4353-8720-f98a6f51c70e", "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/vehicles", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-11ae33cf-3b72-4353-8720-f98a6f51c70e" }, { "id": "30aacfeb-785c-401e-9823-a79c80c68e97", "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/vehicles", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-30aacfeb-785c-401e-9823-a79c80c68e97" }, { "id": "0d533d92-2f06-4a38-a7c7-513e8e1f8cb1", "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/vehicles", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-0d533d92-2f06-4a38-a7c7-513e8e1f8cb1" }, { "id": "c448bbc6-836a-46d5-8919-fca0197ca889", "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/vehicles", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-c448bbc6-836a-46d5-8919-fca0197ca889" }, { "id": "ce72e169-1bd1-4ed9-939b-b03f3bd62d33", "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/vehicles", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-ce72e169-1bd1-4ed9-939b-b03f3bd62d33" } ], "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-70658436-80d0-4c97-87a8-75f8b21e381e" }, { "name": "Search entity vehicles", "id": "401a3474-6d40-477b-b03b-516c29a02545", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/entities/:entityId/vehicles", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles" ], "variable": [ { "id": "551d547d-93ea-4153-b13c-d05afff233ff", "key": "entityId", "value": "ent__HVALIh0", "description": "(Required) Unique identifier for the entity." } ] }, "description": "Searches for vehicles associated with the specified entity." }, "response": [ { "id": "d16b119a-dbe1-4aa9-85df-349ec5f918df", "name": "The created entity vehicle 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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/entities/:entityId/vehicles", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles" ], "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\": \"completed\",\n \"vehicles\": [\n {\n \"vin\": \"\",\n \"year\": \"\",\n \"make\": \"\",\n \"model\": \"\",\n \"series\": \"\",\n \"major_color\": \"\",\n \"style\": \"\"\n },\n {\n \"vin\": \"\",\n \"year\": \"\",\n \"make\": \"\",\n \"model\": \"\",\n \"series\": \"\",\n \"major_color\": \"\",\n \"style\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"error\": {\n \"type\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-d16b119a-dbe1-4aa9-85df-349ec5f918df" }, { "id": "c96ec39e-c4d3-4535-aebe-45df76014acb", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/entities/:entityId/vehicles", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-c96ec39e-c4d3-4535-aebe-45df76014acb" }, { "id": "87c467e4-fdbc-48e9-92ee-d803450b69c7", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/entities/:entityId/vehicles", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-87c467e4-fdbc-48e9-92ee-d803450b69c7" }, { "id": "fb13a072-aa78-4674-9862-8e886adb46a5", "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": "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/entities/:entityId/vehicles", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-fb13a072-aa78-4674-9862-8e886adb46a5" }, { "id": "607fcdf6-838e-4685-b51e-3a3e3cf90e65", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/entities/:entityId/vehicles", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-607fcdf6-838e-4685-b51e-3a3e3cf90e65" }, { "id": "e7c6f9e4-8933-4ff2-8512-633684c8d93c", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/entities/:entityId/vehicles", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-e7c6f9e4-8933-4ff2-8512-633684c8d93c" }, { "id": "96f04155-f9e6-4846-abdc-36117ffe6f07", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/entities/:entityId/vehicles", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-96f04155-f9e6-4846-abdc-36117ffe6f07" }, { "id": "e06302f4-58ac-4006-bc52-eb127866f84c", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/entities/:entityId/vehicles", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "vehicles" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-e06302f4-58ac-4006-bc52-eb127866f84c" } ], "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-401a3474-6d40-477b-b03b-516c29a02545" } ], "id": "81def559-7651-4269-93c2-c40e3d7a0f62", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-81def559-7651-4269-93c2-c40e3d7a0f62" } ], "id": "3e3b2c53-f713-4a32-9a3f-28a09ad960de", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-3e3b2c53-f713-4a32-9a3f-28a09ad960de" } ], "id": "ee7f4f78-e822-4c41-830c-98f249734a59", "createdAt": "2026-07-28T02:12:06.000Z", "updatedAt": "2026-07-28T02:12:06.000Z", "uid": "35240-ee7f4f78-e822-4c41-830c-98f249734a59" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://production.methodfi.com" } ] }