{ "info": { "_postman_id": "f370a8fa-e123-480b-b29e-0610cf4c42a5", "name": "Method Account Attributes Account Subscriptions 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:39.000Z", "updatedAt": "2026-07-28T02:09:39.000Z", "lastUpdatedBy": "35240", "uid": "35240-f370a8fa-e123-480b-b29e-0610cf4c42a5" }, "item": [ { "name": "accounts", "item": [ { "name": "{accountId}", "item": [ { "name": "subscriptions", "item": [ { "name": "{subId}", "item": [ { "name": "Retrieve an account subscription", "id": "6ccdaccd-7e22-43a3-a403-fede82dcf9e9", "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/subscriptions/:subId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions", ":subId" ], "variable": [ { "id": "7e7e5118-2d58-4c29-bedb-2c714fe80018", "key": "accountId", "value": "acc_pK", "description": "(Required) Unique identifier for the account." }, { "id": "52e6e322-48d8-4bec-bbaf-6a9888a86c80", "key": "subId", "value": "sub_Jnc", "description": "(Required) Unique identifier for the account subscription." } ] }, "description": "Retrieves an account subscription by its unique identifier." }, "response": [ { "id": "701ddb55-f5e5-4678-bc66-7771107457b9", "name": "The requested account subscription.", "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/subscriptions/:subId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions", ":subId" ], "variable": [ { "key": "accountId" }, { "key": "subId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"id\": \"sub_W2tFJqt0c\",\n \"name\": \"\",\n \"status\": \"active\",\n \"latest_request_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-701ddb55-f5e5-4678-bc66-7771107457b9" }, { "id": "6fb6d7bc-8c67-4cfd-bf25-bff4539a1504", "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/subscriptions/:subId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions", ":subId" ], "variable": [ { "key": "accountId" }, { "key": "subId" } ] } }, "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:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-6fb6d7bc-8c67-4cfd-bf25-bff4539a1504" }, { "id": "fe3dce7c-9a1e-4ebd-a081-46f19d7c15e9", "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/subscriptions/:subId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions", ":subId" ], "variable": [ { "key": "accountId" }, { "key": "subId" } ] } }, "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:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-fe3dce7c-9a1e-4ebd-a081-46f19d7c15e9" }, { "id": "12503cfa-45ca-4448-9a74-b149844597cb", "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/subscriptions/:subId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions", ":subId" ], "variable": [ { "key": "accountId" }, { "key": "subId" } ] } }, "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:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-12503cfa-45ca-4448-9a74-b149844597cb" }, { "id": "fa815f5f-43be-42ef-a5b1-2f9f9b2a09ac", "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/subscriptions/:subId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions", ":subId" ], "variable": [ { "key": "accountId" }, { "key": "subId" } ] } }, "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:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-fa815f5f-43be-42ef-a5b1-2f9f9b2a09ac" }, { "id": "667f9328-51d8-409b-a3e4-47c6bbcaef91", "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/subscriptions/:subId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions", ":subId" ], "variable": [ { "key": "accountId" }, { "key": "subId" } ] } }, "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:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-667f9328-51d8-409b-a3e4-47c6bbcaef91" } ], "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-6ccdaccd-7e22-43a3-a403-fede82dcf9e9" }, { "name": "Delete an account subscription", "id": "7212dafa-3783-45a0-b4af-a049c9000834", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "DELETE", "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}}/accounts/:accountId/subscriptions/:subId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions", ":subId" ], "variable": [ { "id": "a9082c76-148a-49cf-9256-6b318da29b62", "key": "accountId", "value": "acc_pK", "description": "(Required) Unique identifier for the account." }, { "id": "b04ff301-196a-4a98-bc29-1b3048d8dc7d", "key": "subId", "value": "sub_Jnc", "description": "(Required) Unique identifier for the account subscription." } ] }, "description": "Deletes an account subscription." }, "response": [ { "id": "a791919a-95cb-45ce-8bb3-a367b1363a86", "name": "The deleted account subscription.", "originalRequest": { "method": "DELETE", "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}}/accounts/:accountId/subscriptions/:subId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions", ":subId" ], "variable": [ { "key": "accountId" }, { "key": "subId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"id\": \"sub_W2tFJqt0c\",\n \"name\": \"\",\n \"status\": \"active\",\n \"latest_request_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-a791919a-95cb-45ce-8bb3-a367b1363a86" }, { "id": "7f1c9756-d6fd-454a-83bd-208acc9781d9", "name": "Bad request - invalid parameters or request body.", "originalRequest": { "method": "DELETE", "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}}/accounts/:accountId/subscriptions/:subId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions", ":subId" ], "variable": [ { "key": "accountId" }, { "key": "subId" } ] } }, "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:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-7f1c9756-d6fd-454a-83bd-208acc9781d9" }, { "id": "773a9cf6-10cb-4567-b72b-23e9471b7124", "name": "Unauthorized - missing or invalid authentication token.", "originalRequest": { "method": "DELETE", "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}}/accounts/:accountId/subscriptions/:subId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions", ":subId" ], "variable": [ { "key": "accountId" }, { "key": "subId" } ] } }, "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:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-773a9cf6-10cb-4567-b72b-23e9471b7124" }, { "id": "7a04c311-e666-4e1f-b3bc-7f80a369e5b5", "name": "Not found - the requested resource does not exist.", "originalRequest": { "method": "DELETE", "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}}/accounts/:accountId/subscriptions/:subId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions", ":subId" ], "variable": [ { "key": "accountId" }, { "key": "subId" } ] } }, "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:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-7a04c311-e666-4e1f-b3bc-7f80a369e5b5" }, { "id": "2e6ecf23-cf5e-4b21-913d-e735809a49a6", "name": "Unprocessable entity - the request was valid JSON but failed business or validation rules.", "originalRequest": { "method": "DELETE", "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}}/accounts/:accountId/subscriptions/:subId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions", ":subId" ], "variable": [ { "key": "accountId" }, { "key": "subId" } ] } }, "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:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-2e6ecf23-cf5e-4b21-913d-e735809a49a6" }, { "id": "caf5dbca-f573-4011-877e-71f48c45c16f", "name": "Too many requests - rate limit exceeded.", "originalRequest": { "method": "DELETE", "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}}/accounts/:accountId/subscriptions/:subId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions", ":subId" ], "variable": [ { "key": "accountId" }, { "key": "subId" } ] } }, "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:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-caf5dbca-f573-4011-877e-71f48c45c16f" }, { "id": "cdd014ba-2c34-44e2-8e6d-83d34c9c1c05", "name": "Internal server error.", "originalRequest": { "method": "DELETE", "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}}/accounts/:accountId/subscriptions/:subId", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions", ":subId" ], "variable": [ { "key": "accountId" }, { "key": "subId" } ] } }, "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:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-cdd014ba-2c34-44e2-8e6d-83d34c9c1c05" } ], "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-7212dafa-3783-45a0-b4af-a049c9000834" } ], "id": "827df836-9574-4953-b519-28e8976afd82", "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-827df836-9574-4953-b519-28e8976afd82" }, { "name": "List all account subscriptions", "id": "3b6cfb1c-b3b3-4998-99c3-a6fcaee1008e", "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/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions" ], "variable": [ { "id": "14a846a9-6a68-4d0e-b219-3c45b780f537", "key": "accountId", "value": "acc_pK", "description": "(Required) Unique identifier for the account." } ] }, "description": "Returns a list of subscriptions for the specified account." }, "response": [ { "id": "05db547a-6692-498a-8d88-23ae7e8eee98", "name": "A list of account subscriptions.", "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/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions" ], "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 \"in62\": {\n \"id\": \"sub_22w0Eo\",\n \"name\": \"\",\n \"status\": \"inactive\",\n \"latest_request_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-05db547a-6692-498a-8d88-23ae7e8eee98" }, { "id": "99d43e78-072e-4f2b-ac02-6fb37bfd57e5", "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/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-99d43e78-072e-4f2b-ac02-6fb37bfd57e5" }, { "id": "e85079fa-0a40-4209-9a51-7c03247921df", "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/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-e85079fa-0a40-4209-9a51-7c03247921df" }, { "id": "b8d03939-6e8c-4568-a980-81f85e878f3d", "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/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-b8d03939-6e8c-4568-a980-81f85e878f3d" }, { "id": "e35e2faf-f057-427d-8b73-102e87f350f1", "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/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-e35e2faf-f057-427d-8b73-102e87f350f1" }, { "id": "fbe3fb5b-df42-4685-93d1-9a96a2e21462", "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/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-fbe3fb5b-df42-4685-93d1-9a96a2e21462" } ], "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-3b6cfb1c-b3b3-4998-99c3-a6fcaee1008e" }, { "name": "Create an account subscription", "id": "69d8ad39-76b4-403f-87d4-481916b685d1", "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 \"enroll\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions" ], "variable": [ { "id": "33959b43-cfa9-45ca-9ca2-422ad4b06f14", "key": "accountId", "value": "acc_pK", "description": "(Required) Unique identifier for the account." } ] }, "description": "Creates a new subscription for the specified account." }, "response": [ { "id": "5476f2ee-333f-4eb2-86bb-f6d6ddf22718", "name": "The newly created account subscription.", "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 \"enroll\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions" ], "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\": \"sub_W2tFJqt0c\",\n \"name\": \"\",\n \"status\": \"active\",\n \"latest_request_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-5476f2ee-333f-4eb2-86bb-f6d6ddf22718" }, { "id": "f5adec89-45b4-404e-9320-25bcdde0d514", "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 \"enroll\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-f5adec89-45b4-404e-9320-25bcdde0d514" }, { "id": "173cc47a-cd86-494a-99d4-fd2a28c4dc20", "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 \"enroll\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-173cc47a-cd86-494a-99d4-fd2a28c4dc20" }, { "id": "97da3dab-35f9-4c9c-b0c1-44e23536ef3f", "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 \"enroll\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-97da3dab-35f9-4c9c-b0c1-44e23536ef3f" }, { "id": "b5c57b94-3052-4293-b246-62668e23cb2e", "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 \"enroll\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-b5c57b94-3052-4293-b246-62668e23cb2e" }, { "id": "e34da29b-0979-4ec3-856d-65fcc0d02213", "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 \"enroll\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-e34da29b-0979-4ec3-856d-65fcc0d02213" }, { "id": "615dc974-cf62-43d2-b180-ce96560b6188", "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 \"enroll\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:accountId/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":accountId", "subscriptions" ], "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\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-615dc974-cf62-43d2-b180-ce96560b6188" } ], "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-69d8ad39-76b4-403f-87d4-481916b685d1" } ], "id": "fa73838b-113b-4797-b43c-75e9a5813674", "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-fa73838b-113b-4797-b43c-75e9a5813674" } ], "id": "59430e59-5685-4b1e-86bc-9ee619a879fa", "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-59430e59-5685-4b1e-86bc-9ee619a879fa" } ], "id": "0bae8492-db8b-4e83-ab35-5a8b8def6ab4", "createdAt": "2026-07-28T02:09:40.000Z", "updatedAt": "2026-07-28T02:09:40.000Z", "uid": "35240-0bae8492-db8b-4e83-ab35-5a8b8def6ab4" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://production.methodfi.com" } ] }