{
    "item": [
        {
            "name": "Webhooks",
            "description": "",
            "item": [
                {
                    "id": "c7b5d188-9268-402a-9304-2d34d56cde2c",
                    "name": "List Webhooks",
                    "request": {
                        "name": "List Webhooks",
                        "description": {
                            "content": "Retrieve a paginated list of webhooks.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                ""
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "ISO 8601 timestamp (UTC). Only include movements on or after this time.",
                                        "type": "text/plain"
                                    },
                                    "key": "date_from",
                                    "value": "5726-86-62T37:05:44.569Z"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "ISO 8601 timestamp (UTC). Only include movements on or before this time.",
                                        "type": "text/plain"
                                    },
                                    "key": "date_to",
                                    "value": "2517-60-64T06:90:74.681Z"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Filter by webhook status.",
                                        "type": "text/plain"
                                    },
                                    "key": "status",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "If provided, only return movements with this operation type.",
                                        "type": "text/plain"
                                    },
                                    "key": "operation_type",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "If provided, only return movements with this operation ID.",
                                        "type": "text/plain"
                                    },
                                    "key": "operation_id",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Page index (1-based). Results start from page 1 by default.",
                                        "type": "text/plain"
                                    },
                                    "key": "page_number",
                                    "value": "1"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Maximum number of movements to return per page. Defaults to 50.",
                                        "type": "text/plain"
                                    },
                                    "key": "page_size",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "limit",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "cursor",
                                    "value": "<string>"
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                    "type": "text/plain"
                                },
                                "key": "x-company-id",
                                "value": "<integer>"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": {
                            "type": "basic",
                            "basic": [
                                {
                                    "key": "username",
                                    "value": "{{basicAuthUsername}}"
                                },
                                {
                                    "key": "password",
                                    "value": "{{basicAuthPassword}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "ba40a1c8-910a-43db-b208-eb35b73f6b1e",
                            "name": "Successful Response",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "ISO 8601 timestamp (UTC). Only include movements on or after this time.",
                                                "type": "text/plain"
                                            },
                                            "key": "date_from",
                                            "value": "5726-86-62T37:05:44.569Z"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "ISO 8601 timestamp (UTC). Only include movements on or before this time.",
                                                "type": "text/plain"
                                            },
                                            "key": "date_to",
                                            "value": "2517-60-64T06:90:74.681Z"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Filter by webhook status.",
                                                "type": "text/plain"
                                            },
                                            "key": "status",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "If provided, only return movements with this operation type.",
                                                "type": "text/plain"
                                            },
                                            "key": "operation_type",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "If provided, only return movements with this operation ID.",
                                                "type": "text/plain"
                                            },
                                            "key": "operation_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Page index (1-based). Results start from page 1 by default.",
                                                "type": "text/plain"
                                            },
                                            "key": "page_number",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Maximum number of movements to return per page. Defaults to 50.",
                                                "type": "text/plain"
                                            },
                                            "key": "page_size",
                                            "value": "50"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "limit",
                                            "value": "50"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "cursor",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"status\": \"ERROR\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"operation_type\": \"<string>\",\n    \"url\": \"<string>\",\n    \"last_response_status\": \"<string>\",\n    \"last_response_body\": {\n      \"key_0\": 9564.715610566616,\n      \"key_1\": \"string\",\n      \"key_2\": 2657.469861373838,\n      \"key_3\": 8386\n    }\n  },\n  \"status\": \"success\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "e97abf69-0c03-4805-88a4-50871939ec2a",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "ISO 8601 timestamp (UTC). Only include movements on or after this time.",
                                                "type": "text/plain"
                                            },
                                            "key": "date_from",
                                            "value": "5726-86-62T37:05:44.569Z"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "ISO 8601 timestamp (UTC). Only include movements on or before this time.",
                                                "type": "text/plain"
                                            },
                                            "key": "date_to",
                                            "value": "2517-60-64T06:90:74.681Z"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Filter by webhook status.",
                                                "type": "text/plain"
                                            },
                                            "key": "status",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "If provided, only return movements with this operation type.",
                                                "type": "text/plain"
                                            },
                                            "key": "operation_type",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "If provided, only return movements with this operation ID.",
                                                "type": "text/plain"
                                            },
                                            "key": "operation_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Page index (1-based). Results start from page 1 by default.",
                                                "type": "text/plain"
                                            },
                                            "key": "page_number",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Maximum number of movements to return per page. Defaults to 50.",
                                                "type": "text/plain"
                                            },
                                            "key": "page_size",
                                            "value": "50"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "limit",
                                            "value": "50"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "cursor",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"status\": \"error\",\n  \"error_code\": \"<string>\",\n  \"trace_id\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "06a82ead-987e-4e57-8e82-f9e98a2e5a72",
                            "name": "Unprocessable Entity",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "ISO 8601 timestamp (UTC). Only include movements on or after this time.",
                                                "type": "text/plain"
                                            },
                                            "key": "date_from",
                                            "value": "5726-86-62T37:05:44.569Z"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "ISO 8601 timestamp (UTC). Only include movements on or before this time.",
                                                "type": "text/plain"
                                            },
                                            "key": "date_to",
                                            "value": "2517-60-64T06:90:74.681Z"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Filter by webhook status.",
                                                "type": "text/plain"
                                            },
                                            "key": "status",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "If provided, only return movements with this operation type.",
                                                "type": "text/plain"
                                            },
                                            "key": "operation_type",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "If provided, only return movements with this operation ID.",
                                                "type": "text/plain"
                                            },
                                            "key": "operation_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Page index (1-based). Results start from page 1 by default.",
                                                "type": "text/plain"
                                            },
                                            "key": "page_number",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Maximum number of movements to return per page. Defaults to 50.",
                                                "type": "text/plain"
                                            },
                                            "key": "page_size",
                                            "value": "50"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "limit",
                                            "value": "50"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "cursor",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                            "code": 422,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"status\": \"error\",\n  \"error_code\": \"<string>\",\n  \"trace_id\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "d310af29-9b5f-4319-b4ce-74f728357eb3",
                    "name": "Update Webhook",
                    "request": {
                        "name": "Update Webhook",
                        "description": {
                            "content": "Updates an existing webhook's configuration or status. If the webhook is currently in an ERROR state, you can trigger a resend by updating its status to PENDING.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                ":webhook_id",
                                ""
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "webhook_id",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) ",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                    "type": "text/plain"
                                },
                                "key": "x-company-id",
                                "value": "<integer>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PATCH",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"status\": \"PENDING\",\n  \"url\": \"<string>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "basic",
                            "basic": [
                                {
                                    "key": "username",
                                    "value": "{{basicAuthUsername}}"
                                },
                                {
                                    "key": "password",
                                    "value": "{{basicAuthPassword}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "2ccaba63-4602-407b-b91c-ce1a326a239f",
                            "name": "Successful Response",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ":webhook_id",
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "webhook_id"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"status\": \"PENDING\",\n  \"url\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"status\": \"ERROR\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"operation_type\": \"<string>\",\n    \"url\": \"<string>\",\n    \"last_response_status\": \"<string>\",\n    \"last_response_body\": {\n      \"key_0\": 9564.715610566616,\n      \"key_1\": \"string\",\n      \"key_2\": 2657.469861373838,\n      \"key_3\": 8386\n    }\n  },\n  \"status\": \"success\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "d7c36201-b3fb-4269-ace5-f77eecd5cf53",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ":webhook_id",
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "webhook_id"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"status\": \"PENDING\",\n  \"url\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"status\": \"error\",\n  \"error_code\": \"<string>\",\n  \"trace_id\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "a0175367-fc54-4e93-84f1-d5881ce104f2",
                            "name": "Unprocessable Entity",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ":webhook_id",
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "webhook_id"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"status\": \"PENDING\",\n  \"url\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                            "code": 422,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"status\": \"error\",\n  \"error_code\": \"<string>\",\n  \"trace_id\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        }
    ],
    "event": [],
    "variable": [
        {
            "key": "baseUrl",
            "value": "https://app2test.infiniaweb.com/infinia_api/v1/webhooks"
        }
    ],
    "info": {
        "_postman_id": "332ff9dc-8b65-4c2e-a6a9-ee9fbc834fdd",
        "name": "Webhooks",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "Manage your webhooks",
            "type": "text/plain"
        }
    }
}