{ "info": { "_postman_id": "2b48df96-14d4-470d-b361-e7c03648f9a7", "name": "Iron API - Sandbox Addresses Webhooks API", "description": "The Stablecoin Payment Network", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:23:55.000Z", "updatedAt": "2026-07-28T03:23:55.000Z", "lastUpdatedBy": "35240", "uid": "35240-2b48df96-14d4-470d-b361-e7c03648f9a7" }, "item": [ { "name": "webhooks", "item": [ { "name": "{id}", "item": [ { "name": "ping", "item": [ { "name": "Ping webhook", "id": "cf962b7d-9494-4897-b7cd-37ce6c7f49c0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) a UUID ensuring the ping operation is only processed once", "key": "IDEMPOTENCY-KEY", "value": "" }, { "description": "Optional sub-partner UUID, if provided, the webhook will be pinged under scope of the sub-partner", "key": "X-SUB-PARTNER-ID", "value": "" }, { "description": "Selects the API version for this request, as an ISO date (`YYYY-MM-DD`). Omit to use the default version (`2025-03-13`). Supported versions: 2025-03-13, 2026-07-01.", "key": "X-API-Version", "value": "" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json; charset=utf-8" } ], "body": { "mode": "raw", "raw": "{\n \"customer_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:id/ping", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":id", "ping" ], "variable": [ { "id": "d8ebf851-b930-4103-b5c5-4805a1039956", "key": "id", "value": "", "description": "(Required) the ID of the webhook to ping" } ] }, "description": "Sends a test ping event to a webhook for testing purposes" }, "response": [ { "id": "e6dc1125-ec89-4851-b332-6efc19bf8a6d", "name": "Successfully pinged webhook", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) a UUID ensuring the ping operation is only processed once", "key": "IDEMPOTENCY-KEY", "value": "" }, { "description": "Optional sub-partner UUID, if provided, the webhook will be pinged under scope of the sub-partner", "key": "X-SUB-PARTNER-ID", "value": "" }, { "description": "Selects the API version for this request, as an ISO date (`YYYY-MM-DD`). Omit to use the default version (`2025-03-13`). Supported versions: 2025-03-13, 2026-07-01.", "key": "X-API-Version", "value": "" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json; charset=utf-8" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customer_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:id/ping", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":id", "ping" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:23:55.000Z", "updatedAt": "2026-07-28T03:23:55.000Z", "uid": "35240-e6dc1125-ec89-4851-b332-6efc19bf8a6d" }, { "id": "768e6a4a-a066-4538-bef6-41a804000631", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) a UUID ensuring the ping operation is only processed once", "key": "IDEMPOTENCY-KEY", "value": "" }, { "description": "Optional sub-partner UUID, if provided, the webhook will be pinged under scope of the sub-partner", "key": "X-SUB-PARTNER-ID", "value": "" }, { "description": "Selects the API version for this request, as an ISO date (`YYYY-MM-DD`). Omit to use the default version (`2025-03-13`). Supported versions: 2025-03-13, 2026-07-01.", "key": "X-API-Version", "value": "" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json; charset=utf-8" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customer_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:id/ping", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":id", "ping" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:23:55.000Z", "updatedAt": "2026-07-28T03:23:55.000Z", "uid": "35240-768e6a4a-a066-4538-bef6-41a804000631" }, { "id": "85708af2-d503-4b89-990e-5d11791d4105", "name": "Webhook not found", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) a UUID ensuring the ping operation is only processed once", "key": "IDEMPOTENCY-KEY", "value": "" }, { "description": "Optional sub-partner UUID, if provided, the webhook will be pinged under scope of the sub-partner", "key": "X-SUB-PARTNER-ID", "value": "" }, { "description": "Selects the API version for this request, as an ISO date (`YYYY-MM-DD`). Omit to use the default version (`2025-03-13`). Supported versions: 2025-03-13, 2026-07-01.", "key": "X-API-Version", "value": "" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json; charset=utf-8" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customer_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:id/ping", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":id", "ping" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:23:55.000Z", "updatedAt": "2026-07-28T03:23:55.000Z", "uid": "35240-85708af2-d503-4b89-990e-5d11791d4105" }, { "id": "b545b161-859b-4706-94e2-6c3befb33057", "name": "Internal server error", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) a UUID ensuring the ping operation is only processed once", "key": "IDEMPOTENCY-KEY", "value": "" }, { "description": "Optional sub-partner UUID, if provided, the webhook will be pinged under scope of the sub-partner", "key": "X-SUB-PARTNER-ID", "value": "" }, { "description": "Selects the API version for this request, as an ISO date (`YYYY-MM-DD`). Omit to use the default version (`2025-03-13`). Supported versions: 2025-03-13, 2026-07-01.", "key": "X-API-Version", "value": "" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json; charset=utf-8" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customer_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:id/ping", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":id", "ping" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:55.000Z", "updatedAt": "2026-07-28T03:23:55.000Z", "uid": "35240-b545b161-859b-4706-94e2-6c3befb33057" } ], "createdAt": "2026-07-28T03:23:55.000Z", "updatedAt": "2026-07-28T03:23:55.000Z", "uid": "35240-cf962b7d-9494-4897-b7cd-37ce6c7f49c0" } ], "id": "6b5678b6-8102-4a0e-a323-fd722304aff9", "createdAt": "2026-07-28T03:23:55.000Z", "updatedAt": "2026-07-28T03:23:55.000Z", "uid": "35240-6b5678b6-8102-4a0e-a323-fd722304aff9" }, { "name": "Update a webhook", "id": "dc11bf8c-e722-4dd3-942c-783c2946d071", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "description": "Optional sub-partner UUID, if provided, the webhook will be updated under scope of the sub-partner", "key": "X-SUB-PARTNER-ID", "value": "" }, { "description": "Selects the API version for this request, as an ISO date (`YYYY-MM-DD`). Omit to use the default version (`2025-03-13`). Supported versions: 2025-03-13, 2026-07-01.", "key": "X-API-Version", "value": "" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json; charset=utf-8" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"label\": \"\",\n \"topics\": [\n \"Ping\",\n \"CustomerCreated\"\n ],\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":id" ], "variable": [ { "id": "40a51ce9-6519-4d70-8baa-8da5e08bcf23", "key": "id", "value": "", "description": "(Required) The ID of the webhook to update" } ] }, "description": "Updates an existing webhook for the currently authenticated partner\n" }, "response": [ { "id": "b1546c84-3a2b-410c-a968-1115f2ac9ef8", "name": "Update successful", "originalRequest": { "method": "PATCH", "header": [ { "description": "Optional sub-partner UUID, if provided, the webhook will be updated under scope of the sub-partner", "key": "X-SUB-PARTNER-ID", "value": "" }, { "description": "Selects the API version for this request, as an ISO date (`YYYY-MM-DD`). Omit to use the default version (`2025-03-13`). Supported versions: 2025-03-13, 2026-07-01.", "key": "X-API-Version", "value": "" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json; charset=utf-8" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"label\": \"\",\n \"topics\": [\n \"Ping\",\n \"CustomerCreated\"\n ],\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"label\": \"\",\n \"url\": \"\",\n \"partner_id\": \"\",\n \"topics\": [\n \"Ping\",\n \"TransactionStatus\"\n ],\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"enabled\": \"\",\n \"last_failure\": \"\",\n \"last_failure_reason\": \"\"\n}", "createdAt": "2026-07-28T03:23:55.000Z", "updatedAt": "2026-07-28T03:23:55.000Z", "uid": "35240-b1546c84-3a2b-410c-a968-1115f2ac9ef8" }, { "id": "832bc123-dfee-49c6-8941-8416b6accc71", "name": "Bad request (e.g. invalid data)", "originalRequest": { "method": "PATCH", "header": [ { "description": "Optional sub-partner UUID, if provided, the webhook will be updated under scope of the sub-partner", "key": "X-SUB-PARTNER-ID", "value": "" }, { "description": "Selects the API version for this request, as an ISO date (`YYYY-MM-DD`). Omit to use the default version (`2025-03-13`). Supported versions: 2025-03-13, 2026-07-01.", "key": "X-API-Version", "value": "" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json; charset=utf-8" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"label\": \"\",\n \"topics\": [\n \"Ping\",\n \"CustomerCreated\"\n ],\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:23:55.000Z", "updatedAt": "2026-07-28T03:23:55.000Z", "uid": "35240-832bc123-dfee-49c6-8941-8416b6accc71" }, { "id": "3beeeaa5-28c5-4b71-b195-95644b3c5fff", "name": "Unauthorized", "originalRequest": { "method": "PATCH", "header": [ { "description": "Optional sub-partner UUID, if provided, the webhook will be updated under scope of the sub-partner", "key": "X-SUB-PARTNER-ID", "value": "" }, { "description": "Selects the API version for this request, as an ISO date (`YYYY-MM-DD`). Omit to use the default version (`2025-03-13`). Supported versions: 2025-03-13, 2026-07-01.", "key": "X-API-Version", "value": "" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json; charset=utf-8" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"label\": \"\",\n \"topics\": [\n \"Ping\",\n \"CustomerCreated\"\n ],\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:23:55.000Z", "updatedAt": "2026-07-28T03:23:55.000Z", "uid": "35240-3beeeaa5-28c5-4b71-b195-95644b3c5fff" }, { "id": "dcdb9e3b-e809-40d1-874a-a6b595ae0ca1", "name": "Not Found", "originalRequest": { "method": "PATCH", "header": [ { "description": "Optional sub-partner UUID, if provided, the webhook will be updated under scope of the sub-partner", "key": "X-SUB-PARTNER-ID", "value": "" }, { "description": "Selects the API version for this request, as an ISO date (`YYYY-MM-DD`). Omit to use the default version (`2025-03-13`). Supported versions: 2025-03-13, 2026-07-01.", "key": "X-API-Version", "value": "" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json; charset=utf-8" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"label\": \"\",\n \"topics\": [\n \"Ping\",\n \"CustomerCreated\"\n ],\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:23:55.000Z", "updatedAt": "2026-07-28T03:23:55.000Z", "uid": "35240-dcdb9e3b-e809-40d1-874a-a6b595ae0ca1" }, { "id": "1d5c25c5-d3b1-4062-a338-9dddd5cf8f08", "name": "Failed to update the webhook", "originalRequest": { "method": "PATCH", "header": [ { "description": "Optional sub-partner UUID, if provided, the webhook will be updated under scope of the sub-partner", "key": "X-SUB-PARTNER-ID", "value": "" }, { "description": "Selects the API version for this request, as an ISO date (`YYYY-MM-DD`). Omit to use the default version (`2025-03-13`). Supported versions: 2025-03-13, 2026-07-01.", "key": "X-API-Version", "value": "" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json; charset=utf-8" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"label\": \"\",\n \"topics\": [\n \"Ping\",\n \"CustomerCreated\"\n ],\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhooks/:id", "host": [ "{{baseUrl}}" ], "path": [ "webhooks", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:55.000Z", "updatedAt": "2026-07-28T03:23:55.000Z", "uid": "35240-1d5c25c5-d3b1-4062-a338-9dddd5cf8f08" } ], "createdAt": "2026-07-28T03:23:55.000Z", "updatedAt": "2026-07-28T03:23:55.000Z", "uid": "35240-dc11bf8c-e722-4dd3-942c-783c2946d071" } ], "id": "6ed48943-2c8e-4fa2-98aa-e70a5803eae8", "createdAt": "2026-07-28T03:23:55.000Z", "updatedAt": "2026-07-28T03:23:55.000Z", "uid": "35240-6ed48943-2c8e-4fa2-98aa-e70a5803eae8" }, { "name": "List all webhooks", "id": "a3fd3c7d-e193-4de8-a6dc-2305a5130eca", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "Selects the API version for this request, as an ISO date (`YYYY-MM-DD`). Omit to use the default version (`2025-03-13`). Supported versions: 2025-03-13, 2026-07-01.", "key": "X-API-Version", "value": "" }, { "key": "Accept", "value": "application/json; charset=utf-8" } ], "url": { "raw": "{{baseUrl}}/webhooks?cursor=&page_size=10", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ], "query": [ { "description": "Paging: the cursor field from previous page", "key": "cursor", "value": "" }, { "description": "Paging: the requested page size (max 100)", "key": "page_size", "value": "10" } ] }, "description": "Lists all webhooks for the currently authenticated partner\n" }, "response": [ { "id": "cc03696c-91db-4c0a-a74f-6f8fce084f51", "name": "Listing successful", "originalRequest": { "method": "GET", "header": [ { "description": "Selects the API version for this request, as an ISO date (`YYYY-MM-DD`). Omit to use the default version (`2025-03-13`). Supported versions: 2025-03-13, 2026-07-01.", "key": "X-API-Version", "value": "" }, { "key": "Accept", "value": "application/json; charset=utf-8" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/webhooks?cursor=&page_size=10", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ], "query": [ { "description": "Paging: the cursor field from previous page", "key": "cursor", "value": "" }, { "description": "Paging: the requested page size (max 100)", "key": "page_size", "value": "10" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"id\": \"\",\n \"label\": \"\",\n \"url\": \"\",\n \"partner_id\": \"\",\n \"topics\": [\n \"TransactionStatus\",\n \"RegisterFiatAddressStatus\"\n ],\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"enabled\": \"\",\n \"last_failure\": \"\",\n \"last_failure_reason\": \"\"\n },\n {\n \"id\": \"\",\n \"label\": \"\",\n \"url\": \"\",\n \"partner_id\": \"\",\n \"topics\": [\n \"DepositAddressCreated\",\n \"Transaction\"\n ],\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"enabled\": \"\",\n \"last_failure\": \"\",\n \"last_failure_reason\": \"\"\n }\n ],\n \"cursor\": \"\",\n \"prev_cursor\": null\n}", "createdAt": "2026-07-28T03:23:55.000Z", "updatedAt": "2026-07-28T03:23:55.000Z", "uid": "35240-cc03696c-91db-4c0a-a74f-6f8fce084f51" }, { "id": "b10527cb-1686-44a2-9878-00e357adefb2", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Selects the API version for this request, as an ISO date (`YYYY-MM-DD`). Omit to use the default version (`2025-03-13`). Supported versions: 2025-03-13, 2026-07-01.", "key": "X-API-Version", "value": "" }, { "key": "Accept", "value": "application/json; charset=utf-8" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/webhooks?cursor=&page_size=10", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ], "query": [ { "description": "Paging: the cursor field from previous page", "key": "cursor", "value": "" }, { "description": "Paging: the requested page size (max 100)", "key": "page_size", "value": "10" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:23:55.000Z", "updatedAt": "2026-07-28T03:23:55.000Z", "uid": "35240-b10527cb-1686-44a2-9878-00e357adefb2" }, { "id": "d96e103a-1ee8-4cbd-b715-50ae59e040e4", "name": "Failed to list webhooks", "originalRequest": { "method": "GET", "header": [ { "description": "Selects the API version for this request, as an ISO date (`YYYY-MM-DD`). Omit to use the default version (`2025-03-13`). Supported versions: 2025-03-13, 2026-07-01.", "key": "X-API-Version", "value": "" }, { "key": "Accept", "value": "application/json; charset=utf-8" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/webhooks?cursor=&page_size=10", "host": [ "{{baseUrl}}" ], "path": [ "webhooks" ], "query": [ { "description": "Paging: the cursor field from previous page", "key": "cursor", "value": "" }, { "description": "Paging: the requested page size (max 100)", "key": "page_size", "value": "10" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:55.000Z", "updatedAt": "2026-07-28T03:23:55.000Z", "uid": "35240-d96e103a-1ee8-4cbd-b715-50ae59e040e4" } ], "createdAt": "2026-07-28T03:23:55.000Z", "updatedAt": "2026-07-28T03:23:55.000Z", "uid": "35240-a3fd3c7d-e193-4de8-a6dc-2305a5130eca" } ], "id": "4f6c1a38-3db7-4377-a541-6978a9d93dde", "createdAt": "2026-07-28T03:23:55.000Z", "updatedAt": "2026-07-28T03:23:55.000Z", "uid": "35240-4f6c1a38-3db7-4377-a541-6978a9d93dde" } ], "variable": [ { "key": "baseUrl", "value": "https://api.sandbox.iron.xyz/api" } ] }