{
    "item": [
        {
            "name": "health",
            "description": "",
            "item": [
                {
                    "id": "aa5d3d0c-7c82-43eb-bfc8-e0d36dfbe129",
                    "name": "Server health check",
                    "request": {
                        "name": "Server health check",
                        "description": {},
                        "url": {
                            "path": [
                                "health"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "3b1c7e0b-13a0-4cca-a617-3fdc0483cfdb",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "health"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"status\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "api",
            "description": "",
            "item": [
                {
                    "name": "v1",
                    "description": "",
                    "item": [
                        {
                            "name": "status",
                            "description": "",
                            "item": [
                                {
                                    "name": "uptime",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "19f28269-12e1-41bb-a10a-77a620312020",
                                            "name": "Public uptime status",
                                            "request": {
                                                "name": "Public uptime status",
                                                "description": {
                                                    "content": "Returns per-service uptime statistics plus recent incidents. Powers the\nhttps://copybridge.io/status page.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "status",
                                                        "uptime"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "5d2328f9-2d6a-4731-8923-16115a0acf84",
                                                    "name": "Uptime stats per service",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "status",
                                                                "uptime"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"services\": {}\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "providers",
                            "description": "",
                            "item": [
                                {
                                    "name": "me",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "ad461e14-f878-4665-9c1d-079b42dc02ae",
                                            "name": "Get authenticated provider",
                                            "request": {
                                                "name": "Get authenticated provider",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "providers",
                                                        "me"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "5427461d-0ccf-4469-b4a7-d7f0b12a3e00",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "providers",
                                                                "me"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"plan\": \"professional\",\n  \"active\": \"<boolean>\",\n  \"is_sandbox\": \"<boolean>\",\n  \"is_integrator\": \"<boolean>\",\n  \"parent_provider_id\": \"<uuid>\",\n  \"whop_subscription_id\": \"<string>\",\n  \"active_seat_count\": \"<integer>\",\n  \"created_at\": \"<dateTime>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "35296a11-8d89-43ba-a2a6-da0c5f24fd1e",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "providers",
                                                                "me"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": \"<string>\",\n  \"reason\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "f4a01b2f-9559-4610-ad2a-b70e21887383",
                                            "name": "Update provider name/email",
                                            "request": {
                                                "name": "Update provider name/email",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "providers",
                                                        "me"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"email\": \"<email>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "a057e410-3975-43f0-9671-7620e669dde9",
                                                    "name": "Updated provider",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "providers",
                                                                "me"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"name\": \"<string>\",\n  \"email\": \"<email>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"plan\": \"professional\",\n  \"active\": \"<boolean>\",\n  \"is_sandbox\": \"<boolean>\",\n  \"is_integrator\": \"<boolean>\",\n  \"parent_provider_id\": \"<uuid>\",\n  \"whop_subscription_id\": \"<string>\",\n  \"active_seat_count\": \"<integer>\",\n  \"created_at\": \"<dateTime>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "outbound-webhook",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "88876ff1-22e8-4d3d-b07c-3d55ce5ebc54",
                                                    "name": "Read outbound webhook config",
                                                    "request": {
                                                        "name": "Read outbound webhook config",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "providers",
                                                                "me",
                                                                "outbound-webhook"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "7062411a-d3a3-4b92-942d-4d0b99d6db17",
                                                            "name": "Config",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "providers",
                                                                        "me",
                                                                        "outbound-webhook"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"webhook_url\": \"<string>\",\n  \"webhook_secret_hint\": \"<string>\",\n  \"last_delivery\": {},\n  \"delivery_stats_24h\": {\n    \"sent\": \"<integer>\",\n    \"failed\": \"<integer>\",\n    \"blocked\": \"<integer>\",\n    \"skipped\": \"<integer>\",\n    \"pending\": \"<integer>\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "40de9d0e-fa4e-4dc8-a9f9-780eb2b28ddc",
                                                    "name": "Set/clear outbound webhook URL or regenerate secret",
                                                    "request": {
                                                        "name": "Set/clear outbound webhook URL or regenerate secret",
                                                        "description": {
                                                            "content": "The signing secret is returned ONCE on first set or on\n`regenerate_secret: true`. Store it immediately — CopyBridge only\nkeeps a hashed copy server-side.\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "providers",
                                                                "me",
                                                                "outbound-webhook"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"webhook_url\": \"<string>\",\n  \"regenerate_secret\": \"<boolean>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "319ca004-3b1a-4b83-8cf2-41beac2906e5",
                                                            "name": "Updated. Secret returned ONCE on first set or regen.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "providers",
                                                                        "me",
                                                                        "outbound-webhook"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"webhook_url\": \"<string>\",\n  \"regenerate_secret\": \"<boolean>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"webhook_url\": \"<string>\",\n  \"webhook_secret\": \"<string>\",\n  \"webhook_secret_hint\": \"<string>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "deliveries",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "2fa46963-21a8-4ace-b35b-c54eaca613bb",
                                                            "name": "List webhook delivery history",
                                                            "request": {
                                                                "name": "List webhook delivery history",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "providers",
                                                                        "me",
                                                                        "outbound-webhook",
                                                                        "deliveries"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "status",
                                                                            "value": "blocked"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "page",
                                                                            "value": "1"
                                                                        }
                                                                    ],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "08cfb0f9-517e-452b-b2d2-83b7bd3aef46",
                                                                    "name": "Paginated deliveries",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "providers",
                                                                                "me",
                                                                                "outbound-webhook",
                                                                                "deliveries"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "status",
                                                                                    "value": "blocked"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "page",
                                                                                    "value": "1"
                                                                                }
                                                                            ],
                                                                            "variable": []
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"deliveries\": [\n    {\n      \"event_id\": \"<uuid>\",\n      \"event_type\": \"<string>\",\n      \"status\": \"sent\",\n      \"response_code\": \"<integer>\",\n      \"attempts\": \"<integer>\",\n      \"last_error\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"delivered_at\": \"<dateTime>\",\n      \"target_url\": \"<string>\",\n      \"replay_of\": \"<string>\"\n    },\n    {\n      \"event_id\": \"<uuid>\",\n      \"event_type\": \"<string>\",\n      \"status\": \"pending\",\n      \"response_code\": \"<integer>\",\n      \"attempts\": \"<integer>\",\n      \"last_error\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"delivered_at\": \"<dateTime>\",\n      \"target_url\": \"<string>\",\n      \"replay_of\": \"<string>\"\n    }\n  ],\n  \"page\": \"<integer>\",\n  \"total_pages\": \"<integer>\",\n  \"total\": \"<integer>\",\n  \"counts_by_status\": {}\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "replay",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "9637821e-93b4-43f1-9b11-08c9d0ecae22",
                                                            "name": "Replay a previous webhook delivery",
                                                            "request": {
                                                                "name": "Replay a previous webhook delivery",
                                                                "description": {
                                                                    "content": "Re-emits a previously-delivered event with the same payload (except for\na fresh `webhook-id` and `replay_of` field referencing the original).\nOnly `failed`, `blocked`, or `skipped` events can be replayed.\n",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "providers",
                                                                        "me",
                                                                        "outbound-webhook",
                                                                        "replay"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"event_id\": \"<uuid>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                },
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "d65dd469-2b94-4aae-9f8f-62110d11cd62",
                                                                    "name": "Replay queued",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "providers",
                                                                                "me",
                                                                                "outbound-webhook",
                                                                                "replay"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": []
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"event_id\": \"<uuid>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"webhook_id\": \"<string>\",\n  \"replayed_at\": \"<dateTime>\",\n  \"status\": \"<string>\"\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "1c6e77c4-90ac-4153-9868-74cef70241e6",
                                                                    "name": "Event not found OR belongs to another provider OR retained-out",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "providers",
                                                                                "me",
                                                                                "outbound-webhook",
                                                                                "replay"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": []
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"event_id\": \"<uuid>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Not Found",
                                                                    "code": 404,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "ac44888b-0b2b-442e-ae38-b9674e86b9fb",
                                                                    "name": "Cannot replay (status is sent or pending)",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "providers",
                                                                                "me",
                                                                                "outbound-webhook",
                                                                                "replay"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": []
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"event_id\": \"<uuid>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                                                    "code": 422,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "name": "audit-log",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "4afd13bc-aecc-45ba-9fdb-3ea62abbef78",
                                                    "name": "Sensitive-op audit log",
                                                    "request": {
                                                        "name": "Sensitive-op audit log",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "providers",
                                                                "me",
                                                                "audit-log"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "event_type",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "page",
                                                                    "value": "1"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "71058a68-6c04-4a2c-957f-ef9ca980e48a",
                                                            "name": "Paginated events",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "providers",
                                                                        "me",
                                                                        "audit-log"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "event_type",
                                                                            "value": "<string>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "page",
                                                                            "value": "1"
                                                                        }
                                                                    ],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"events\": [\n    {\n      \"id\": \"<uuid>\",\n      \"actor_type\": \"self\",\n      \"event_type\": \"<string>\",\n      \"detail\": {},\n      \"ip\": \"<string>\",\n      \"user_agent\": \"<string>\",\n      \"created_at\": \"<dateTime>\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"actor_type\": \"self\",\n      \"event_type\": \"<string>\",\n      \"detail\": {},\n      \"ip\": \"<string>\",\n      \"user_agent\": \"<string>\",\n      \"created_at\": \"<dateTime>\"\n    }\n  ],\n  \"page\": \"<integer>\",\n  \"total_pages\": \"<integer>\",\n  \"total\": \"<integer>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "api-keys",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "rotate-master",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "059341e4-0915-4e31-87f7-94163b076faa",
                                                            "name": "Rotate master API key (destructive — old key invalidated immediately)",
                                                            "request": {
                                                                "name": "Rotate master API key (destructive — old key invalidated immediately)",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "providers",
                                                                        "me",
                                                                        "api-keys",
                                                                        "rotate-master"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {},
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "59fbbb20-a8b1-423a-989f-13cfe8709dd6",
                                                                    "name": "New key (returned ONCE)",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "providers",
                                                                                "me",
                                                                                "api-keys",
                                                                                "rotate-master"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": []
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"master_api_key\": \"<string>\"\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "rotate-subscriber",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "name": "{id}",
                                                            "description": "",
                                                            "item": [
                                                                {
                                                                    "id": "df5c4b65-a0e5-4e0a-acbc-45f18fa09ec9",
                                                                    "name": "Rotate a follower's subscriber key",
                                                                    "request": {
                                                                        "name": "Rotate a follower's subscriber key",
                                                                        "description": {},
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "providers",
                                                                                "me",
                                                                                "api-keys",
                                                                                "rotate-subscriber",
                                                                                ":id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "type": "any",
                                                                                    "value": "<uuid>",
                                                                                    "key": "id",
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    }
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {},
                                                                        "auth": {
                                                                            "type": "bearer",
                                                                            "bearer": [
                                                                                {
                                                                                    "key": "token",
                                                                                    "value": "{{bearerToken}}"
                                                                                }
                                                                            ]
                                                                        }
                                                                    },
                                                                    "response": [
                                                                        {
                                                                            "id": "006748a0-8049-475d-82c0-9651260e152f",
                                                                            "name": "New subscriber key (returned ONCE)",
                                                                            "originalRequest": {
                                                                                "url": {
                                                                                    "path": [
                                                                                        "api",
                                                                                        "v1",
                                                                                        "providers",
                                                                                        "me",
                                                                                        "api-keys",
                                                                                        "rotate-subscriber",
                                                                                        ":id"
                                                                                    ],
                                                                                    "host": [
                                                                                        "{{baseUrl}}"
                                                                                    ],
                                                                                    "query": [],
                                                                                    "variable": []
                                                                                },
                                                                                "header": [
                                                                                    {
                                                                                        "key": "Accept",
                                                                                        "value": "application/json"
                                                                                    },
                                                                                    {
                                                                                        "description": {
                                                                                            "content": "Added as a part of security scheme: bearer",
                                                                                            "type": "text/plain"
                                                                                        },
                                                                                        "key": "Authorization",
                                                                                        "value": "Bearer <token>"
                                                                                    }
                                                                                ],
                                                                                "method": "POST",
                                                                                "body": {}
                                                                            },
                                                                            "status": "OK",
                                                                            "code": 200,
                                                                            "header": [
                                                                                {
                                                                                    "key": "Content-Type",
                                                                                    "value": "application/json"
                                                                                }
                                                                            ],
                                                                            "body": "{\n  \"subscriber_key\": \"<uuid>\"\n}",
                                                                            "cookie": [],
                                                                            "_postman_previewlanguage": "json"
                                                                        },
                                                                        {
                                                                            "id": "5d4e5da6-8df2-45b0-851f-1bfb09fab1bf",
                                                                            "name": "Follower not found",
                                                                            "originalRequest": {
                                                                                "url": {
                                                                                    "path": [
                                                                                        "api",
                                                                                        "v1",
                                                                                        "providers",
                                                                                        "me",
                                                                                        "api-keys",
                                                                                        "rotate-subscriber",
                                                                                        ":id"
                                                                                    ],
                                                                                    "host": [
                                                                                        "{{baseUrl}}"
                                                                                    ],
                                                                                    "query": [],
                                                                                    "variable": []
                                                                                },
                                                                                "header": [
                                                                                    {
                                                                                        "description": {
                                                                                            "content": "Added as a part of security scheme: bearer",
                                                                                            "type": "text/plain"
                                                                                        },
                                                                                        "key": "Authorization",
                                                                                        "value": "Bearer <token>"
                                                                                    }
                                                                                ],
                                                                                "method": "POST",
                                                                                "body": {}
                                                                            },
                                                                            "status": "Not Found",
                                                                            "code": 404,
                                                                            "header": [],
                                                                            "cookie": [],
                                                                            "_postman_previewlanguage": "text"
                                                                        }
                                                                    ],
                                                                    "event": [],
                                                                    "protocolProfileBehavior": {
                                                                        "disableBodyPruning": true
                                                                    }
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "name": "followers",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "d3a67130-e2dd-492e-a966-00f5c7658631",
                                                    "name": "List followers",
                                                    "request": {
                                                        "name": "List followers",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "providers",
                                                                "me",
                                                                "followers"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "36aafb33-1b52-44dd-9555-4df35664e825",
                                                            "name": "Array",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "providers",
                                                                        "me",
                                                                        "followers"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "[\n  {\n    \"id\": \"<uuid>\",\n    \"provider_id\": \"<uuid>\",\n    \"subscriber_key\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"email\": \"<email>\",\n    \"active\": \"<boolean>\",\n    \"created_at\": \"<dateTime>\",\n    \"last_polled_at\": \"<dateTime>\"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"provider_id\": \"<uuid>\",\n    \"subscriber_key\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"email\": \"<email>\",\n    \"active\": \"<boolean>\",\n    \"created_at\": \"<dateTime>\",\n    \"last_polled_at\": \"<dateTime>\"\n  }\n]",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "bd3b1783-6b26-47fb-bb01-a104a39c3d6f",
                                                    "name": "Create follower",
                                                    "request": {
                                                        "name": "Create follower",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "providers",
                                                                "me",
                                                                "followers"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"name\": \"<string>\",\n  \"email\": \"<email>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "1841eabe-80cd-43fe-98b8-03296339e63b",
                                                            "name": "Created",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "providers",
                                                                        "me",
                                                                        "followers"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"email\": \"<email>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"id\": \"<uuid>\",\n  \"provider_id\": \"<uuid>\",\n  \"subscriber_key\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"active\": \"<boolean>\",\n  \"created_at\": \"<dateTime>\",\n  \"last_polled_at\": \"<dateTime>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "{id}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "062fe070-dbcb-4416-911e-2923963fb782",
                                                            "name": "Update follower",
                                                            "request": {
                                                                "name": "Update follower",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "providers",
                                                                        "me",
                                                                        "followers",
                                                                        ":id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<uuid>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"active\": \"<boolean>\",\n  \"name\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                },
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "68f86a8c-14d7-422e-8152-a5d7e697e181",
                                                                    "name": "Updated",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "providers",
                                                                                "me",
                                                                                "followers",
                                                                                ":id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": []
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "PUT",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"active\": \"<boolean>\",\n  \"name\": \"<string>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        },
                                                        {
                                                            "id": "7e5a8ca1-6e92-428b-81aa-984ef5229cd9",
                                                            "name": "Delete follower",
                                                            "request": {
                                                                "name": "Delete follower",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "providers",
                                                                        "me",
                                                                        "followers",
                                                                        ":id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<uuid>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "DELETE",
                                                                "body": {},
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "7bceaf82-2214-4f93-883a-f1e21f2933fe",
                                                                    "name": "Deleted",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "providers",
                                                                                "me",
                                                                                "followers",
                                                                                ":id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": []
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "No Content",
                                                                    "code": 204,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "trades",
                            "description": "",
                            "item": [
                                {
                                    "id": "e86d7fed-655e-4f1b-8fc4-60d209e17088",
                                    "name": "List trades for follower (poll)",
                                    "request": {
                                        "name": "List trades for follower (poll)",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "trades"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "apikey",
                                            "apikey": [
                                                {
                                                    "key": "key",
                                                    "value": "X-Subscriber-Key"
                                                },
                                                {
                                                    "key": "value",
                                                    "value": "{{apiKey}}"
                                                },
                                                {
                                                    "key": "in",
                                                    "value": "header"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "8fea8292-56a2-4a08-ab35-e6cd6390b420",
                                            "name": "Array of trade rows",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "trades"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "X-Subscriber-Key",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"trades\": [\n    {\n      \"id\": \"<uuid>\",\n      \"provider_id\": \"<uuid>\",\n      \"action\": \"CLOSE\",\n      \"symbol\": \"<string>\",\n      \"type\": \"SELL\",\n      \"lots\": \"<number>\",\n      \"price\": \"<number>\",\n      \"sl\": \"<number>\",\n      \"tp\": \"<number>\",\n      \"magic\": \"<integer>\",\n      \"ticket\": \"<integer>\",\n      \"timestamp\": \"<dateTime>\",\n      \"is_sandbox\": \"<boolean>\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"provider_id\": \"<uuid>\",\n      \"action\": \"MODIFY\",\n      \"symbol\": \"<string>\",\n      \"type\": \"SELL\",\n      \"lots\": \"<number>\",\n      \"price\": \"<number>\",\n      \"sl\": \"<number>\",\n      \"tp\": \"<number>\",\n      \"magic\": \"<integer>\",\n      \"ticket\": \"<integer>\",\n      \"timestamp\": \"<dateTime>\",\n      \"is_sandbox\": \"<boolean>\"\n    }\n  ],\n  \"count\": \"<integer>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "a2d095e8-9c16-4abf-834a-ed742aa1975d",
                                    "name": "Submit trade action (master EA)",
                                    "request": {
                                        "name": "Submit trade action (master EA)",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "trades"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"action\": \"MODIFY\",\n  \"symbol\": \"<string>\",\n  \"type\": \"BUY\",\n  \"lots\": \"<number>\",\n  \"ticket\": \"<integer>\",\n  \"price\": \"<number>\",\n  \"sl\": \"<number>\",\n  \"tp\": \"<number>\",\n  \"magic\": \"<integer>\",\n  \"timestamp\": \"<dateTime>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "apikey",
                                            "apikey": [
                                                {
                                                    "key": "key",
                                                    "value": "X-API-Key"
                                                },
                                                {
                                                    "key": "value",
                                                    "value": "{{apiKey}}"
                                                },
                                                {
                                                    "key": "in",
                                                    "value": "header"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "61e1af51-3d4d-4daf-9e9b-dd45c1218ee1",
                                            "name": "Duplicate (ON CONFLICT path)",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "trades"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "X-API-Key",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"action\": \"MODIFY\",\n  \"symbol\": \"<string>\",\n  \"type\": \"BUY\",\n  \"lots\": \"<number>\",\n  \"ticket\": \"<integer>\",\n  \"price\": \"<number>\",\n  \"sl\": \"<number>\",\n  \"tp\": \"<number>\",\n  \"magic\": \"<integer>\",\n  \"timestamp\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "7e877fbf-4501-4fd1-b849-ef1ab123e355",
                                            "name": "Trade inserted",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "trades"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "X-API-Key",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"action\": \"MODIFY\",\n  \"symbol\": \"<string>\",\n  \"type\": \"BUY\",\n  \"lots\": \"<number>\",\n  \"ticket\": \"<integer>\",\n  \"price\": \"<number>\",\n  \"sl\": \"<number>\",\n  \"tp\": \"<number>\",\n  \"magic\": \"<integer>\",\n  \"timestamp\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"id\": \"<uuid>\",\n  \"provider_id\": \"<uuid>\",\n  \"action\": \"OPEN\",\n  \"symbol\": \"<string>\",\n  \"type\": \"BUY\",\n  \"lots\": \"<number>\",\n  \"price\": \"<number>\",\n  \"sl\": \"<number>\",\n  \"tp\": \"<number>\",\n  \"magic\": \"<integer>\",\n  \"ticket\": \"<integer>\",\n  \"timestamp\": \"<dateTime>\",\n  \"is_sandbox\": \"<boolean>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ce715ed1-4036-4be0-a8d8-4081a56284b5",
                                            "name": "Risk-cap rejection OR validation",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "trades"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "X-API-Key",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"action\": \"MODIFY\",\n  \"symbol\": \"<string>\",\n  \"type\": \"BUY\",\n  \"lots\": \"<number>\",\n  \"ticket\": \"<integer>\",\n  \"price\": \"<number>\",\n  \"sl\": \"<number>\",\n  \"tp\": \"<number>\",\n  \"magic\": \"<integer>\",\n  \"timestamp\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": \"<string>\",\n  \"reason\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "open",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "469d6c92-cb8f-4c16-b81f-b8765f4942c6",
                                            "name": "List currently open trade tickets",
                                            "request": {
                                                "name": "List currently open trade tickets",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "trades",
                                                        "open"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "apikey",
                                                    "apikey": [
                                                        {
                                                            "key": "key",
                                                            "value": "X-Subscriber-Key"
                                                        },
                                                        {
                                                            "key": "value",
                                                            "value": "{{apiKey}}"
                                                        },
                                                        {
                                                            "key": "in",
                                                            "value": "header"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "f01aa6a1-b9fd-44bd-b6ff-4d7865057d27",
                                                    "name": "Array of tickets",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "trades",
                                                                "open"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "X-Subscriber-Key",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "snapshot",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "8f797bd2-faa3-41a8-80e1-0358dde21227",
                                            "name": "Full trade snapshot for sync",
                                            "request": {
                                                "name": "Full trade snapshot for sync",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "trades",
                                                        "snapshot"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "apikey",
                                                    "apikey": [
                                                        {
                                                            "key": "key",
                                                            "value": "X-Subscriber-Key"
                                                        },
                                                        {
                                                            "key": "value",
                                                            "value": "{{apiKey}}"
                                                        },
                                                        {
                                                            "key": "in",
                                                            "value": "header"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "9af2adcd-1cc2-4f67-9d19-e6f3d3376446",
                                                    "name": "Snapshot",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "trades",
                                                                "snapshot"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "X-Subscriber-Key",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "integrator",
                            "description": "",
                            "item": [
                                {
                                    "name": "providers",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "b157cc0d-e402-48c0-b36a-725eb5490392",
                                            "name": "List own child providers",
                                            "request": {
                                                "name": "List own child providers",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "integrator",
                                                        "providers"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "apikey",
                                                    "apikey": [
                                                        {
                                                            "key": "key",
                                                            "value": "X-Integrator-Key"
                                                        },
                                                        {
                                                            "key": "value",
                                                            "value": "{{apiKey}}"
                                                        },
                                                        {
                                                            "key": "in",
                                                            "value": "header"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "2aa4db20-3766-4114-a8a6-fcbee34ff6bc",
                                                    "name": "Array",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "integrator",
                                                                "providers"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "X-Integrator-Key",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"providers\": [\n    {\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"email\": \"<email>\",\n      \"plan\": \"integrator-scale\",\n      \"active\": \"<boolean>\",\n      \"is_sandbox\": \"<boolean>\",\n      \"is_integrator\": \"<boolean>\",\n      \"parent_provider_id\": \"<uuid>\",\n      \"whop_subscription_id\": \"<string>\",\n      \"active_seat_count\": \"<integer>\",\n      \"created_at\": \"<dateTime>\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"email\": \"<email>\",\n      \"plan\": \"integrator-starter\",\n      \"active\": \"<boolean>\",\n      \"is_sandbox\": \"<boolean>\",\n      \"is_integrator\": \"<boolean>\",\n      \"parent_provider_id\": \"<uuid>\",\n      \"whop_subscription_id\": \"<string>\",\n      \"active_seat_count\": \"<integer>\",\n      \"created_at\": \"<dateTime>\"\n    }\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "883b3443-d7e4-4b9d-b382-628f53db5a26",
                                            "name": "Provision a child provider",
                                            "request": {
                                                "name": "Provision a child provider",
                                                "description": {
                                                    "content": "Creates a new provider under the calling integrator. The master API key\nand JWT are returned ONCE in the response — store them immediately.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "integrator",
                                                        "providers"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"is_sandbox\": false,\n  \"plan_tier\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "apikey",
                                                    "apikey": [
                                                        {
                                                            "key": "key",
                                                            "value": "X-Integrator-Key"
                                                        },
                                                        {
                                                            "key": "value",
                                                            "value": "{{apiKey}}"
                                                        },
                                                        {
                                                            "key": "in",
                                                            "value": "header"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "e0632563-289d-4438-8c9f-85c3c713694a",
                                                    "name": "Provider created. Master API key + JWT returned ONCE.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "integrator",
                                                                "providers"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "X-Integrator-Key",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"is_sandbox\": false,\n  \"plan_tier\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"provider\": {\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"email\": \"<email>\",\n    \"plan\": \"business\",\n    \"active\": \"<boolean>\",\n    \"is_sandbox\": \"<boolean>\",\n    \"is_integrator\": \"<boolean>\",\n    \"parent_provider_id\": \"<uuid>\",\n    \"whop_subscription_id\": \"<string>\",\n    \"active_seat_count\": \"<integer>\",\n    \"created_at\": \"<dateTime>\"\n  },\n  \"master_api_key\": \"<string>\",\n  \"jwt_token\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{id}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "67e77281-c91c-48e9-84f0-7aacbbf21b3f",
                                                    "name": "Get a child provider",
                                                    "request": {
                                                        "name": "Get a child provider",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "integrator",
                                                                "providers",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<uuid>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "apikey",
                                                            "apikey": [
                                                                {
                                                                    "key": "key",
                                                                    "value": "X-Integrator-Key"
                                                                },
                                                                {
                                                                    "key": "value",
                                                                    "value": "{{apiKey}}"
                                                                },
                                                                {
                                                                    "key": "in",
                                                                    "value": "header"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "92a3f45c-f1c5-48ca-afb9-aa6c7e80a927",
                                                            "name": "Provider",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "integrator",
                                                                        "providers",
                                                                        ":id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "X-Integrator-Key",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"provider\": {\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"email\": \"<email>\",\n    \"plan\": \"integrator-scale\",\n    \"active\": \"<boolean>\",\n    \"is_sandbox\": \"<boolean>\",\n    \"is_integrator\": \"<boolean>\",\n    \"parent_provider_id\": \"<uuid>\",\n    \"whop_subscription_id\": \"<string>\",\n    \"active_seat_count\": \"<integer>\",\n    \"created_at\": \"<dateTime>\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "421084d4-c897-436d-8d74-95699c78ee2b",
                                                    "name": "Update a child provider (active/is_sandbox/name/email)",
                                                    "request": {
                                                        "name": "Update a child provider (active/is_sandbox/name/email)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "integrator",
                                                                "providers",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<uuid>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"active\": \"<boolean>\",\n  \"is_sandbox\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"email\": \"<email>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "apikey",
                                                            "apikey": [
                                                                {
                                                                    "key": "key",
                                                                    "value": "X-Integrator-Key"
                                                                },
                                                                {
                                                                    "key": "value",
                                                                    "value": "{{apiKey}}"
                                                                },
                                                                {
                                                                    "key": "in",
                                                                    "value": "header"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "8da63148-5180-46d4-aa19-1b78a466959d",
                                                            "name": "Updated provider",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "integrator",
                                                                        "providers",
                                                                        ":id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "X-Integrator-Key",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PATCH",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"active\": \"<boolean>\",\n  \"is_sandbox\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"email\": \"<email>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "51fc7216-2e5c-4f62-8550-9ad7b523c440",
                                                            "name": "Sandbox toggle rejected (follower EA version too old)",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "integrator",
                                                                        "providers",
                                                                        ":id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "X-Integrator-Key",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PATCH",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"active\": \"<boolean>\",\n  \"is_sandbox\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"email\": \"<email>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                                            "code": 422,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "0d35852f-c5bc-4ba1-adc6-c6c5fa3440a2",
                                                    "name": "Soft-delete (active=false)",
                                                    "request": {
                                                        "name": "Soft-delete (active=false)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "integrator",
                                                                "providers",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<uuid>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "DELETE",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "apikey",
                                                            "apikey": [
                                                                {
                                                                    "key": "key",
                                                                    "value": "X-Integrator-Key"
                                                                },
                                                                {
                                                                    "key": "value",
                                                                    "value": "{{apiKey}}"
                                                                },
                                                                {
                                                                    "key": "in",
                                                                    "value": "header"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "5d73e61a-1346-4221-b054-974c80f6c0e2",
                                                            "name": "Soft-deleted",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "integrator",
                                                                        "providers",
                                                                        ":id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "X-Integrator-Key",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "reconcile",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{id}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "77fbb0eb-7b99-436b-b2eb-81e83d05fa1c",
                                                    "name": "Force reconcile Whop seat count (admin)",
                                                    "request": {
                                                        "name": "Force reconcile Whop seat count (admin)",
                                                        "description": {
                                                            "content": "Requires X-Admin-Key, not X-Integrator-Key. Used by reconciliation cron.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "integrator",
                                                                "reconcile",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<uuid>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "POST",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "apikey",
                                                            "apikey": [
                                                                {
                                                                    "key": "key",
                                                                    "value": "X-API-Key"
                                                                },
                                                                {
                                                                    "key": "value",
                                                                    "value": "{{apiKey}}"
                                                                },
                                                                {
                                                                    "key": "in",
                                                                    "value": "header"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "43f8a383-82d5-4ca6-b204-eb583f2e5173",
                                                            "name": "OK",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "integrator",
                                                                        "reconcile",
                                                                        ":id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "X-API-Key",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ],
    "event": [],
    "variable": [
        {
            "key": "baseUrl",
            "value": "https://api.copybridge.io"
        }
    ],
    "info": {
        "_postman_id": "90de469d-ad86-4e70-8296-fa5f9a323b4f",
        "name": "CopyBridge API",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "Multi-tenant copy-trading platform API. See https://copybridge.io/developers\nfor integration overview. See https://copybridge.io/docs for full reference.\n\n## Authentication\n\nCopyBridge uses four distinct auth schemes:\n\n- **`bearerAuth`** (JWT) — issued at registration / login. Used by the\n  dashboard UI for provider-self endpoints (`/api/v1/providers/me/*`).\n- **`apiKeyHeader`** (`X-API-Key`) — master API key. Used by the provider\n  EA to submit trades and (for integrator-tier accounts) by integrator\n  child-provider keys.\n- **`subscriberKeyHeader`** (`X-Subscriber-Key`) — per-follower key.\n  Used by the copier (follower) EA to poll trades.\n- **`integratorKeyHeader`** (`X-Integrator-Key`) — integrator admin key.\n  Manages child providers under `/api/v1/integrator/*`.\n\n## Outbound webhooks\n\nCopyBridge signs outbound webhook payloads per the\n[Standard Webhooks](https://www.standardwebhooks.com/) spec. Each delivery\nincludes `webhook-id`, `webhook-timestamp`, and `webhook-signature`\nheaders. Verify the signature before trusting any payload.\n\n\nContact Support:\n Name: CopyBridge\n Email: support@copybridge.io",
            "type": "text/plain"
        }
    }
}