{ "info": { "_postman_id": "c6e03778-57d7-4701-8545-d3a0d53b99c8", "name": "Method Account Attributes Teams 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:49.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "lastUpdatedBy": "35240", "uid": "35240-c6e03778-57d7-4701-8545-d3a0d53b99c8" }, "item": [ { "name": "teams", "item": [ { "name": "default_encryption_key", "item": [ { "name": "Set default encryption key", "id": "7f6a3df5-3c09-4485-b651-637a2f4c244f", "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 \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/default_encryption_key", "host": [ "{{baseUrl}}" ], "path": [ "teams", "default_encryption_key" ] }, "description": "Sets the default encryption key for the team. Used for encrypting sensitive data in API responses." }, "response": [ { "id": "399d5004-f863-4ba3-80da-9f73eb1b4387", "name": "The updated team with the encryption key set.", "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 \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/default_encryption_key", "host": [ "{{baseUrl}}" ], "path": [ "teams", "default_encryption_key" ] } }, "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 \"parent_id\": \"\",\n \"name\": \"\",\n \"legal_name\": \"\",\n \"logo\": \"\",\n \"api_version\": \"\",\n \"status\": \"disabled\",\n \"products\": [\n {\n \"type\": \"\",\n \"enabled\": \"\"\n },\n {\n \"type\": \"\",\n \"enabled\": \"\"\n }\n ],\n \"keys\": [\n {\n \"id\": \"\",\n \"type\": \"public\",\n \"deleted\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"last_used_at\": \"\"\n },\n {\n \"id\": \"\",\n \"type\": \"secret\",\n \"deleted\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"last_used_at\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-399d5004-f863-4ba3-80da-9f73eb1b4387" }, { "id": "6b36bd87-f588-4dc5-a2fa-c32cbf83780d", "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 \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/default_encryption_key", "host": [ "{{baseUrl}}" ], "path": [ "teams", "default_encryption_key" ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-6b36bd87-f588-4dc5-a2fa-c32cbf83780d" }, { "id": "ab717176-cf33-4087-8e9b-872b66556aa4", "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 \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/default_encryption_key", "host": [ "{{baseUrl}}" ], "path": [ "teams", "default_encryption_key" ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-ab717176-cf33-4087-8e9b-872b66556aa4" }, { "id": "1ffdb32a-9d25-42c3-887c-97c488b3321b", "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 \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/default_encryption_key", "host": [ "{{baseUrl}}" ], "path": [ "teams", "default_encryption_key" ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-1ffdb32a-9d25-42c3-887c-97c488b3321b" }, { "id": "9c724ca2-9e5d-4a34-b1dc-dec626d3be6d", "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 \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/default_encryption_key", "host": [ "{{baseUrl}}" ], "path": [ "teams", "default_encryption_key" ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-9c724ca2-9e5d-4a34-b1dc-dec626d3be6d" }, { "id": "e483a8da-779a-49c8-880b-b5e7742504d7", "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 \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/default_encryption_key", "host": [ "{{baseUrl}}" ], "path": [ "teams", "default_encryption_key" ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-e483a8da-779a-49c8-880b-b5e7742504d7" } ], "createdAt": "2026-07-28T02:12:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-7f6a3df5-3c09-4485-b651-637a2f4c244f" } ], "id": "57e0d9dc-0f98-4a38-9bba-4bc0a5c58acc", "createdAt": "2026-07-28T02:12:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-57e0d9dc-0f98-4a38-9bba-4bc0a5c58acc" }, { "name": "mle", "item": [ { "name": "public_keys", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve an MLE public key", "id": "0e92d98c-c96f-4fcd-839a-2a053209a1e6", "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}}/teams/mle/public_keys/:id", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys", ":id" ], "variable": [ { "id": "aa0dd742-abd3-4d04-ba40-23a3198873ec", "key": "id", "value": "", "description": "(Required) Unique identifier for the MLE public key." } ] }, "description": "Returns a single MLE public key by its identifier." }, "response": [ { "id": "5fe50b21-9af6-418a-90d8-132c7cf97678", "name": "The requested MLE public key.", "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}}/teams/mle/public_keys/:id", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys", ":id" ], "variable": [ { "key": "id" } ] } }, "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 \"jwk\": {\n \"amet_f_e\": -35756639.97837801,\n \"ullamco_4bc\": \"laborum aliquip\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-5fe50b21-9af6-418a-90d8-132c7cf97678" }, { "id": "86fc38be-4cec-4a3f-a5ed-d22bab160533", "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}}/teams/mle/public_keys/:id", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys", ":id" ], "variable": [ { "key": "id" } ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-86fc38be-4cec-4a3f-a5ed-d22bab160533" }, { "id": "4ced6d7a-0d07-4149-8468-719627a84142", "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}}/teams/mle/public_keys/:id", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys", ":id" ], "variable": [ { "key": "id" } ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-4ced6d7a-0d07-4149-8468-719627a84142" }, { "id": "c3839cda-6c0b-44c9-a735-c30675339587", "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}}/teams/mle/public_keys/:id", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys", ":id" ], "variable": [ { "key": "id" } ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-c3839cda-6c0b-44c9-a735-c30675339587" }, { "id": "8f6d192d-ccb4-42db-a588-30dd28e8e230", "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}}/teams/mle/public_keys/:id", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys", ":id" ], "variable": [ { "key": "id" } ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-8f6d192d-ccb4-42db-a588-30dd28e8e230" }, { "id": "caf2368b-3d38-4551-8657-e47197b068c3", "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}}/teams/mle/public_keys/:id", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys", ":id" ], "variable": [ { "key": "id" } ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-caf2368b-3d38-4551-8657-e47197b068c3" } ], "createdAt": "2026-07-28T02:12:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-0e92d98c-c96f-4fcd-839a-2a053209a1e6" }, { "name": "Delete an MLE public key", "id": "fe25817f-f070-4370-8f76-e932fab55665", "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}}/teams/mle/public_keys/:id", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys", ":id" ], "variable": [ { "id": "b796b84e-3a9e-4548-9366-a641945edd3d", "key": "id", "value": "", "description": "(Required) Unique identifier for the MLE public key." } ] }, "description": "Deletes an MLE public key by its identifier. This action is irreversible." }, "response": [ { "id": "2478b2df-51f7-4717-b31e-53f56100211d", "name": "The deleted MLE public key.", "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}}/teams/mle/public_keys/:id", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys", ":id" ], "variable": [ { "key": "id" } ] } }, "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 \"jwk\": {\n \"amet_f_e\": -35756639.97837801,\n \"ullamco_4bc\": \"laborum aliquip\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-2478b2df-51f7-4717-b31e-53f56100211d" }, { "id": "33dae893-dd5e-4986-91fb-fadf13f76265", "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}}/teams/mle/public_keys/:id", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys", ":id" ], "variable": [ { "key": "id" } ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-33dae893-dd5e-4986-91fb-fadf13f76265" }, { "id": "00aa2e46-ebe0-44fd-a24d-3d1061cedbe7", "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}}/teams/mle/public_keys/:id", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys", ":id" ], "variable": [ { "key": "id" } ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-00aa2e46-ebe0-44fd-a24d-3d1061cedbe7" }, { "id": "16cfab48-fa21-4d2d-8d6b-7a48ad14b8a4", "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}}/teams/mle/public_keys/:id", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys", ":id" ], "variable": [ { "key": "id" } ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-16cfab48-fa21-4d2d-8d6b-7a48ad14b8a4" }, { "id": "23614d95-4be5-4dbd-9771-fb0a26c38c8e", "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}}/teams/mle/public_keys/:id", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys", ":id" ], "variable": [ { "key": "id" } ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-23614d95-4be5-4dbd-9771-fb0a26c38c8e" }, { "id": "ea5fd40f-83ed-4176-bc76-7a98dd3bfb76", "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}}/teams/mle/public_keys/:id", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys", ":id" ], "variable": [ { "key": "id" } ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-ea5fd40f-83ed-4176-bc76-7a98dd3bfb76" }, { "id": "0035fca7-68f7-4a3c-89de-c82f6b018765", "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}}/teams/mle/public_keys/:id", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys", ":id" ], "variable": [ { "key": "id" } ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-0035fca7-68f7-4a3c-89de-c82f6b018765" } ], "createdAt": "2026-07-28T02:12:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-fe25817f-f070-4370-8f76-e932fab55665" } ], "id": "8fb3387a-82b1-4654-afdd-96900ef7f6a0", "createdAt": "2026-07-28T02:12:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-8fb3387a-82b1-4654-afdd-96900ef7f6a0" }, { "name": "List MLE public keys", "id": "f9dbb1a2-6037-4183-bd43-32df4cda09a3", "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}}/teams/mle/public_keys", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys" ] }, "description": "Returns all Message-Level Encryption (MLE) public keys registered for the team." }, "response": [ { "id": "c10837e8-ab06-4603-bcd3-bbc0d2eff9ff", "name": "A list of MLE public keys.", "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}}/teams/mle/public_keys", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys" ] } }, "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 \"jwk\": {\n \"sunt_31\": -68152530.45559967\n },\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"id\": \"\",\n \"jwk\": {\n \"ad_701\": true\n },\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-c10837e8-ab06-4603-bcd3-bbc0d2eff9ff" }, { "id": "3caca825-f56a-4da9-b112-144feed00ae4", "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}}/teams/mle/public_keys", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys" ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-3caca825-f56a-4da9-b112-144feed00ae4" }, { "id": "02c3cbbd-6c1a-4ce9-a917-94360021065d", "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}}/teams/mle/public_keys", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys" ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-02c3cbbd-6c1a-4ce9-a917-94360021065d" }, { "id": "411efc3f-1a90-4073-bd7e-f771c35054b8", "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}}/teams/mle/public_keys", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys" ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-411efc3f-1a90-4073-bd7e-f771c35054b8" }, { "id": "22b7f084-0151-47bd-9fb8-8d916aada2fd", "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}}/teams/mle/public_keys", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys" ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-22b7f084-0151-47bd-9fb8-8d916aada2fd" } ], "createdAt": "2026-07-28T02:12:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-f9dbb1a2-6037-4183-bd43-32df4cda09a3" }, { "name": "Create an MLE public key", "id": "dd403a9c-ba28-48d2-9879-56a2dded8fef", "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 \"jwk\": {\n \"quis_\": false,\n \"magna8\": -13840541,\n \"Ut8\": 12922109.014411375,\n \"dolorb\": 31557958.124058068\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/mle/public_keys", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys" ] }, "description": "Registers a new Message-Level Encryption (MLE) public key for the team." }, "response": [ { "id": "d8ffcd87-3386-4659-bb74-15363d95e3ac", "name": "The newly created MLE public key.", "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 \"jwk\": {\n \"quis_\": false,\n \"magna8\": -13840541,\n \"Ut8\": 12922109.014411375,\n \"dolorb\": 31557958.124058068\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/mle/public_keys", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys" ] } }, "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 \"jwk\": {\n \"amet_f_e\": -35756639.97837801,\n \"ullamco_4bc\": \"laborum aliquip\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-d8ffcd87-3386-4659-bb74-15363d95e3ac" }, { "id": "d65a6061-a0e1-4ef4-9739-adc80530deda", "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 \"jwk\": {\n \"quis_\": false,\n \"magna8\": -13840541,\n \"Ut8\": 12922109.014411375,\n \"dolorb\": 31557958.124058068\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/mle/public_keys", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys" ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-d65a6061-a0e1-4ef4-9739-adc80530deda" }, { "id": "1cfcc861-2b1e-44cf-8a68-0ea13297623a", "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 \"jwk\": {\n \"quis_\": false,\n \"magna8\": -13840541,\n \"Ut8\": 12922109.014411375,\n \"dolorb\": 31557958.124058068\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/mle/public_keys", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys" ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-1cfcc861-2b1e-44cf-8a68-0ea13297623a" }, { "id": "eef64223-5903-43e5-a4a8-55bb0d1a506e", "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 \"jwk\": {\n \"quis_\": false,\n \"magna8\": -13840541,\n \"Ut8\": 12922109.014411375,\n \"dolorb\": 31557958.124058068\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/mle/public_keys", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys" ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-eef64223-5903-43e5-a4a8-55bb0d1a506e" }, { "id": "2b39aa24-17c5-4caf-b293-9734f8617867", "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 \"jwk\": {\n \"quis_\": false,\n \"magna8\": -13840541,\n \"Ut8\": 12922109.014411375,\n \"dolorb\": 31557958.124058068\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/mle/public_keys", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys" ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-2b39aa24-17c5-4caf-b293-9734f8617867" }, { "id": "b88c0bb1-beff-49d5-b8a4-0e077cd0ce42", "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 \"jwk\": {\n \"quis_\": false,\n \"magna8\": -13840541,\n \"Ut8\": 12922109.014411375,\n \"dolorb\": 31557958.124058068\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/mle/public_keys", "host": [ "{{baseUrl}}" ], "path": [ "teams", "mle", "public_keys" ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-b88c0bb1-beff-49d5-b8a4-0e077cd0ce42" } ], "createdAt": "2026-07-28T02:12:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-dd403a9c-ba28-48d2-9879-56a2dded8fef" } ], "id": "48e3a859-eb69-4bd8-ac07-e650e480a64b", "createdAt": "2026-07-28T02:12:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-48e3a859-eb69-4bd8-ac07-e650e480a64b" } ], "id": "aed9c14c-79a8-40e3-bfd3-ec8d49404b37", "createdAt": "2026-07-28T02:12:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-aed9c14c-79a8-40e3-bfd3-ec8d49404b37" }, { "name": "Retrieve the current team", "id": "e7fac3d4-1ff7-4d78-8991-53d366eec021", "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}}/teams", "host": [ "{{baseUrl}}" ], "path": [ "teams" ] }, "description": "Returns the team associated with the current API key." }, "response": [ { "id": "4aef181b-b5ea-4444-8aad-de7bf36356b4", "name": "The current team.", "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}}/teams", "host": [ "{{baseUrl}}" ], "path": [ "teams" ] } }, "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 \"parent_id\": \"\",\n \"name\": \"\",\n \"legal_name\": \"\",\n \"logo\": \"\",\n \"api_version\": \"\",\n \"status\": \"disabled\",\n \"products\": [\n {\n \"type\": \"\",\n \"enabled\": \"\"\n },\n {\n \"type\": \"\",\n \"enabled\": \"\"\n }\n ],\n \"keys\": [\n {\n \"id\": \"\",\n \"type\": \"public\",\n \"deleted\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"last_used_at\": \"\"\n },\n {\n \"id\": \"\",\n \"type\": \"secret\",\n \"deleted\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"last_used_at\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-4aef181b-b5ea-4444-8aad-de7bf36356b4" }, { "id": "baf36876-bd14-49d0-b568-62aab0cd0789", "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}}/teams", "host": [ "{{baseUrl}}" ], "path": [ "teams" ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-baf36876-bd14-49d0-b568-62aab0cd0789" }, { "id": "42d68eaa-d44a-4932-a133-1bc9b5a4cae5", "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}}/teams", "host": [ "{{baseUrl}}" ], "path": [ "teams" ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-42d68eaa-d44a-4932-a133-1bc9b5a4cae5" }, { "id": "b406d09c-0e86-4ef1-ab84-ef221c9b1a74", "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}}/teams", "host": [ "{{baseUrl}}" ], "path": [ "teams" ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-b406d09c-0e86-4ef1-ab84-ef221c9b1a74" }, { "id": "7159273f-6162-4852-b465-94c7de5d3af9", "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}}/teams", "host": [ "{{baseUrl}}" ], "path": [ "teams" ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-7159273f-6162-4852-b465-94c7de5d3af9" } ], "createdAt": "2026-07-28T02:12:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-e7fac3d4-1ff7-4d78-8991-53d366eec021" }, { "name": "Create a child team", "id": "bb96866c-8ed7-40a3-a41e-a7869a5d1bb6", "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 \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams", "host": [ "{{baseUrl}}" ], "path": [ "teams" ] }, "description": "Creates a new child team under the current team." }, "response": [ { "id": "c6d26394-c14b-426c-8e7c-77678cbbd92c", "name": "The newly created child team.", "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 \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams", "host": [ "{{baseUrl}}" ], "path": [ "teams" ] } }, "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 \"parent_id\": \"\",\n \"name\": \"\",\n \"legal_name\": \"\",\n \"logo\": \"\",\n \"api_version\": \"\",\n \"status\": \"disabled\",\n \"products\": [\n {\n \"type\": \"\",\n \"enabled\": \"\"\n },\n {\n \"type\": \"\",\n \"enabled\": \"\"\n }\n ],\n \"keys\": [\n {\n \"id\": \"\",\n \"type\": \"public\",\n \"deleted\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"last_used_at\": \"\"\n },\n {\n \"id\": \"\",\n \"type\": \"secret\",\n \"deleted\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"last_used_at\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-c6d26394-c14b-426c-8e7c-77678cbbd92c" }, { "id": "2a22f91f-01cf-41d5-8da4-dbd2c4e53f98", "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 \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams", "host": [ "{{baseUrl}}" ], "path": [ "teams" ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-2a22f91f-01cf-41d5-8da4-dbd2c4e53f98" }, { "id": "8cad225a-73d0-458f-8310-9a909782fdf0", "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 \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams", "host": [ "{{baseUrl}}" ], "path": [ "teams" ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-8cad225a-73d0-458f-8310-9a909782fdf0" }, { "id": "334f4c83-9cda-4d0e-8a66-efa294124a2b", "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 \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams", "host": [ "{{baseUrl}}" ], "path": [ "teams" ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-334f4c83-9cda-4d0e-8a66-efa294124a2b" }, { "id": "df7c7076-92ba-43b8-89db-a2248250d64d", "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 \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams", "host": [ "{{baseUrl}}" ], "path": [ "teams" ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-df7c7076-92ba-43b8-89db-a2248250d64d" }, { "id": "53d5d537-24b4-47d7-840a-607ea7c14d7f", "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 \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams", "host": [ "{{baseUrl}}" ], "path": [ "teams" ] } }, "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:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-53d5d537-24b4-47d7-840a-607ea7c14d7f" } ], "createdAt": "2026-07-28T02:12:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-bb96866c-8ed7-40a3-a41e-a7869a5d1bb6" } ], "id": "bc0f212a-49b7-4329-8a98-d45832206474", "createdAt": "2026-07-28T02:12:50.000Z", "updatedAt": "2026-07-28T02:12:50.000Z", "uid": "35240-bc0f212a-49b7-4329-8a98-d45832206474" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://production.methodfi.com" } ] }