{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/api.magnetis.io"
        }
    ],
    "info": {
        "name": "Magn\u00e9tis API",
        "_postman_id": "4f840db5-3a71-4119-9c55-c975c91c5e59",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Alerts",
            "description": "",
            "item": [
                {
                    "name": "Email alerts",
                    "description": "",
                    "item": [
                        {
                            "name": "List all email alerts",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "alerts\/email",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/alerts\/email",
                                    "variable": [
                                        {
                                            "id": "account_id",
                                            "key": "account_id",
                                            "value": "acc-XXX",
                                            "description": ""
                                        },
                                        {
                                            "id": "limit",
                                            "key": "limit",
                                            "value": "250",
                                            "description": ""
                                        },
                                        {
                                            "id": "page",
                                            "key": "page",
                                            "value": "1",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": [\n        {\n            \"id\": \"ale-b098cb40-c57b-4a2b-bf5c-70348741ed91\",\n            \"account\": {\n                \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n                \"name\": \"Immobilier tertiaire\",\n                \"reference\": \"123456\"\n            },\n            \"created_at\": \"2024-03-04 09:06:09\",\n            \"enabled\": 1,\n            \"less_than\": 23,\n            \"more_than\": null,\n            \"recipients\": [\"example@email.fr\"],\n            \"title\": \"Alerte sur appel personnalis\u00e9\",\n            \"type\": \"custom_calls\"\n        },\n        {\n            \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n            \"account\": {\n                \"id\": \"acc-6a29eed8-af46-4a4c-bd4b-e4d44f7b345f\",\n                \"name\": \"Immobilier tertiaire\",\n                \"reference\": \"123456\"\n            },\n            \"created_at\": \"2024-03-04 09:06:10\",\n            \"enabled\": 1,\n            \"less_than\": null,\n            \"more_than\": null,\n            \"recipients\": [\"example@email.fr\"],\n            \"title\": \"Alerte sur appel manqu\u00e9\",\n            \"type\": \"lost_calls\"\n        },\n        {\n            \"id\": \"ale-5f695e85-1508-4365-9ade-56ab6d9b861a\",\n            \"account\": {\n                \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n                \"name\": \"Immobilier tertiaire\",\n                \"reference\": \"123456\"\n            },\n            \"created_at\": \"2024-03-04 09:06:10\",\n            \"enabled\": 1,\n            \"less_than\": null,\n            \"more_than\": null,\n            \"recipients\": [\"example@email.fr\"],\n            \"title\": \"Alerte sur tous les appels\",\n            \"type\": \"all_calls\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"https:\/\/api.magnetis.io\/alerts\/email?page=1\",\n        \"last\": \"https:\/\/api.magnetis.io\/alerts\/email?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"https:\/\/api.magnetis.io\/alerts\/email\",\n        \"per_page\": 250,\n        \"to\": 3,\n        \"total\": 3,\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        }\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Create an email alert",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "alerts\/email",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/alerts\/email"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"account_id\":\"acc-6e64b651-026a-46de-ab3e-944a193945a9\",\"title\":\"Alerte sur appel manqu\u00e9\",\"subject\":\"laboriosam\",\"type\":\"custom_calls\",\"more_than\":20,\"less_than\":\"\",\"enabled\":false,\"recipients\":[\"amazingemail@email.com\",\"thebestemail@email.com\"],\"anonymized\":true}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": {\n        \"id\": \"ale-b098cb40-c57b-4a2b-bf5c-70348741ed91\",\n        \"account\": {\n            \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n            \"name\": \"Immobilier tertiaire\"\n        },\n        \"created_at\": \"2024-03-04 09:06:09\",\n        \"enabled\": 1,\n        \"less_than\": 23,\n        \"more_than\": null,\n        \"recipients\": [\n            \"example@email.fr\"\n        ],\n        \"title\": \"Alerte sur appel personnalis\u00e9\",\n        \"type\": \"custom_calls\"\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2024-03-04 09:12:08\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 3\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch an email alert",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "alerts\/email\/:id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/alerts\/email\/:id",
                                    "variable": [
                                        {
                                            "id": "id",
                                            "key": "id",
                                            "value": "ale-06529b90-73e1-4f8d-b654-aa1f8116ab41",
                                            "description": "The id of the alert."
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": {\n        \"id\": \"ale-b098cb40-c57b-4a2b-bf5c-70348741ed91\",\n        \"account\": {\n            \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n            \"name\": \"Immobilier tertiaire\"\n        },\n        \"created_at\": \"2024-03-04 09:06:09\",\n        \"enabled\": 1,\n        \"less_than\": 23,\n        \"more_than\": null,\n        \"recipients\": [\n            \"example@email.fr\"\n        ],\n        \"title\": \"Alerte sur appel personnalis\u00e9\",\n        \"type\": \"custom_calls\"\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2024-03-04 09:12:08\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 3\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Update an email alert",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "alerts\/email\/:id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/alerts\/email\/:id",
                                    "variable": [
                                        {
                                            "id": "id",
                                            "key": "id",
                                            "value": "ale-06529b90-73e1-4f8d-b654-aa1f8116ab41",
                                            "description": "The ID of the alert."
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"title\":\"Alerte sur appel manqu\u00e9\",\"subject\":\"numquam\",\"type\":\"custom_calls\",\"more_than\":20,\"less_than\":\"\",\"enabled\":false,\"recipients\":[\"amazingemail@email.com\",\"thebestemail@email.com\"],\"anonymized\":false}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": {\n        \"id\": \"ale-b098cb40-c57b-4a2b-bf5c-70348741ed91\",\n        \"account\": {\n            \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n            \"name\": \"Immobilier tertiaire\"\n        },\n        \"created_at\": \"2024-03-04 09:06:09\",\n        \"enabled\": 1,\n        \"less_than\": 23,\n        \"more_than\": null,\n        \"recipients\": [\n            \"example@email.fr\"\n        ],\n        \"title\": \"Alerte sur appel personnalis\u00e9\",\n        \"type\": \"custom_calls\"\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2024-03-04 09:12:08\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 3\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Delete an email alert",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "alerts\/email\/:id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/alerts\/email\/:id",
                                    "variable": [
                                        {
                                            "id": "id",
                                            "key": "id",
                                            "value": "ale-06529b90-73e1-4f8d-b654-aa1f8116ab41",
                                            "description": "The ID of the alert."
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n\t\"data\": [],\n\t\"meta\": {\n\t\t\"apiKey\": {\n\t\t\t\"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n\t\t\t\"created_at\": \"2023-07-25 12:00:00\",\n\t\t\t\"expiration\": null,\n\t\t\t\"level\": \"account\",\n\t\t\t\"name\": \"My account\"\n\t\t},\n\t\t\"total\": 0\n\t}\n}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "SMS alerts",
                    "description": "",
                    "item": [
                        {
                            "name": "List all SMS alerts",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "alerts\/sms",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/alerts\/sms",
                                    "variable": [
                                        {
                                            "id": "account_id",
                                            "key": "account_id",
                                            "value": "acc-XXX",
                                            "description": ""
                                        },
                                        {
                                            "id": "limit",
                                            "key": "limit",
                                            "value": "250",
                                            "description": ""
                                        },
                                        {
                                            "id": "page",
                                            "key": "page",
                                            "value": "1",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": [\n        {\n        \"id\": \"als-cccd40bf-3e4d-42fb-ad5a-76040aa03171\",\n        \"account\": {\n            \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n            \"name\": \"Immobilier tertiaire\"\n        },\n        \"additional_recipients\": [\"rcp-bde9497b-ffe6-45db-8ffc-cd62b4260a59\"],\n        \"all_tracked_numbers\": 0,\n        \"created_at\": \"2024-03-01 14:52:44\",\n        \"enabled\": 1,\n        \"landing_page\": null,\n        \"less_than\": null,\n        \"more_than\": null,\n        \"notification_emails\": [],\n        \"notification_recipients\": [],\n        \"numbers\": [],\n        \"pools\": [],\n        \"send_to\": \"caller\",\n        \"sms_template\": {\n            \"id\": \"sds-a1cc1722-271e-4eb4-b66a-012cb7f3f244\",\n            \"account\": {\n            \"id\": \"acc-51ce00db-b50b-4b3d-ad4d-9b19155d46b5\",\n            \"name\": \"Immobilier tertiaire\"\n            },\n            \"created_at\": \"2024-03-01 14:52:46\",\n            \"entity\": null,\n            \"from\": \"InfoAppel\",\n            \"network\": null,\n            \"nb_characters\": null,\n            \"nb_sms\": null,\n            \"text\": \"Bonjour, merci pour votre appel. Nous sommes actuellement indisponibles, mais vous pouvez nous joindre via notre site internet, www.monsite.fr. A tr\u00e8s vite!\",\n            \"title\": \"Appel Manqu\u00e9 Appelant\",\n            \"user\": {\n            \"id\": \"usr-78a51d97-1bd2-467e-b67c-bb683014e84c\",\n            \"created_at\": \"2024-03-01T13:52:43.000000Z\",\n            \"email\": \"John.Doe@email.fr\",\n            \"firstname\": \"John\",\n            \"lang\": \"fr\",\n            \"lastname\": \"Doe\",\n            \"phone\": \"06 38 39 XX XX\"\n            }\n        },\n        \"title\": \"Alerte par sms\",\n        \"type\": \"lost_calls\"\n        },\n        {\n        \"id\": \"als-88530b44-7887-4747-88d7-e5da1955ebac\",\n        \"account\": {\n            \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n            \"name\": \"Immobilier tertiaire\"\n        },\n        \"additional_recipients\": [\"rcp-bde9497b-ffe6-45db-8ffc-cd62b4260a59\"],\n        \"all_tracked_numbers\": 0,\n        \"created_at\": \"2024-03-01 14:52:44\",\n        \"enabled\": 1,\n        \"landing_page\": null,\n        \"less_than\": null,\n        \"more_than\": null,\n        \"notification_emails\": [],\n        \"notification_recipients\": [],\n        \"numbers\": [],\n        \"pools\": [],\n        \"send_to\": \"caller\",\n        \"sms_template\": {\n            \"id\": \"sds-a1cc1722-271e-4eb4-b66a-012cb7f3f244\",\n            \"account\": {\n            \"id\": \"acc-51ce00db-b50b-4b3d-ad4d-9b19155d46b5\",\n            \"name\": \"Immobilier tertiaire\"\n            },\n            \"created_at\": \"2024-03-01 14:52:46\",\n            \"entity\": null,\n            \"from\": \"InfoAppel\",\n            \"network\": null,\n            \"nb_characters\": null,\n            \"nb_sms\": null,\n            \"text\": \"Bonjour, merci pour votre appel. Nous sommes actuellement indisponibles, mais vous pouvez nous joindre via notre site internet, www.monsite.fr. A tr\u00e8s vite!\",\n            \"title\": \"Appel Manqu\u00e9 Appelant\",\n            \"user\": {\n            \"id\": \"usr-78a51d97-1bd2-467e-b67c-bb683014e84c\",\n            \"created_at\": \"2024-03-01T13:52:43.000000Z\",\n            \"email\": \"John.Doe@email.fr\",\n            \"firstname\": \"John\",\n            \"lang\": \"fr\",\n            \"lastname\": \"Doe\",\n            \"phone\": \"06 38 39 XX XX\"\n            }\n        },\n        \"title\": \"Alerte par sms\",\n        \"type\": \"lost_calls\"\n        },\n        {\n        \"id\": \"als-2a709bdd-f7e2-45bd-a86b-12633de528ec\",\n        \"account\": {\n            \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n            \"name\": \"Immobilier tertiaire\"\n        },\n        \"additional_recipients\": [\"rcp-2765bc4d-9f7f-4324-8c83-11262bb4c0fd\"],\n        \"all_tracked_numbers\": 0,\n        \"created_at\": \"2024-03-01 14:52:44\",\n        \"enabled\": 1,\n        \"landing_page\": null,\n        \"less_than\": null,\n        \"more_than\": null,\n        \"notification_emails\": [],\n        \"notification_recipients\": [],\n        \"numbers\": [],\n        \"pools\": [],\n        \"send_to\": \"caller\",\n        \"sms_template\": {\n            \"id\": \"sds-a1cc1722-271e-4eb4-b66a-012cb7f3f244\",\n            \"account\": {\n            \"id\": \"acc-51ce00db-b50b-4b3d-ad4d-9b19155d46b5\",\n            \"name\": \"Immobilier tertiaire\"\n            },\n            \"created_at\": \"2024-03-01 14:52:46\",\n            \"entity\": null,\n            \"from\": \"InfoAppel\",\n            \"network\": null,\n            \"nb_characters\": null,\n            \"nb_sms\": null,\n            \"text\": \"Bonjour, merci pour votre appel. Nous sommes actuellement indisponibles, mais vous pouvez nous joindre via notre site internet, www.monsite.fr. A tr\u00e8s vite!\",\n            \"title\": \"Appel Manqu\u00e9 Appelant\",\n            \"user\": {\n            \"id\": \"usr-78a51d97-1bd2-467e-b67c-bb683014e84c\",\n            \"created_at\": \"2024-03-01T13:52:43.000000Z\",\n            \"email\": \"John.Doe@email.fr\",\n            \"firstname\": \"John\",\n            \"lang\": \"fr\",\n            \"lastname\": \"Doe\",\n            \"phone\": \"06 38 39 XX XX\"\n            }\n        },\n        \"title\": \"Alerte par sms\",\n        \"type\": \"lost_calls\"\n        },\n        {\n        \"id\": \"als-f3f2849a-e306-4a00-b539-45bc48b95b61\",\n        \"account\": {\n            \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n            \"name\": \"Immobilier tertiaire\"\n        },\n        \"additional_recipients\": [],\n        \"all_tracked_numbers\": 1,\n        \"created_at\": \"2024-03-07 10:34:09\",\n        \"enabled\": 1,\n        \"landing_page\": {\n            \"id\": \"8810c59a-c05c-4801-a3e7-c77308296c9c\",\n            \"account\": {\n            \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n            \"name\": \"Immobilier tertiaire\"\n            },\n            \"created_at\": \"2024-01-01 01:00:00\",\n            \"entity\": null,\n            \"network\": null,\n            \"title\": \"Ma Landing Page\",\n            \"url\": \"https:\/\/www.mywebsite.fr\"\n        },\n        \"less_than\": null,\n        \"more_than\": null,\n        \"notification_emails\": [],\n        \"notification_recipients\": [],\n        \"numbers\": [],\n        \"pools\": [],\n        \"send_to\": \"caller\",\n        \"sms_template\": {\n            \"id\": \"sds-3712da26-d91e-4d9a-8545-2a6a4023231b32\",\n            \"account\": {\n            \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n            \"name\": \"Immobilier tertiaire\"\n            },\n            \"created_at\": \"2024-03-01 14:52:46\",\n            \"entity\": null,\n            \"from\": \"InfoAppel\",\n            \"network\": null,\n            \"nb_characters\": 2121,\n            \"nb_sms\": 2,\n            \"text\": \"Nous avons rat\u00e9 votre appel, completer le question ##LIENTRACKEVERSLANDPAGE## pour que nous puissions vous recontacter. A bient\u00f4t.\",\n            \"title\": \"Appel Manqu\u00e9 Appel\u00e9\",\n            \"user\": {\n            \"id\": \"usr-78a51d97-1bd2-467e-b67c-bb683014e84c\",\n            \"created_at\": \"2024-03-01 14:52:43\",\n            \"email\": \"John.Doe@email.fr\",\n            \"firstname\": \"John\",\n            \"lang\": \"fr\",\n            \"lastname\": \"Doe\",\n            \"phone\": \"06 38 39 XX XX\"\n            }\n        },\n        \"title\": \"Sms de landing page\",\n        \"type\": \"lost_calls\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"https:\/\/api.magnetis.io\/alerts\/sms?page=1\",\n        \"last\": \"https:\/\/api.magnetis.io\/alerts\/sms?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"https:\/\/api.magnetis.io\/alerts\/sms\",\n        \"per_page\": 250,\n        \"to\": 4,\n        \"total\": 4,\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        }\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Create a SMS alert",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "alerts\/sms",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/alerts\/sms",
                                    "variable": [
                                        {
                                            "id": "id",
                                            "key": "id",
                                            "value": "als-06529b90-73e1-4f8d-b654-aa1f8116ab41",
                                            "description": "The unique ID of the alert."
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"additional_recipients\":false,\"all_tracked_numbers\":false,\"enabled\":true,\"landing_page_id\":\"ldp-53470c4d-7721-4490-bd22-237066afd5c5\",\"less_than\":15,\"more_than\":7,\"notification_emails\":[\"amazingemail@email.com\",\"thebestemail@email.com\"],\"notification_recipients\":[\"rcp-8b514c55-f135-48da-83e4-1a1cd3cccb84\",\"rcp-75e932ca-6714-4088-b571-e6047a0dd1c6\"],\"numbers\":[\"num-50700e9e-879e-480a-859a-1db8301bd712\",\"num-87b2e273-29c7-41a9-bd7e-66748d9cdf40\"],\"pools\":[\"pul-50700e9e-879e-480a-859a-1db8301bd712\",\"pul-87b2e273-29c7-41a9-bd7e-66748d9cdf40\"],\"send_to\":\"caller\",\"sms_template_id\":\"sds-8dc0d51c-bd63-4aaf-ab64-6fb46edb17ac\",\"title\":\"Alerte avec Landing Page\",\"type\":\"custom_calls\",\"account_id\":\"acc-6e64b651-026a-46de-ab3e-944a193945a9\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a SMS alert",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "alerts\/sms\/:id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/alerts\/sms\/:id",
                                    "variable": [
                                        {
                                            "id": "id",
                                            "key": "id",
                                            "value": "als-06529b90-73e1-4f8d-b654-aa1f8116ab41",
                                            "description": "The id of the alert."
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n  \"data\": {\n    \"id\": \"als-f3f2849a-e306-4a00-b539-45bc48b95b61\",\n    \"account\": {\n      \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n      \"name\": \"Immobilier tertiaire\"\n    },\n    \"additional_recipients\": [],\n    \"all_tracked_numbers\": 1,\n    \"created_at\": \"2024-03-07 10:34:09\",\n    \"enabled\": 1,\n    \"landing_page\": {\n      \"id\": \"8810c59a-c05c-4801-a3e7-c77308296c9c\",\n      \"account\": {\n        \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n        \"name\": \"Immobilier tertiaire\"\n      },\n      \"created_at\": \"2024-01-01 01:00:00\",\n      \"entity\": null,\n      \"network\": null,\n      \"title\": \"Ma Landing Page\",\n      \"url\": \"https:\/\/www.mywebsite.fr\"\n    },\n    \"less_than\": null,\n    \"more_than\": null,\n    \"notification_emails\": [],\n    \"notification_recipients\": [],\n    \"numbers\": [],\n    \"pools\": [],\n    \"send_to\": \"caller\",\n    \"sms_template\": {\n      \"id\": \"sds-3712da26-d91e-4d9a-8545-2a6a4023231b32\",\n      \"account\": {\n        \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n        \"name\": \"Immobilier tertiaire\"\n      },\n      \"created_at\": \"2024-03-01 14:52:46\",\n      \"entity\": null,\n      \"from\": \"InfoAppel\",\n      \"network\": null,\n      \"nb_characters\": 2121,\n      \"nb_sms\": 2,\n      \"text\": \"Nous avons rat\u00e9 votre appel, completer le question ##LIENTRACKEVERSLANDPAGE## pour que nous puissions vous recontacter. A bient\u00f4t.\",\n      \"title\": \"Appel Manqu\u00e9 Appel\u00e9\",\n      \"user\": {\n        \"id\": \"usr-78a51d97-1bd2-467e-b67c-bb683014e84c\",\n        \"created_at\": \"2024-03-01 14:52:43\",\n        \"email\": \"John.Doe@email.fr\",\n        \"firstname\": \"John\",\n        \"lang\": \"fr\",\n        \"lastname\": \"Doe\",\n        \"phone\": \"06 38 39 XX XX\"\n      }\n    },\n    \"title\": \"Sms de landing page\",\n    \"type\": \"lost_calls\"\n  },\n  \"meta\": {\n    \"apiKey\": {\n      \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n      \"created_at\": \"2024-03-04 09:12:08\",\n      \"expiration\": null,\n      \"level\": \"account\",\n      \"name\": \"My account\"\n    },\n    \"total\": 1\n  }\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Update a SMS alert",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "alerts\/sms\/:id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/alerts\/sms\/:id",
                                    "variable": [
                                        {
                                            "id": "id",
                                            "key": "id",
                                            "value": "als-06529b90-73e1-4f8d-b654-aa1f8116ab41",
                                            "description": "Alert ID."
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"additional_recipients\":false,\"all_tracked_numbers\":false,\"enabled\":true,\"landing_page_id\":\"ldp-53470c4d-7721-4490-bd22-237066afd5c5\",\"less_than\":15,\"more_than\":9,\"notification_emails\":[\"amazingemail@email.com\",\"thebestemail@email.com\"],\"notification_recipients\":[\"rcp-8b514c55-f135-48da-83e4-1a1cd3cccb84\",\"rcp-75e932ca-6714-4088-b571-e6047a0dd1c6\"],\"numbers\":[\"num-50700e9e-879e-480a-859a-1db8301bd712\",\"num-87b2e273-29c7-41a9-bd7e-66748d9cdf40\"],\"pools\":[\"pul-50700e9e-879e-480a-859a-1db8301bd712\",\"pul-87b2e273-29c7-41a9-bd7e-66748d9cdf40\"],\"send_to\":\"caller\",\"sms_template_id\":\"sds-8dc0d51c-bd63-4aaf-ab64-6fb46edb17ac\",\"title\":\"Alerte avec Landing Page\",\"type\":\"custom_calls\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n  \"data\": {\n    \"id\": \"als-f3f2849a-e306-4a00-b539-45bc48b95b61\",\n    \"account\": {\n      \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n      \"name\": \"Immobilier tertiaire\"\n    },\n    \"additional_recipients\": [],\n    \"all_tracked_numbers\": 1,\n    \"created_at\": \"2024-03-07 10:34:09\",\n    \"enabled\": 1,\n    \"landing_page\": {\n      \"id\": \"8810c59a-c05c-4801-a3e7-c77308296c9c\",\n      \"account\": {\n        \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n        \"name\": \"Immobilier tertiaire\"\n      },\n      \"created_at\": \"2024-01-01 01:00:00\",\n      \"entity\": null,\n      \"network\": null,\n      \"title\": \"Ma Landing Page\",\n      \"url\": \"https:\/\/www.mywebsite.fr\"\n    },\n    \"less_than\": null,\n    \"more_than\": null,\n    \"notification_emails\": [],\n    \"notification_recipients\": [],\n    \"numbers\": [],\n    \"pools\": [],\n    \"send_to\": \"caller\",\n    \"sms_template\": {\n      \"id\": \"sds-3712da26-d91e-4d9a-8545-2a6a4023231b32\",\n      \"account\": {\n        \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n        \"name\": \"Immobilier tertiaire\"\n      },\n      \"created_at\": \"2024-03-01 14:52:46\",\n      \"entity\": null,\n      \"from\": \"InfoAppel\",\n      \"network\": null,\n      \"nb_characters\": 2121,\n      \"nb_sms\": 2,\n      \"text\": \"Nous avons rat\u00e9 votre appel, completer le question ##LIENTRACKEVERSLANDPAGE## pour que nous puissions vous recontacter. A bient\u00f4t.\",\n      \"title\": \"Appel Manqu\u00e9 Appel\u00e9\",\n      \"user\": {\n        \"id\": \"usr-78a51d97-1bd2-467e-b67c-bb683014e84c\",\n        \"created_at\": \"2024-03-01 14:52:43\",\n        \"email\": \"John.Doe@email.fr\",\n        \"firstname\": \"John\",\n        \"lang\": \"fr\",\n        \"lastname\": \"Doe\",\n        \"phone\": \"06 38 39 XX XX\"\n      }\n    },\n    \"title\": \"Sms de landing page\",\n    \"type\": \"lost_calls\"\n  },\n  \"meta\": {\n    \"apiKey\": {\n      \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n      \"created_at\": \"2024-03-04 09:12:08\",\n      \"expiration\": null,\n      \"level\": \"account\",\n      \"name\": \"My account\"\n    },\n    \"total\": 1\n  }\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Delete a sms alert",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "alerts\/sms\/:id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/alerts\/sms\/:id",
                                    "variable": [
                                        {
                                            "id": "id",
                                            "key": "id",
                                            "value": "als-06529b90-73e1-4f8d-b654-aa1f8116ab41",
                                            "description": "The id of the alert."
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n\t\"data\": [],\n\t\"meta\": {\n\t\t\"apiKey\": {\n\t\t\t\"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n\t\t\t\"created_at\": \"2023-07-25 12:00:00\",\n\t\t\t\"expiration\": null,\n\t\t\t\"level\": \"account\",\n\t\t\t\"name\": \"My account\"\n\t\t},\n\t\t\"total\": 0\n\t}\n}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "name": "Architecture",
            "description": "",
            "item": [
                {
                    "name": "Organizations",
                    "description": "",
                    "item": [
                        {
                            "name": "Fetch an organization",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "organization",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/organization"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"id\": \"org-206cfd6e-c95e-4aee-9068-164c8539f85a\",\n    \"activity\": \"Immobilier tertiaire\",\n    \"billing_details\": {\n        \"address\": \"1 rue de la Mairie\",\n        \"city\": \"Paris\",\n        \"country\": \"FRA\",\n        \"billing_email\": \"comptabilite@mycompany.fr\",\n        \"phone\": \"0033611223344\",\n        \"siret\": \"987654321\",\n        \"tva_number\": \"FR123456789\",\n        \"zipcode\": \"75001\"\n    },\n    \"company\": \"My company\",\n    \"created_at\": \"2023-07-25 12:00:00\",\n    \"external_id\": \"Project ABC\",\n    \"rgpd\": 2\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Update an organization",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "organization",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/organization"
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"activity\":\"Automobile\",\"external_id\":\"DV-12321\",\"rgpd\":3,\"company\":\"Example&Co\",\"billing_details\":{\"address\":\"691 Impasse Mallet\",\"city\":\"Millet-sur-Pires\",\"country\":\"FRA\",\"billing_email\":\"billing@company.com\",\"phone\":\"003393455XXXX\",\"siret\":\"123 456 789 00012\",\"zipcode\":\"33160\",\"tva_number\":\"FR123456789\"}}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"id\": \"org-206cfd6e-c95e-4aee-9068-164c8539f85a\",\n    \"activity\": \"Immobilier tertiaire\",\n    \"billing_details\": {\n        \"address\": \"1 rue de la Mairie\",\n        \"city\": \"Paris\",\n        \"country\": \"FRA\",\n        \"billing_email\": \"comptabilite@mycompany.fr\",\n        \"phone\": \"0033611223344\",\n        \"siret\": \"987654321\",\n        \"tva_number\": \"FR123456789\",\n        \"zipcode\": \"75001\"\n    },\n    \"company\": \"My company\",\n    \"created_at\": \"2023-07-25 12:00:00\",\n    \"external_id\": \"Project ABC\",\n    \"rgpd\": 2\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Get organization architecture",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "organization\/architecture",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/organization\/architecture"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Networks",
                    "description": "",
                    "item": [
                        {
                            "name": "List all networks",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "networks",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/networks",
                                    "variable": [
                                        {
                                            "id": "limit",
                                            "key": "limit",
                                            "value": "250",
                                            "description": ""
                                        },
                                        {
                                            "id": "page",
                                            "key": "page",
                                            "value": "1",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": [\n        {\n            \"id\": \"net-bd05fbcd-4623-4ba5-b1fd-d586198334f7\",\n            \"activity\": \"Immobilier tertiaire\",\n            \"created_at\": \"2323-06-27 10:40:00\",\n            \"name\": \"R\u00e9seau Ile de France\",\n            \"parent_network_id\": null,\n            \"rgpd\": 3\n        },\n        {\n            \"id\": \"net-47cd1df6-d252-46af-8c18-32da13aa3d33\",\n            \"activity\": \"Automobile\",\n            \"created_at\": \"2323-06-27 10:40:00\",\n            \"name\": \"R\u00e9seau Nord Ouest\",\n            \"parent_network_id\": null,\n            \"rgpd\": 3\n        },\n        {\n            \"id\": \"net-204958f3-0665-4205-b08d-b3c300c4e9a2\",\n            \"activity\": \"Construction\",\n            \"created_at\": \"2323-06-27 10:40:00\",\n            \"name\": \"R\u00e9seau Sud Est\",\n            \"parent_network_id\": null,\n            \"rgpd\": 3\n        }\n    ],\n    \"links\": {\n        \"first\": \"https:\/\/api.magnetis.io\/networks?page=1\",\n        \"last\": \"https:\/\/api.magnetis.io\/networks?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"https:\/\/api.magnetis.io\/networks\",\n        \"per_page\": 250,\n        \"to\": 3,\n        \"total\": 3,\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        }\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Create a network",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "networks",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/networks"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"activity\":\"Automobile\",\"parent_network_id\":\"net-XXX\",\"name\":\"Point de vente N\u00b01\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": {\n        \"id\": \"net-bd05fbcd-4623-4ba5-b1fd-d586198334f7\",\n        \"activity\": \"Immobilier tertiaire\",\n        \"created_at\": \"2323-06-27 10:40:00\",\n        \"name\": \"R\u00e9seau Ile de France\",\n        \"parent_network_id\": null,\n        \"rgpd\": 3\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"network\",\n            \"name\": \"My network\"\n        },\n        \"total\": 1\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a network",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "networks\/:id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/networks\/:id",
                                    "variable": [
                                        {
                                            "id": "slug",
                                            "key": "slug",
                                            "value": "net-f3c61104-d94f-4a5f-8fcb-7a63fcc89a6c",
                                            "description": "The id of the network."
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": {\n        \"id\": \"net-bd05fbcd-4623-4ba5-b1fd-d586198334f7\",\n        \"activity\": \"Immobilier tertiaire\",\n        \"created_at\": \"2323-06-27 10:40:00\",\n        \"name\": \"R\u00e9seau Ile de France\",\n        \"parent_network_id\": null,\n        \"rgpd\": 3\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"network\",\n            \"name\": \"My network\"\n        },\n        \"total\": 1\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Update a network",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "networks\/:id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/networks\/:id",
                                    "variable": [
                                        {
                                            "id": "slug",
                                            "key": "slug",
                                            "value": "net-f3c61104-d94f-4a5f-8fcb-7a63fcc89a6c",
                                            "description": "The id of the network."
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"activity\":\"Automobile\",\"name\":\"Point de vente N\u00b01\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": {\n        \"id\": \"net-bd05fbcd-4623-4ba5-b1fd-d586198334f7\",\n        \"activity\": \"Immobilier tertiaire\",\n        \"created_at\": \"2323-06-27 10:40:00\",\n        \"name\": \"R\u00e9seau Ile de France\",\n        \"parent_network_id\": null,\n        \"rgpd\": 3\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"network\",\n            \"name\": \"My network\"\n        },\n        \"total\": 1\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Remove a network",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "networks\/:id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/networks\/:id",
                                    "variable": [
                                        {
                                            "id": "slug",
                                            "key": "slug",
                                            "value": "net-f3c61104-d94f-4a5f-8fcb-7a63fcc89a6c",
                                            "description": "The id of the network."
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": {\n        \"id\": \"net-bd05fbcd-4623-4ba5-b1fd-d586198334f7\",\n        \"activity\": \"Immobilier tertiaire\",\n        \"created_at\": \"2323-06-27 10:40:00\",\n        \"name\": \"R\u00e9seau Ile de France\",\n        \"parent_network_id\": null,\n        \"rgpd\": 3\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"network\",\n            \"name\": \"My network\"\n        },\n        \"total\": 1\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "List all networks children of a network",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "networks\/:network\/networks",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/networks\/:network\/networks",
                                    "variable": [
                                        {
                                            "id": "slug",
                                            "key": "slug",
                                            "value": "net-f3c61104-d94f-4a5f-8fcb-7a63fcc89a6c",
                                            "description": "The id of the network."
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": [\n        {\n            \"id\": \"net-bd05fbcd-4623-4ba5-b1fd-d586198334f7\",\n            \"activity\": \"Immobilier tertiaire\",\n            \"created_at\": \"2323-06-27 10:40:00\",\n            \"name\": \"R\u00e9seau Ile de France\",\n            \"parent_network_id\": null,\n            \"rgpd\": 3\n        },\n        {\n            \"id\": \"net-47cd1df6-d252-46af-8c18-32da13aa3d33\",\n            \"activity\": \"Automobile\",\n            \"created_at\": \"2323-06-27 10:40:00\",\n            \"name\": \"R\u00e9seau Nord Ouest\",\n            \"parent_network_id\": null,\n            \"rgpd\": 3\n        },\n        {\n            \"id\": \"net-204958f3-0665-4205-b08d-b3c300c4e9a2\",\n            \"activity\": \"Construction\",\n            \"created_at\": \"2323-06-27 10:40:00\",\n            \"name\": \"R\u00e9seau Sud Est\",\n            \"parent_network_id\": null,\n            \"rgpd\": 3\n        }\n    ],\n    \"links\": {\n        \"first\": \"https:\/\/api.magnetis.io\/networks?page=1\",\n        \"last\": \"https:\/\/api.magnetis.io\/networks?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"https:\/\/api.magnetis.io\/networks\",\n        \"per_page\": 250,\n        \"to\": 3,\n        \"total\": 3,\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        }\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Accounts",
                    "description": "",
                    "item": [
                        {
                            "name": "List all accounts",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "accounts",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/accounts",
                                    "variable": [
                                        {
                                            "id": "limit",
                                            "key": "limit",
                                            "value": "250",
                                            "description": ""
                                        },
                                        {
                                            "id": "page",
                                            "key": "page",
                                            "value": "1",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": [\n        {\n            \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n            \"activity\": \"Immobilier tertiaire\",\n            \"address\": {\n                \"zipcode\": \"75015\",\n                \"city\": \"Paris\",\n                \"country\": \"FRA\"\n            },\n            \"created_at\": \"2023-07-20 13:58:30\",\n            \"name\": \"Immo Paris\",\n            \"parent_network_id\": \"net-bd05fbcd-4623-4ba5-b1fd-d586198334f7\",\n            \"reference\": \"123456\",\n            \"rgpd\": 1\n        },\n        {\n            \"id\": \"acc-f702dcb6-87cf-4bc4-8632-560c43aec1a4\",\n            \"activity\": \"Automobile\",\n            \"address\": {\n                \"zipcode\": \"33000\",\n                \"city\": \"Bordeaux\",\n                \"country\": \"FRA\"\n            },\n            \"created_at\": \"2023-07-14 11:52:27\",\n            \"name\": \"Auto Bordeaux\",\n            \"parent_network_id\": null,\n            \"reference\": \"123457\",\n            \"rgpd\": 2\n        },\n        {\n            \"id\": \"acc-250ce1bd-237d-4e2d-aa17-51293760a801\",\n            \"activity\": \"Construction\",\n            \"address\": {\n                \"zipcode\": \"69000\",\n                \"city\": \"Lyon\",\n                \"country\": \"FRA\"\n            },\n            \"created_at\": \"2023-06-25 07:34:12\",\n            \"name\": \"Artisan Lyon\",\n            \"parent_network_id\": null,\n            \"reference\": \"123458\",\n            \"rgpd\": 3\n        }\n    ],\n    \"links\": {\n        \"first\": \"https:\/\/api.magnetis.io\/accounts?page=1\",\n        \"last\": \"https:\/\/api.magnetis.io\/accounts?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"https:\/\/api.magnetis.io\/accounts\",\n        \"per_page\": 250,\n        \"to\": 3,\n        \"total\": 3,\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        }\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Create an account",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "accounts",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/accounts"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"activity\":\"Automobile\",\"city\":\"Paris\",\"country\":\"FRA\",\"name\":\"My account\",\"parent_network_id\":\"net-XXX\",\"zipcode\":\"75000\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": {\n        \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n        \"activity\": \"Immobilier tertiaire\",\n        \"address\": {\n            \"zipcode\": \"75015\",\n            \"city\": \"Paris\",\n            \"country\": \"FRA\"\n        },\n        \"created_at\": \"2023-07-20 13:58:30\",\n        \"name\": \"Immo Paris\",\n        \"parent_network_id\": null,\n        \"rgpd\": 1\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 1\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch an account",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "accounts\/:id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/accounts\/:id",
                                    "variable": [
                                        {
                                            "id": "slug",
                                            "key": "slug",
                                            "value": "acc-6e64b651-026a-46de-ab3e-944a193945a9",
                                            "description": "The ID of the account."
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": {\n        \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n        \"activity\": \"Immobilier tertiaire\",\n        \"address\": {\n            \"zipcode\": \"75015\",\n            \"city\": \"Paris\",\n            \"country\": \"FRA\"\n        },\n        \"created_at\": \"2023-07-20 13:58:30\",\n        \"name\": \"Immo Paris\",\n        \"parent_network_id\": null,\n        \"rgpd\": 1\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 1\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Update an account",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "accounts\/:id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/accounts\/:id",
                                    "variable": [
                                        {
                                            "id": "slug",
                                            "key": "slug",
                                            "value": "acc-6e64b651-026a-46de-ab3e-944a193945a9",
                                            "description": "The id of the account."
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"activity\":\"Automobile\",\"city\":\"Paris\",\"country\":\"FRA\",\"name\":\"My account\",\"parent_network_id\":\"net-XXX\",\"rgpd\":\"2\",\"zipcode\":\"75000\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": {\n        \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n        \"activity\": \"Immobilier tertiaire\",\n        \"address\": {\n            \"zipcode\": \"75015\",\n            \"city\": \"Paris\",\n            \"country\": \"FRA\"\n        },\n        \"created_at\": \"2023-07-20 13:58:30\",\n        \"name\": \"Immo Paris\",\n        \"parent_network_id\": null,\n        \"rgpd\": 1\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 1\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Delete an account",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "accounts\/:id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/accounts\/:id",
                                    "variable": [
                                        {
                                            "id": "slug",
                                            "key": "slug",
                                            "value": "acc-6e64b651-026a-46de-ab3e-944a193945a9",
                                            "description": "The id of the account."
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": {\n        \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n        \"activity\": \"Immobilier tertiaire\",\n        \"address\": {\n            \"zipcode\": \"75015\",\n            \"city\": \"Paris\",\n            \"country\": \"FRA\"\n        },\n        \"created_at\": \"2023-07-20 13:58:30\",\n        \"name\": \"Immo Paris\",\n        \"parent_network_id\": null,\n        \"rgpd\": 1\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 1\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "name": "Authentication",
            "description": "",
            "item": [
                {
                    "name": "Get API key informations",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "auth",
                            "query": [],
                            "raw": "{{baseUrl}}\/auth"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n        \"created_at\": \"2023-07-25 12:00:00\",\n        \"expiration\": null,\n        \"level\": \"account\",\n        \"name\": \"My account\"\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 1\n    }\n}\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Callbacks",
            "description": "View and manage callback requests",
            "item": [
                {
                    "name": "List all callbacks",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "callbacks",
                            "query": [],
                            "raw": "{{baseUrl}}\/callbacks",
                            "variable": [
                                {
                                    "id": "customer_phone_number",
                                    "key": "customer_phone_number",
                                    "value": "0033612345678",
                                    "description": ""
                                },
                                {
                                    "id": "date_type",
                                    "key": "date_type",
                                    "value": "request",
                                    "description": ""
                                },
                                {
                                    "id": "from",
                                    "key": "from",
                                    "value": "20230601000000",
                                    "description": ""
                                },
                                {
                                    "id": "limit",
                                    "key": "limit",
                                    "value": "250",
                                    "description": ""
                                },
                                {
                                    "id": "number_id",
                                    "key": "number_id",
                                    "value": "num-XXX",
                                    "description": ""
                                },
                                {
                                    "id": "page",
                                    "key": "page",
                                    "value": "1",
                                    "description": ""
                                },
                                {
                                    "id": "sort",
                                    "key": "sort",
                                    "value": "desc",
                                    "description": ""
                                },
                                {
                                    "id": "to",
                                    "key": "to",
                                    "value": "20230607235959",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"date_type\":\"request\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": [\n        {\n            \"id\": \"cbr-601cf4d0-db3c-48a8-965b-7cb31c51d9eb\",\n            \"agent_phone_number\": \"0033687654321\",\n            \"attempts\": 1,\n            \"calls\": [\n                \"call-0c5ac87f-6d8b-4e94-9ce2-f4773bced2f5\"\n            ],\n            \"created_at\": \"2025-07-15 14:30:00\",\n            \"customer_phone_number\": \"0033123456789\",\n            \"lead_id\": \"lead-8204460e-82fb-4a18-ac0a-fb3f34231372\",\n            \"reference\": \"CUS-123456\",\n            \"scheduled_at\": \"2025-07-15 18:00:00\",\n            \"status\": \"completed\",\n            \"tracked_number\": \"0033488554422\",\n            \"visitor\": {\n                \"call_page\": \"https:\/\/www.my-website.fr\/contact\",\n                \"condition_name\": \"Google Ads\",\n                \"condition_type\": \"google_ads\",\n                \"custom_cookies\": [],\n                \"custom_local_storage\": [],\n                \"custom_params\": [],\n                \"custom_variables\": [],\n                \"_ga\": \"GA1.1.12345678.87654321\",\n                \"_pk_id\": null,\n                \"entry\": \"https:\/\/www.my-website.fr\/landing-page?gclid=EAIaIQobChER4_LZnaeJ4gIV3EdFFh2raA5aEAAYAiAAEgKyCF3_BwE&utm_source=googleads\",\n                \"fbclid\": null,\n                \"gclid\": \"EAIaIQobChER4_LZnaeJ4gIV3EdFFh2raA5aEAAYAiAAEgKyCF3_BwE\",\n                \"gbraid\": null,\n                \"msclkid\": null,\n                \"referrer\": \"https:\/\/www.google.com\/\",\n                \"utm\": [\n                    {\n                        \"key\": \"utm_source\",\n                        \"value\": \"googleads\"\n                    }\n                ],\n                \"valuetrack\": [],\n                \"wbraid\": null,\n                \"3rdparty\": []\n            }\n        },\n        {\n            \"id\": \"cbr-e3827415-b219-4de1-9aba-751445405d44\",\n            \"agent_phone_number\": \"0033687654321\",\n            \"attempts\": 0,\n            \"calls\": [],\n            \"created_at\": \"2025-07-20 09:15:00\",\n            \"customer_phone_number\": \"0033123456789\",\n            \"lead_id\": null,\n            \"reference\": \"CUS-67890\",\n            \"scheduled_at\": null,\n            \"status\": \"failed\",\n            \"tracked_number\": \"0033488554422\",\n            \"visitor\": null\n        }\n    ],\n    \"links\": {\n        \"first\": \"https:\/\/api.magnetis.io\/callbacks?page=1\",\n        \"last\": \"https:\/\/api.magnetis.io\/callbacks?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"https:\/\/api.magnetis.io\/callbacks\",\n        \"per_page\": 500,\n        \"to\": 3,\n        \"total\": 3,\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        }\n    }\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Fetch a callback",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "callbacks\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/callbacks\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "cbr-601cf4d0-db3c-48a8-965b-7cb31c51d9eb",
                                    "description": "The ID of the callback."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"id\": \"cbr-601cf4d0-db3c-48a8-965b-7cb31c51d9eb\",\n        \"agent_phone_number\": \"0033687654321\",\n        \"attempts\": 1,\n        \"calls\": [\n            \"call-0c5ac87f-6d8b-4e94-9ce2-f4773bced2f5\"\n        ],\n        \"created_at\": \"2025-07-15 14:30:00\",\n        \"customer_phone_number\": \"0033123456789\",\n        \"lead_id\": \"lead-8204460e-82fb-4a18-ac0a-fb3f34231372\",\n        \"reference\": \"CUS-123456\",\n        \"scheduled_at\": \"2025-07-15 18:00:00\",\n        \"status\": \"completed\",\n        \"tracked_number\": \"0033488554422\",\n        \"visitor\": {\n            \"call_page\": \"https:\/\/www.my-website.fr\/contact\",\n            \"condition_name\": \"Google Ads\",\n            \"condition_type\": \"google_ads\",\n            \"custom_cookies\": [],\n            \"custom_local_storage\": [],\n            \"custom_params\": [],\n            \"custom_variables\": [],\n            \"_ga\": \"GA1.1.12345678.87654321\",\n            \"_pk_id\": null,\n            \"entry\": \"https:\/\/www.my-website.fr\/landing-page?gclid=EAIaIQobChER4_LZnaeJ4gIV3EdFFh2raA5aEAAYAiAAEgKyCF3_BwE&utm_source=googleads\",\n            \"fbclid\": null,\n            \"gclid\": \"EAIaIQobChER4_LZnaeJ4gIV3EdFFh2raA5aEAAYAiAAEgKyCF3_BwE\",\n            \"gbraid\": null,\n            \"msclkid\": null,\n            \"referrer\": \"https:\/\/www.google.com\/\",\n            \"utm\": [\n                {\n                    \"key\": \"utm_source\",\n                    \"value\": \"googleads\"\n                }\n            ],\n            \"valuetrack\": [],\n            \"wbraid\": null,\n            \"3rdparty\": []\n        }\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 1\n    }\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Launch a new callback request",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "callbacks",
                            "query": [],
                            "raw": "{{baseUrl}}\/callbacks"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"callback_config_id\":\"cbc-01da07bc-199a-43fc-ab56-7e4f58320a89\",\"reference\":\"CUS-123456\",\"lead_id\":\"lead-08768788-6939-4647-bf72-559955776935\",\"number_id\":\"num-714ebec0-f284-4994-ad9d-c869315cca8a\",\"phone_number\":\"0033612345678\",\"scheduled_at\":\"2024-06-01 15:30:00\",\"visitor_id\":\"vis-307fe081-fffc-4041-95a4-32ade6897d51\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"id\": \"cbr-601cf4d0-db3c-48a8-965b-7cb31c51d9eb\",\n        \"agent_phone_number\": \"0033687654321\",\n        \"attempts\": 1,\n        \"calls\": [\n            \"call-0c5ac87f-6d8b-4e94-9ce2-f4773bced2f5\"\n        ],\n        \"created_at\": \"2025-07-15 14:30:00\",\n        \"customer_phone_number\": \"0033123456789\",\n        \"lead_id\": \"lead-8204460e-82fb-4a18-ac0a-fb3f34231372\",\n        \"reference\": \"CUS-123456\",\n        \"scheduled_at\": \"2025-07-15 18:00:00\",\n        \"status\": \"completed\",\n        \"tracked_number\": \"0033488554422\",\n        \"visitor\": {\n            \"call_page\": \"https:\/\/www.my-website.fr\/contact\",\n            \"condition_name\": \"Google Ads\",\n            \"condition_type\": \"google_ads\",\n            \"custom_cookies\": [],\n            \"custom_local_storage\": [],\n            \"custom_params\": [],\n            \"custom_variables\": [],\n            \"_ga\": \"GA1.1.12345678.87654321\",\n            \"_pk_id\": null,\n            \"entry\": \"https:\/\/www.my-website.fr\/landing-page?gclid=EAIaIQobChER4_LZnaeJ4gIV3EdFFh2raA5aEAAYAiAAEgKyCF3_BwE&utm_source=googleads\",\n            \"fbclid\": null,\n            \"gclid\": \"EAIaIQobChER4_LZnaeJ4gIV3EdFFh2raA5aEAAYAiAAEgKyCF3_BwE\",\n            \"gbraid\": null,\n            \"msclkid\": null,\n            \"referrer\": \"https:\/\/www.google.com\/\",\n            \"utm\": [\n                {\n                    \"key\": \"utm_source\",\n                    \"value\": \"googleads\"\n                }\n            ],\n            \"valuetrack\": [],\n            \"wbraid\": null,\n            \"3rdparty\": []\n        }\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 1\n    }\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Cancel a callback request",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "callbacks\/:id\/cancel",
                            "query": [],
                            "raw": "{{baseUrl}}\/callbacks\/:id\/cancel"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"id\": \"cbr-601cf4d0-db3c-48a8-965b-7cb31c51d9eb\",\n        \"agent_phone_number\": \"0033687654321\",\n        \"attempts\": 1,\n        \"calls\": [\n            \"call-0c5ac87f-6d8b-4e94-9ce2-f4773bced2f5\"\n        ],\n        \"created_at\": \"2025-07-15 14:30:00\",\n        \"customer_phone_number\": \"0033123456789\",\n        \"lead_id\": \"lead-8204460e-82fb-4a18-ac0a-fb3f34231372\",\n        \"reference\": \"CUS-123456\",\n        \"scheduled_at\": \"2025-07-15 18:00:00\",\n        \"status\": \"completed\",\n        \"tracked_number\": \"0033488554422\",\n        \"visitor\": {\n            \"call_page\": \"https:\/\/www.my-website.fr\/contact\",\n            \"condition_name\": \"Google Ads\",\n            \"condition_type\": \"google_ads\",\n            \"custom_cookies\": [],\n            \"custom_local_storage\": [],\n            \"custom_params\": [],\n            \"custom_variables\": [],\n            \"_ga\": \"GA1.1.12345678.87654321\",\n            \"_pk_id\": null,\n            \"entry\": \"https:\/\/www.my-website.fr\/landing-page?gclid=EAIaIQobChER4_LZnaeJ4gIV3EdFFh2raA5aEAAYAiAAEgKyCF3_BwE&utm_source=googleads\",\n            \"fbclid\": null,\n            \"gclid\": \"EAIaIQobChER4_LZnaeJ4gIV3EdFFh2raA5aEAAYAiAAEgKyCF3_BwE\",\n            \"gbraid\": null,\n            \"msclkid\": null,\n            \"referrer\": \"https:\/\/www.google.com\/\",\n            \"utm\": [\n                {\n                    \"key\": \"utm_source\",\n                    \"value\": \"googleads\"\n                }\n            ],\n            \"valuetrack\": [],\n            \"wbraid\": null,\n            \"3rdparty\": []\n        }\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 1\n    }\n}\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Calls",
            "description": "",
            "item": [
                {
                    "name": "List all calls",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "calls",
                            "query": [],
                            "raw": "{{baseUrl}}\/calls",
                            "variable": [
                                {
                                    "id": "actions",
                                    "key": "actions",
                                    "value": "1",
                                    "description": ""
                                },
                                {
                                    "id": "analysis",
                                    "key": "analysis",
                                    "value": "1",
                                    "description": ""
                                },
                                {
                                    "id": "calling_number",
                                    "key": "calling_number",
                                    "value": "0033612345678",
                                    "description": ""
                                },
                                {
                                    "id": "date_basis",
                                    "key": "date_basis",
                                    "value": "start",
                                    "description": ""
                                },
                                {
                                    "id": "flow_status",
                                    "key": "flow_status",
                                    "value": "desc",
                                    "description": ""
                                },
                                {
                                    "id": "from",
                                    "key": "from",
                                    "value": "20230601000000",
                                    "description": ""
                                },
                                {
                                    "id": "limit",
                                    "key": "limit",
                                    "value": "250",
                                    "description": ""
                                },
                                {
                                    "id": "number_id",
                                    "key": "number_id",
                                    "value": "num-XXX",
                                    "description": ""
                                },
                                {
                                    "id": "page",
                                    "key": "page",
                                    "value": "1",
                                    "description": ""
                                },
                                {
                                    "id": "sort",
                                    "key": "sort",
                                    "value": "desc",
                                    "description": ""
                                },
                                {
                                    "id": "to",
                                    "key": "to",
                                    "value": "20230607235959",
                                    "description": ""
                                },
                                {
                                    "id": "urls",
                                    "key": "urls",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": [\n        {\n            \"id\": \"call-0c5ac87f-6d8b-4e94-9ce2-f4773bced2f5\",\n            \"account\": {\n                \"id\": \"acc-efd1bbeb-afbb-4895-a6d5-40a13558af49\",\n                \"name\": \"My account\",\n                \"reference\": \"123456\"\n            },\n            \"analysis\": {\n                \"categories\": [\n                    \"achat\",\n                    \"maison\"\n                ],\n                \"sentiment\": 4,\n                \"sentiment_word\": \"motiv\u00e9\",\n                \"summary\": \"Appel d'un prospect int\u00e9ress\u00e9 par l'achat d'une maison\"\n            },\n            \"calling_country\": \"FRA\",\n            \"calling_number\": \"0033612345678\",\n            \"calling_type\": \"mobile\",\n            \"channel_name\": \"Google Ads\",\n            \"channel_type\": \"googleads\",\n            \"date\": \"2023-08-30 13:57:30\",\n            \"duration\": 43,\n            \"end_date\": \"2023-08-30 13:58:13\",\n            \"end_status\": \"completed\",\n            \"events\": [\n                {\n                    \"date\": \"2023-08-30 13:57:30\",\n                    \"name\": \"call:in\",\n                    \"value\": null\n                },\n                {\n                    \"date\": \"2023-08-30 13:57:31\",\n                    \"name\": \"call:out\",\n                    \"value\": \"0033687654321\"\n                },\n                {\n                    \"date\": \"2023-08-30 13:57:33\",\n                    \"name\": \"call:ringing\",\n                    \"value\": \"0033687654321\"\n                },\n                {\n                    \"date\": \"2023-08-30 13:57:48\",\n                    \"name\": \"call:answered\",\n                    \"value\": \"0033687654321\"\n                },\n                {\n                    \"date\": \"2023-08-30 13:58:13\",\n                    \"name\": \"call:completed\",\n                    \"value\": \"no-answer\"\n                }\n            ],\n            \"firsttime_caller\": true,\n            \"flow_status\": \"completed\",\n            \"google_ads_extension\": null,\n            \"missed\": false,\n            \"number_id\": \"num-18dd0fdb-7f21-4999-9335-a5d50d8c716e\",\n            \"pool_id\": \"pul-c8c7912c-5e3e-4b19-8769-4daadea66dea\",\n            \"recipient_number\": \"0033687654321\",\n            \"tracked_country\": \"FRA\",\n            \"tracked_number\": \"0033412345678\",\n            \"tracked_type\": \"geographic\",\n            \"voice_duration\": 43,\n            \"visitor\": {\n                \"call_page\": \"https:\/\/www.my-website.fr\/contact\",\n                \"condition_name\": \"Google Ads\",\n                \"condition_type\": \"google_ads\",\n                \"custom_cookies\": [],\n                \"custom_local_storage\": [],\n                \"custom_params\": [],\n                \"custom_variables\": [],\n                \"_ga\": \"GA1.1.12345678.87654321\",\n                \"_pk_id\": null,\n                \"entry\": \"https:\/\/www.my-website.fr\/landing-page?gclid=EAIaIQobChER4_LZnaeJ4gIV3EdFFh2raA5aEAAYAiAAEgKyCF3_BwE&utm_source=googleads\",\n                \"fbclid\": null,\n                \"gclid\": \"EAIaIQobChER4_LZnaeJ4gIV3EdFFh2raA5aEAAYAiAAEgKyCF3_BwE\",\n                \"gbraid\": null,\n                \"msclkid\": null,\n                \"referrer\": \"https:\/\/www.google.com\/\",\n                \"utm\": [\n                    {\n                        \"key\": \"utm_source\",\n                        \"value\": \"googleads\"\n                    }\n                ],\n                \"valuetrack\": [],\n                \"wbraid\": null,\n                \"3rdparty\": []\n            }\n        },\n        {\n            \"id\": \"call-a9dec6da-1fdf-4e33-ba0e-e7c8d20e1edb\",\n            \"account\": {\n                \"id\": \"acc-efd1bbeb-afbb-4895-a6d5-40a13558af49\",\n                \"name\": \"My account\",\n                \"reference\": \"123456\"\n            },\n            \"calling_country\": \"FRA\",\n            \"calling_number\": \"0033911774499\",\n            \"calling_type\": \"geographic\",\n            \"channel_name\": \"SEO\",\n            \"channel_type\": \"seo\",\n            \"date\": \"2023-08-30 10:05:53\",\n            \"duration\": 302,\n            \"end_date\": \"2023-08-30 10:10:55\",\n            \"end_status\": \"completed\",\n            \"events\": [\n                {\n                    \"date\": \"2023-08-30 10:05:53\",\n                    \"name\": \"call:in\",\n                    \"value\": null\n                },\n                {\n                    \"date\": \"2023-08-30 10:05:54\",\n                    \"name\": \"call:out\",\n                    \"value\": \"0033687654321\"\n                },\n                {\n                    \"date\": \"2023-08-30 10:05:55\",\n                    \"name\": \"call:ringing\",\n                    \"value\": \"0033687654321\"\n                },\n                {\n                    \"date\": \"2023-08-30 10:06:03\",\n                    \"name\": \"call:answered\",\n                    \"value\": \"0033687654321\"\n                },\n                {\n                    \"date\": \"2023-08-30 10:10:55\",\n                    \"name\": \"call:completed\",\n                    \"value\": \"completed\"\n                }\n            ],\n            \"firsttime_caller\": false,\n            \"flow_status\": \"completed\",\n            \"google_ads_extension\": null,\n            \"missed\": false,\n            \"number_id\": \"num-583a97ac-eeef-4d18-bede-56c67e29c1cb\",\n            \"pool_id\": null,\n            \"recipient_number\": \"0033687654321\",\n            \"tracked_country\": \"FRA\",\n            \"tracked_number\": \"0033488554422\",\n            \"tracked_type\": \"geographic\",\n            \"voice_duration\": 292,\n            \"visitor\": null\n        },\n        {\n            \"id\": \"call-b7831876-641f-43c3-b70f-5f51a2750a14\",\n            \"account\": {\n                \"id\": \"acc-efd1bbeb-afbb-4895-a6d5-40a13558af49\",\n                \"name\": \"My account\",\n                \"reference\": \"123456\"\n            },\n            \"calling_country\": \"FRA\",\n            \"calling_number\": \"0033643215678\",\n            \"calling_type\": \"mobile\",\n            \"channel_name\": \"Extensions Google Ads\",\n            \"channel_type\": \"googleadsextension\",\n            \"date\": \"2023-08-30 09:30:05\",\n            \"duration\": 5,\n            \"end_date\": \"2023-08-30 09:30:10\",\n            \"end_status\": \"no-answer\",\n            \"events\": [\n                {\n                    \"date\": \"2023-08-30 09:30:05\",\n                    \"name\": \"call:in\",\n                    \"value\": null\n                },\n                {\n                    \"date\": \"2023-08-30 09:30:06\",\n                    \"name\": \"call:out\",\n                    \"value\": \"0033687654321\"\n                },\n                {\n                    \"date\": \"2023-08-30 09:30:07\",\n                    \"name\": \"call:ringing\",\n                    \"value\": \"0033687654321\"\n                },\n                {\n                    \"date\": \"2023-08-30 09:30:10\",\n                    \"name\": \"call:completed\",\n                    \"value\": \"completed\"\n                }\n            ],\n            \"firsttime_caller\": true,\n            \"flow_status\": \"completed\",\n            \"google_ads_extension\": {\n                \"customer_id\": \"123-456-7890\",\n                \"customer_name\": \"My Google Ads account\",\n                \"campaign_id\": \"123456789012\",\n                \"campaign_name\": \"My campaign\",\n                \"ad_group_id\": \"098765432109\",\n                \"ad_group_name\": \"My ad group\"\n            },\n            \"missed\": true,\n            \"number_id\": \"num-0c1aa069-896b-44b1-83c9-a41c3ea6daa9\",\n            \"pool_id\": null,\n            \"recipient_number\": \"0033644332211\",\n            \"tracked_country\": \"FRA\",\n            \"tracked_number\": \"0033411223344\",\n            \"tracked_type\": \"geographic\",\n            \"voice_duration\": 5,\n            \"visitor\": null\n        }\n    ],\n    \"links\": {\n        \"first\": \"https:\/\/api.magnetis.io\/calls?page=1\",\n        \"last\": \"https:\/\/api.magnetis.io\/calls?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"https:\/\/api.magnetis.io\/calls\",\n        \"per_page\": 500,\n        \"to\": 3,\n        \"total\": 3,\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        }\n    }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Fetch a call",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "calls\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/calls\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "call-50e4003c-e072-4b3d-b0db-ef8dd9a2949a",
                                    "description": "The ID of the call."
                                },
                                {
                                    "id": "actions",
                                    "key": "actions",
                                    "value": "1",
                                    "description": ""
                                },
                                {
                                    "id": "analysis",
                                    "key": "analysis",
                                    "value": "1",
                                    "description": ""
                                },
                                {
                                    "id": "transcript",
                                    "key": "transcript",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"id\": \"call-0c5ac87f-6d8b-4e94-9ce2-f4773bced2f5\",\n        \"account\": {\n            \"id\": \"acc-efd1bbeb-afbb-4895-a6d5-40a13558af49\",\n            \"name\": \"My account\"\n        },\n        \"calling_country\": \"FRA\",\n        \"calling_number\": \"0033612345678\",\n        \"calling_type\": \"mobile\",\n        \"channel_name\": \"Google Ads\",\n        \"channel_type\": \"googleads\",\n        \"date\": \"2023-08-30 13:57:30\",\n        \"duration\": 43,\n        \"end_date\": \"2023-08-30 13:58:13\",\n        \"end_status\": \"completed\",\n        \"events\": [\n            {\n                \"date\": \"2023-08-30 13:57:30\",\n                \"name\": \"call:in\",\n                \"value\": null\n            },\n            {\n                \"date\": \"2023-08-30 13:57:31\",\n                \"name\": \"call:out\",\n                \"value\": \"0033687654321\"\n            },\n            {\n                \"date\": \"2023-08-30 13:57:33\",\n                \"name\": \"call:ringing\",\n                \"value\": \"0033687654321\"\n            },\n            {\n                \"date\": \"2023-08-30 13:57:48\",\n                \"name\": \"call:answered\",\n                \"value\": \"0033687654321\"\n            },\n            {\n                \"date\": \"2023-08-30 13:58:13\",\n                \"name\": \"call:completed\",\n                \"value\": \"no-answer\"\n            }\n        ],\n        \"firsttime_caller\": true,\n        \"flow_status\": \"completed\",\n        \"google_ads_extension\": null,\n        \"missed\": false,\n        \"number_id\": \"num-18dd0fdb-7f21-4999-9335-a5d50d8c716e\",\n        \"pool_id\": \"pul-c8c7912c-5e3e-4b19-8769-4daadea66dea\",\n        \"recipient_number\": \"0033687654321\",\n        \"tracked_country\": \"FRA\",\n        \"tracked_number\": \"0033412345678\",\n        \"tracked_type\": \"geographic\",\n        \"voice_duration\": 43,\n        \"visitor\": {\n            \"condition_name\": \"Google Ads\",\n            \"condition_type\": \"google_ads\",\n            \"custom_cookies\": [],\n            \"custom_local_storage\": [],\n            \"custom_params\": [],\n            \"custom_variables\": [],\n            \"ga\": \"GA1.1.12345678.87654321\",\n            \"gclid\": \"EAIaIQobChER4_LZnaeJ4gIV3EdFFh2raA5aEAAYAiAAEgKyCF3_BwE\",\n            \"gbraid\": null,\n            \"msclkid\": null,\n            \"utm\": [\n                {\n                    \"key\": \"utm_source\",\n                    \"value\": \"googleads\"\n                }\n            ],\n            \"valuetrack\": [],\n            \"wbraid\": null,\n            \"3rdparty\": []\n        }\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 1\n    }\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Google Ads Conversions",
                    "description": "",
                    "item": [
                        {
                            "name": "Create conversion action",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "calls\/conversion_action",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/calls\/conversion_action"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"email\":\"john.doe@gmail.com\",\"google_ads_account_id\":\"123-456-7890\",\"conversion_action_name\":\"Rendez-vous qualifi\u00e9\",\"type\":\"visitor\",\"primary_for_goal\":\"false\"}"
                                },
                                "description": "This endpoint allows you to create a conversion action in your Google Ads account.\nThe category of the conversion action will be CONVERTED_LEAD.\nThe type of the conversion action depends on the type you chose. UPLOAD_CLICKS if visitor, UPLOAD_CALLS if extension.\n<aside class=\"info\">INFO : A conversion coming from a visitor call must be reported in a conversion of type UPLOAD_CLICKS, while an extension call must be reported in a conversion of type UPLOAD_CALLS.<\/aside>\n<aside class=\"info\" style=\"margin-top: 0\">INFO : The email set in the body parameter 'email' must first be linked in the connectors area in your call-tracking interface in \"API & Connectors\" > \"Google\" section.<\/aside>"
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"error\": \"Confirmation message\",\n    \"data\": []\n}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Upload extension call conversion",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "calls\/:id\/extension_conversion",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/calls\/:id\/extension_conversion",
                                    "variable": [
                                        {
                                            "id": "id",
                                            "key": "id",
                                            "value": "call-50e4003c-e072-4b3d-b0db-ef8dd9a2949a",
                                            "description": "The ID of the call."
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"conversion_action\":\"Rendez-vous qualifi\u00e9\",\"value\":\"0\"}"
                                },
                                "description": "This endpoint allows you to upload a call coming from your tracked call extension numbers in Google Ads.\n<aside class=\"info\">INFO : The conversion action must exist in the Google Ads account and be of type UPLOAD_CALLS.<\/aside>\n<aside class=\"info\" style=\"margin-top: 0\">INFO : The call must be matched with Google Ads, otherwise it will not accept the conversion.<\/aside>"
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"error\": \"Confirmation message\",\n    \"data\": []\n}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Upload visitor call conversion",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "calls\/:id\/visitor_conversion",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/calls\/:id\/visitor_conversion",
                                    "variable": [
                                        {
                                            "id": "id",
                                            "key": "id",
                                            "value": "call-50e4003c-e072-4b3d-b0db-ef8dd9a2949a",
                                            "description": "The ID of the call."
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"conversion_action\":\"Rendez-vous qualifi\u00e9\",\"value\":\"0\"}"
                                },
                                "description": "This endpoint allows you to upload a call coming from a visitor of your website in Google Ads.\n<aside class=\"info\">INFO : The conversion action must exist in the Google Ads account and be of type UPLOAD_CLICKS.<\/aside>\n<aside class=\"info\" style=\"margin-top: 0\">INFO : The visitor who generated the call must come from a Google Ads campaign, otherwise it will not accept the conversion.<\/aside>"
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"error\": \"Confirmation message\",\n    \"data\": []\n}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Update visitor call conversion",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "calls\/:id\/visitor_conversion",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/calls\/:id\/visitor_conversion",
                                    "variable": [
                                        {
                                            "id": "id",
                                            "key": "id",
                                            "value": "call-50e4003c-e072-4b3d-b0db-ef8dd9a2949a",
                                            "description": "The ID of the call."
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"conversion_action\":\"Rendez-vous qualifi\u00e9\",\"value\":\"0\"}"
                                },
                                "description": "This endpoint allows you to update the value of a conversion having been uploaded previously."
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"error\": \"Confirmation message\",\n    \"data\": []\n}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Delete visitor call conversion",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "calls\/:id\/visitor_conversion",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/calls\/:id\/visitor_conversion",
                                    "variable": [
                                        {
                                            "id": "id",
                                            "key": "id",
                                            "value": "call-50e4003c-e072-4b3d-b0db-ef8dd9a2949a",
                                            "description": "The ID of the call."
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"conversion_action\":\"Rendez-vous qualifi\u00e9\"}"
                                },
                                "description": "This endpoint allows you to remove a conversion having been uploaded previously."
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"error\": \"Confirmation message\",\n    \"data\": []\n}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "name": "Email-tracking",
            "description": "",
            "item": [
                {
                    "name": "Emails",
                    "description": "",
                    "item": [
                        {
                            "name": "List all received emails",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "emails",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/emails",
                                    "variable": [
                                        {
                                            "id": "from",
                                            "key": "from",
                                            "value": "20230601000000",
                                            "description": ""
                                        },
                                        {
                                            "id": "limit",
                                            "key": "limit",
                                            "value": "250",
                                            "description": ""
                                        },
                                        {
                                            "id": "page",
                                            "key": "page",
                                            "value": "1",
                                            "description": ""
                                        },
                                        {
                                            "id": "to",
                                            "key": "to",
                                            "value": "20230607235959",
                                            "description": ""
                                        },
                                        {
                                            "id": "type",
                                            "key": "type",
                                            "value": "match",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"etm-4908be34-1489-4806-85f6-11bf12ea13ce\",\n\t\t\t\"account\": {\n\t\t\t\t\"id\": \"acc-250ce1bd-237d-4e2d-aa17-51293760a801\",\n\t\t\t\t\"name\": \"Artisan Lyon\"\n\t\t\t},\n            \"channel_name\": \"LeBonCoin\",\n\t\t\t\"channel_type\": \"leboncoin\",\n\t\t\t\"date\": \"2023-09-25 14:50:12\",\n            \"from_email\": \"jane.doe@gmail.com\",\n            \"from_name\": \"Jane Doe\",\n            \"is_spam\": false,\n            \"lead\": {\n                \"id\": \"lead-9c6187a3-9865-418d-be80-e45d5990f039\",\n                \"call_id\": null,\n                \"created_at\": \"2023-09-25 14:50:12\",\n                \"email_id\": \"etm-4908be34-1489-4806-85f6-11bf12ea13ce\",\n                \"fields\": {\n                    \"firstname\": \"Jane\",\n                    \"lastname\": \"Doe\",\n                    \"phone\": null,\n                    \"email\": \"jane.doe@gmail.com\",\n                    \"zipcode\": null\n                },\n                \"landing_page\": {\n                    \"title\": null,\n                    \"url\": null\n                },\n                \"source\": \"email\"\n            },\n            \"subject\": \"Nouveau message sur votre annonce\",\n            \"tracked_email\": \"acc.99999.track@mgtmail.fr\",\n            \"to\": \"entreprise@monemail.com\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"etm-1775b79c-95b0-41f3-844a-3bb2437b25d1\",\n\t\t\t\"account\": {\n\t\t\t\t\"id\": \"acc-66db2b07-073e-40ca-ab82-cc9b7e652bd0\",\n\t\t\t\t\"name\": \"Artisan Lille\"\n\t\t\t},\n            \"channel_name\": \"Se Loger\",\n\t\t\t\"channel_type\": \"seloger\",\n\t\t\t\"date\": \"2023-09-25 14:50:12\",\n            \"from_email\": \"john@gmail.com\",\n            \"from_name\": \"John Doe\",\n            \"is_spam\": false,\n            \"lead\": null,\n            \"subject\": \"Nouveau prospect\",\n            \"tracked_email\": \"acc.99998.track@mgtmail.fr\",\n            \"to\": \"entreprise@monemail.com\"\n\t\t}\n\t],\n    \"links\": {\n        \"first\": \"https:\/\/api.magnetis.io\/emails?page=1\",\n        \"last\": \"https:\/\/api.magnetis.io\/emails?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"https:\/\/api.magnetis.io\/emails\",\n        \"per_page\": 250,\n        \"to\": 2,\n        \"total\": 2,\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        }\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a received email",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "emails\/:id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/emails\/:id",
                                    "variable": [
                                        {
                                            "id": "slug",
                                            "key": "slug",
                                            "value": "etm-49a6306b-64c6-4c48-89a1-5ea572231fc3",
                                            "description": "The id of the email."
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n\t\"data\": {\n        \"id\": \"etm-4908be34-1489-4806-85f6-11bf12ea13ce\",\n        \"account\": {\n            \"id\": \"acc-250ce1bd-237d-4e2d-aa17-51293760a801\",\n            \"name\": \"Artisan Lyon\"\n        },\n        \"channel_name\": \"LeBonCoin\",\n        \"channel_type\": \"leboncoin\",\n        \"date\": \"2023-09-25 14:50:12\",\n        \"from_email\": \"jane.doe@gmail.com\",\n        \"from_name\": \"Jane Doe\",\n        \"is_spam\": false,\n        \"lead\": {\n            \"id\": \"lead-9c6187a3-9865-418d-be80-e45d5990f039\",\n            \"call_id\": null,\n            \"created_at\": \"2023-09-25 14:50:12\",\n            \"email_id\": \"etm-4908be34-1489-4806-85f6-11bf12ea13ce\",\n            \"fields\": {\n                \"firstname\": \"Jane\",\n                \"lastname\": \"Doe\",\n                \"phone\": null,\n                \"email\": \"jane.doe@gmail.com\",\n                \"zipcode\": null\n            },\n            \"landing_page\": {\n                \"title\": null,\n                \"url\": null\n            },\n            \"source\": \"email\"\n        },\n        \"subject\": \"Nouveau message sur votre annonce\",\n        \"tracked_email\": \"acc.99999.track@mgtmail.fr\",\n        \"to\": \"entreprise@monemail.com\"\n\t},\n\t\"meta\": {\n\t\t\"apiKey\": {\n\t\t\t\"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n\t\t\t\"created_at\": \"2023-07-25 12:00:00\",\n\t\t\t\"expiration\": null,\n\t\t\t\"level\": \"account\",\n\t\t\t\"name\": \"My account\"\n\t\t},\n\t\t\"total\": 3\n\t}\n}\n",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "name": "KPI",
            "description": "",
            "item": [
                {
                    "name": "Get attribution KPIs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "kpi\/attribution",
                            "query": [],
                            "raw": "{{baseUrl}}\/kpi\/attribution",
                            "variable": [
                                {
                                    "id": "account_id",
                                    "key": "account_id",
                                    "value": "acc-XXX",
                                    "description": ""
                                },
                                {
                                    "id": "from",
                                    "key": "from",
                                    "value": "20240901000000",
                                    "description": ""
                                },
                                {
                                    "id": "to",
                                    "key": "to",
                                    "value": "20240901235959",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"calls_count\": 4169,\n        \"calls_percentage_evolution\": -5,\n        \"leads_count\": 2986,\n        \"leads_percentage\": 72,\n        \"leads_percentage_evolution\": -1,\n        \"duration\": 626400,\n        \"duration_percentage_evolution\": -8,\n        \"first_channel\": \"GoogleAds\",\n        \"first_channel_previous\": \"SEO\"\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 1\n    }\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get KPIs per channel",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "kpi\/channels",
                            "query": [],
                            "raw": "{{baseUrl}}\/kpi\/channels",
                            "variable": [
                                {
                                    "id": "account_id",
                                    "key": "account_id",
                                    "value": "acc-XXX",
                                    "description": ""
                                },
                                {
                                    "id": "from",
                                    "key": "from",
                                    "value": "20240901000000",
                                    "description": ""
                                },
                                {
                                    "id": "to",
                                    "key": "to",
                                    "value": "20240901235959",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"byChannel\": [\n            {\n                \"name\": \"Google Ads\",\n                \"nb_calls\": 0,\n                \"nb_leads\": 0,\n                \"leads_percentage\": 0,\n                \"nb_missed\": 0,\n                \"missed_percentage\": 0,\n                \"duration\": 0,\n                \"avg_duration\": 0,\n                \"nb_emails\": 0\n            },\n            {\n                \"name\": \"SEO\",\n                \"nb_calls\": 0,\n                \"nb_leads\": 0,\n                \"leads_percentage\": 0,\n                \"nb_missed\": 0,\n                \"missed_percentage\": 0,\n                \"duration\": 0,\n                \"avg_duration\": 0,\n                \"nb_emails\": 0\n            },\n            {\n                \"name\": \"GoogleMyBusiness\",\n                \"nb_calls\": 0,\n                \"nb_leads\": 0,\n                \"leads_percentage\": 0,\n                \"nb_missed\": 0,\n                \"missed_percentage\": 0,\n                \"duration\": 0,\n                \"avg_duration\": 0,\n                \"nb_emails\": 0\n            }\n        ],\n        \"total\": {\n            \"nb_calls\": 0,\n            \"nb_leads\": 0,\n            \"nb_missed\": 0,\n            \"duration\": 0,\n            \"avg_duration\": 0,\n            \"nb_emails\": 0,\n            \"leads_percentage\": 0,\n            \"missed_percentage\": 0\n        }\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 1\n    }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get acquisition KPIs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "kpi\/acquisition",
                            "query": [],
                            "raw": "{{baseUrl}}\/kpi\/acquisition",
                            "variable": [
                                {
                                    "id": "account_id",
                                    "key": "account_id",
                                    "value": "acc-XXX",
                                    "description": ""
                                },
                                {
                                    "id": "from",
                                    "key": "from",
                                    "value": "20240901000000",
                                    "description": ""
                                },
                                {
                                    "id": "to",
                                    "key": "to",
                                    "value": "20240901235959",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"calls_count\": 4169,\n        \"calls_missed_count\": 383,\n        \"calls_missed_percentage\": 9,\n        \"calls_missed_points_evolution\": -0,\n        \"calls_qualified_percentage\": 26,\n        \"calls_qualified_points_evolution\": -2,\n        \"duration_average\": 150,\n        \"duration_average_evolution\": -3,\n        \"callers_firsttime_count\": 2447,\n        \"callers_firsttime_percentage\": 59,\n        \"callers_firsttime_percentage_evolution\": -0\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 1\n    }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get SMS and landing pages KPIs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "kpi\/sms",
                            "query": [],
                            "raw": "{{baseUrl}}\/kpi\/sms",
                            "variable": [
                                {
                                    "id": "account_id",
                                    "key": "account_id",
                                    "value": "acc-XXX",
                                    "description": ""
                                },
                                {
                                    "id": "from",
                                    "key": "from",
                                    "value": "20240901000000",
                                    "description": ""
                                },
                                {
                                    "id": "to",
                                    "key": "to",
                                    "value": "20240901235959",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"calls_missed_count\": 1507,\n        \"calls_missed_percentage_evolution\": -4,\n        \"sms_sent_count\": 1091,\n        \"sms_sent_percentage_evolution\": -4,\n        \"clicks_count\": 705,\n        \"clicks_percentage\": 65,\n        \"clicks_percentage_evolution\": -5,\n        \"leads_count\": 152,\n        \"leads_percentage\": 22,\n        \"leads_percentage_evolution\": 4\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 1\n    }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get performance KPIs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "kpi\/performance",
                            "query": [],
                            "raw": "{{baseUrl}}\/kpi\/performance",
                            "variable": [
                                {
                                    "id": "account_id",
                                    "key": "account_id",
                                    "value": "acc-XXX",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"calls_by_day_average\": 150,\n        \"calls_by_day_average_evolution\": 5,\n        \"best_week_name\": \"Du 02\/09 au 08\/09\",\n        \"best_week_value\": 250,\n        \"calls_by_month_average\": 3000,\n        \"calls_by_month_average_percentage_evolution\": -8,\n        \"best_month_name\": \"September 2024\",\n        \"best_month_value\": 4200,\n        \"7_days_from\": \"10\/10\/2024\",\n        \"7_days_to\": \"16\/10\/2024\",\n        \"1_month_from\": \"02\/09\/2024\",\n        \"1_month_to\": \"16\/10\/2024\",\n        \"6_months_from\": \"01\/05\/2024\",\n        \"6_months_to\": \"16\/10\/2024\",\n        \"1_year_from\": \"01\/11\/2023\",\n        \"1_year_to\": \"16\/10\/2024\"\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 1\n    }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get activity KPIs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "kpi\/activity",
                            "query": [],
                            "raw": "{{baseUrl}}\/kpi\/activity",
                            "variable": [
                                {
                                    "id": "account_id",
                                    "key": "account_id",
                                    "value": "acc-XXX",
                                    "description": ""
                                },
                                {
                                    "id": "from",
                                    "key": "from",
                                    "value": "20240901000000",
                                    "description": ""
                                },
                                {
                                    "id": "to",
                                    "key": "to",
                                    "value": "20240901235959",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"best_day\": \"Thursday\",\n        \"best_day_previous\": \"Wednesday\",\n        \"best_hours\": \"09h-10h\",\n        \"best_hours_previous\": \"10h-11h\",\n        \"in_hours_percentage\": 90,\n        \"in_hours_percentage_previous\": 85,\n        \"mobile_percentage\": 85,\n        \"mobile_percentage_previous\": 87\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 1\n    }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Google Ads extensions KPIs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "kpi\/extensions",
                            "query": [],
                            "raw": "{{baseUrl}}\/kpi\/extensions",
                            "variable": [
                                {
                                    "id": "account_id",
                                    "key": "account_id",
                                    "value": "acc-XXX",
                                    "description": ""
                                },
                                {
                                    "id": "from",
                                    "key": "from",
                                    "value": "20240901000000",
                                    "description": ""
                                },
                                {
                                    "id": "to",
                                    "key": "to",
                                    "value": "20240901235959",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"calls_count\": 0,\n        \"calls_percentage_evolution\": 0,\n        \"calls_google_count\": 0,\n        \"calls_google_percentage_evolution\": 0,\n        \"impressions_count\": 0,\n        \"impressions_percentage_evolution\": 0,\n        \"clicks_count\": 0,\n        \"clicks_percentage_evolution\": 0\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 1\n    }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Google Ads conversions KPIs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "kpi\/conversions",
                            "query": [],
                            "raw": "{{baseUrl}}\/kpi\/conversions",
                            "variable": [
                                {
                                    "id": "account_id",
                                    "key": "account_id",
                                    "value": "acc-XXX",
                                    "description": ""
                                },
                                {
                                    "id": "from",
                                    "key": "from",
                                    "value": "20240901000000",
                                    "description": ""
                                },
                                {
                                    "id": "to",
                                    "key": "to",
                                    "value": "20240901235959",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"conversions_count\": 0,\n        \"conversions_success_count\": 0,\n        \"conversions_inprogress_count\": 0,\n        \"conversions_failed_count\": 0\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 1\n    }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get modules KPIs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "kpi\/modules",
                            "query": [],
                            "raw": "{{baseUrl}}\/kpi\/modules",
                            "variable": [
                                {
                                    "id": "account_id",
                                    "key": "account_id",
                                    "value": "acc-XXX",
                                    "description": ""
                                },
                                {
                                    "id": "from",
                                    "key": "from",
                                    "value": "20240901000000",
                                    "description": ""
                                },
                                {
                                    "id": "to",
                                    "key": "to",
                                    "value": "20240901235959",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"visitors_count\": 0,\n        \"pageviews_count\": 0,\n        \"calls_count\": 1106\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 1\n    }\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Leads",
            "description": "",
            "item": [
                {
                    "name": "List all leads",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "leads",
                            "query": [],
                            "raw": "{{baseUrl}}\/leads",
                            "variable": [
                                {
                                    "id": "account_id",
                                    "key": "account_id",
                                    "value": "acc-XXX",
                                    "description": ""
                                },
                                {
                                    "id": "limit",
                                    "key": "limit",
                                    "value": "250",
                                    "description": ""
                                },
                                {
                                    "id": "page",
                                    "key": "page",
                                    "value": "1",
                                    "description": ""
                                },
                                {
                                    "id": "source",
                                    "key": "source",
                                    "value": "form",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": [\n        {\n            \"id\": \"lead-8204460e-82fb-4a18-ac0a-fb3f34231372\",\n            \"account\": {\n                \"id\": \"acc-250ce1bd-237d-4e2d-aa17-51293760a801\",\n                \"name\": \"Artisan Lyon\",\n                \"reference\": \"123456\"\n            },\n            \"call_id\": \"call-7384f936-b36f-4305-9350-92e3ed67531b\",\n            \"created_at\": \"2023-09-25 14:50:12\",\n            \"email_id\": null,\n            \"fields\": {\n                \"firstname\": \"John\",\n                \"lastname\": \"Doe\",\n                \"phone\": \"0033647XXXXXX\",\n                \"email\": \"john.doe@example.com\",\n                \"zipcode\": null\n            },\n            \"landing_page\": {\n                \"title\": \"Ma landing page\",\n                \"url\": \"https:\/\/www.example.com\"\n            },\n            \"outbound\": null,\n            \"source\": \"call\"\n        },\n        {\n            \"id\": \"lead-9c6187a3-9865-418d-be80-e45d5990f039\",\n            \"account\": {\n                \"id\": \"acc-250ce1bd-237d-4e2d-aa17-51293760a801\",\n                \"name\": \"Artisan Lyon\",\n                \"reference\": \"123456\"\n            },\n            \"call_id\": null,\n            \"created_at\": \"2023-09-25 14:50:12\",\n            \"email_id\": \"etm-4908be34-1489-4806-85f6-11bf12ea13ce\",\n            \"fields\": {\n                \"firstname\": \"Jane\",\n                \"lastname\": \"Doe\",\n                \"phone\": \"0033652XXXXXX\",\n                \"email\": null,\n                \"zipcode\": null\n            },\n            \"landing_page\": {\n                \"title\": null,\n                \"url\": null\n            },\n            \"outbound\": {\n                \"assignment_date\": \"2024-07-15 10:00:00\",\n                \"events\": [\n                    {\n                        \"call_id\": null,\n                        \"date\": \"2024-07-15 10:00:00\",\n                        \"delay\": 0,\n                        \"duration\": null,\n                        \"name\": \"assignment\"\n                    },\n                    {\n                        \"call_id\": \"call-618c89f8-7eea-455c-8fda-69a6cfaecdad\",\n                        \"date\": \"2024-07-15 14:45:00\",\n                        \"delay\": 17100,\n                        \"duration\": 5,\n                        \"name\": \"attempt\"\n                    },\n                    {\n                        \"call_id\": \"call-e77c7218-3838-42ef-9aa4-7af980d69663\",\n                        \"date\": \"2024-07-15 16:30:00\",\n                        \"delay\": 0,\n                        \"duration\": 8,\n                        \"name\": \"attempt\"\n                    },\n                    {\n                        \"call_id\": \"call-c4641926-5d6d-4c7f-86c0-7310361cad94\",\n                        \"date\": \"2024-07-16 09:30:00\",\n                        \"delay\": 84700,\n                        \"duration\": 1536,\n                        \"name\": \"call\"\n                    }\n                ],\n                \"first_attempt\": {\n                    \"call_id\": \"call-618c89f8-7eea-455c-8fda-69a6cfaecdad\",\n                    \"date\": \"2024-07-15 14:45:00\",\n                    \"delay\": 17100,\n                    \"duration\": 5\n                },\n                \"first_call\": {\n                    \"call_id\": \"call-c4641926-5d6d-4c7f-86c0-7310361cad94\",\n                    \"date\": \"2024-07-16 09:30:00\",\n                    \"delay\": 84700,\n                    \"duration\": 1536\n                },\n                \"limit_date\": \"2024-07-20 10:00:00\",\n                \"release_date\": null,\n                \"start_date\": \"2024-07-15 10:00:00\",\n                \"url\": \"https:\/\/www.example.com\/outboundinfo\/lead-9c6187a3-9865-418d-be80-e45d5990f039\"\n            },\n            \"source\": \"email\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"https:\/\/api.magnetis.io\/leads?page=1\",\n        \"last\": \"https:\/\/api.magnetis.io\/leads?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"https:\/\/api.magnetis.io\/leads\",\n        \"per_page\": 250,\n        \"to\": 2,\n        \"total\": 2,\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        }\n    }\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create a lead",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "leads",
                            "query": [],
                            "raw": "{{baseUrl}}\/leads"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_id\":\"acc-6e64b651-026a-46de-ab3e-944a193945a9\",\"fields\":[{\"label\":\"Pr\u00e9nom\",\"value\":\"Fran\u00e7ois\"}],\"outbound\":true,\"outbound_params\":{\"tracking_delay\":120,\"limit_date\":\"2024-08-31 23:59:59\",\"start_date\":\"2024-08-31 00:00:00\"}}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"id\": \"lead-9c6187a3-9865-418d-be80-e45d5990f039\",\n        \"account\": {\n            \"id\": \"acc-250ce1bd-237d-4e2d-aa17-51293760a801\",\n            \"name\": \"Artisan Lyon\"\n        },\n        \"created_at\": \"2023-09-25 14:50:12\",\n        \"fields\": {\n            \"firstname\": \"Jane\",\n            \"lastname\": \"Doe\",\n            \"phone\": \"0033652XXXXXX\",\n            \"zipcode\": null\n        },\n        \"landing_page\": {\n            \"title\": null,\n            \"url\": null\n        },\n        \"outbound\": {\n            \"assignment_date\": \"2024-07-15 10:00:00\",\n            \"events\": [\n                {\n                    \"call_id\": null,\n                    \"date\": \"2024-07-15 10:00:00\",\n                    \"delay\": 0,\n                    \"duration\": null,\n                    \"name\": \"assignment\"\n                },\n                {\n                    \"call_id\": \"call-618c89f8-7eea-455c-8fda-69a6cfaecdad\",\n                    \"date\": \"2024-07-15 14:45:00\",\n                    \"delay\": 17100,\n                    \"duration\": 5,\n                    \"name\": \"attempt\"\n                },\n                {\n                    \"call_id\": \"call-e77c7218-3838-42ef-9aa4-7af980d69663\",\n                    \"date\": \"2024-07-15 16:30:00\",\n                    \"delay\": 0,\n                    \"duration\": 8,\n                    \"name\": \"attempt\"\n                },\n                {\n                    \"call_id\": \"call-c4641926-5d6d-4c7f-86c0-7310361cad94\",\n                    \"date\": \"2024-07-16 09:30:00\",\n                    \"delay\": 84700,\n                    \"duration\": 1536,\n                    \"name\": \"call\"\n                }\n            ],\n            \"first_attempt\": {\n                \"call_id\": \"call-618c89f8-7eea-455c-8fda-69a6cfaecdad\",\n                \"date\": \"2024-07-15 14:45:00\",\n                \"delay\": 17100,\n                \"duration\": 5\n            },\n            \"first_call\": {\n                \"call_id\": \"call-c4641926-5d6d-4c7f-86c0-7310361cad94\",\n                \"date\": \"2024-07-16 09:30:00\",\n                \"delay\": 84700,\n                \"duration\": 1536\n            },\n            \"limit_date\": \"2024-07-20 10:00:00\",\n            \"release_date\": null,\n            \"start_date\": \"2024-07-15 10:00:00\",\n            \"url\": \"https:\/\/www.example.com\/outboundinfo\/lead-9c6187a3-9865-418d-be80-e45d5990f039\"\n        },\n        \"source\": \"api\"\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 3\n    }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Fetch a lead",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "leads\/:slug",
                            "query": [],
                            "raw": "{{baseUrl}}\/leads\/:slug",
                            "variable": [
                                {
                                    "id": "slug",
                                    "key": "slug",
                                    "value": "lead-6e64b651-026a-46de-ab3e-944a193945a9",
                                    "description": "The id of the lead"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"id\": \"lead-9c6187a3-9865-418d-be80-e45d5990f039\",\n        \"account\": {\n            \"id\": \"acc-250ce1bd-237d-4e2d-aa17-51293760a801\",\n            \"name\": \"Artisan Lyon\"\n        },\n        \"created_at\": \"2023-09-25 14:50:12\",\n        \"fields\": {\n            \"firstname\": \"Jane\",\n            \"lastname\": \"Doe\",\n            \"phone\": \"0033652XXXXXX\",\n            \"zipcode\": null\n        },\n        \"landing_page\": {\n            \"title\": null,\n            \"url\": null\n        },\n        \"outbound\": {\n            \"assignment_date\": \"2024-07-15 10:00:00\",\n            \"events\": [\n                {\n                    \"call_id\": null,\n                    \"date\": \"2024-07-15 10:00:00\",\n                    \"delay\": 0,\n                    \"duration\": null,\n                    \"name\": \"assignment\"\n                },\n                {\n                    \"call_id\": \"call-618c89f8-7eea-455c-8fda-69a6cfaecdad\",\n                    \"date\": \"2024-07-15 14:45:00\",\n                    \"delay\": 17100,\n                    \"duration\": 5,\n                    \"name\": \"attempt\"\n                },\n                {\n                    \"call_id\": \"call-e77c7218-3838-42ef-9aa4-7af980d69663\",\n                    \"date\": \"2024-07-15 16:30:00\",\n                    \"delay\": 0,\n                    \"duration\": 8,\n                    \"name\": \"attempt\"\n                },\n                {\n                    \"call_id\": \"call-c4641926-5d6d-4c7f-86c0-7310361cad94\",\n                    \"date\": \"2024-07-16 09:30:00\",\n                    \"delay\": 84700,\n                    \"duration\": 1536,\n                    \"name\": \"call\"\n                }\n            ],\n            \"first_attempt\": {\n                \"call_id\": \"call-618c89f8-7eea-455c-8fda-69a6cfaecdad\",\n                \"date\": \"2024-07-15 14:45:00\",\n                \"delay\": 17100,\n                \"duration\": 5\n            },\n            \"first_call\": {\n                \"call_id\": \"call-c4641926-5d6d-4c7f-86c0-7310361cad94\",\n                \"date\": \"2024-07-16 09:30:00\",\n                \"delay\": 84700,\n                \"duration\": 1536\n            },\n            \"limit_date\": \"2024-07-20 10:00:00\",\n            \"release_date\": null,\n            \"start_date\": \"2024-07-15 10:00:00\",\n            \"url\": \"https:\/\/www.example.com\/outboundinfo\/lead-9c6187a3-9865-418d-be80-e45d5990f039\"\n        },\n        \"source\": \"api\"\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 3\n    }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update a lead",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "leads\/:slug",
                            "query": [],
                            "raw": "{{baseUrl}}\/leads\/:slug",
                            "variable": [
                                {
                                    "id": "slug",
                                    "key": "slug",
                                    "value": "lead-6e64b651-026a-46de-ab3e-944a193945a9",
                                    "description": "The id of the lead"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"fields\":[{\"label\":\"Pr\u00e9nom\",\"value\":\"Fran\u00e7ois\"}]}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"id\": \"lead-9c6187a3-9865-418d-be80-e45d5990f039\",\n        \"account\": {\n            \"id\": \"acc-250ce1bd-237d-4e2d-aa17-51293760a801\",\n            \"name\": \"Artisan Lyon\"\n        },\n        \"created_at\": \"2023-09-25 14:50:12\",\n        \"fields\": {\n            \"firstname\": \"Jane\",\n            \"lastname\": \"Doe\",\n            \"phone\": \"0033652XXXXXX\",\n            \"zipcode\": null\n        },\n        \"landing_page\": {\n            \"title\": null,\n            \"url\": null\n        },\n        \"outbound\": {\n            \"assignment_date\": \"2024-07-15 10:00:00\",\n            \"events\": [\n                {\n                    \"call_id\": null,\n                    \"date\": \"2024-07-15 10:00:00\",\n                    \"delay\": 0,\n                    \"duration\": null,\n                    \"name\": \"assignment\"\n                },\n                {\n                    \"call_id\": \"call-618c89f8-7eea-455c-8fda-69a6cfaecdad\",\n                    \"date\": \"2024-07-15 14:45:00\",\n                    \"delay\": 17100,\n                    \"duration\": 5,\n                    \"name\": \"attempt\"\n                },\n                {\n                    \"call_id\": \"call-e77c7218-3838-42ef-9aa4-7af980d69663\",\n                    \"date\": \"2024-07-15 16:30:00\",\n                    \"delay\": 0,\n                    \"duration\": 8,\n                    \"name\": \"attempt\"\n                },\n                {\n                    \"call_id\": \"call-c4641926-5d6d-4c7f-86c0-7310361cad94\",\n                    \"date\": \"2024-07-16 09:30:00\",\n                    \"delay\": 84700,\n                    \"duration\": 1536,\n                    \"name\": \"call\"\n                }\n            ],\n            \"first_attempt\": {\n                \"call_id\": \"call-618c89f8-7eea-455c-8fda-69a6cfaecdad\",\n                \"date\": \"2024-07-15 14:45:00\",\n                \"delay\": 17100,\n                \"duration\": 5\n            },\n            \"first_call\": {\n                \"call_id\": \"call-c4641926-5d6d-4c7f-86c0-7310361cad94\",\n                \"date\": \"2024-07-16 09:30:00\",\n                \"delay\": 84700,\n                \"duration\": 1536\n            },\n            \"limit_date\": \"2024-07-20 10:00:00\",\n            \"release_date\": null,\n            \"start_date\": \"2024-07-15 10:00:00\",\n            \"url\": \"https:\/\/www.example.com\/outboundinfo\/lead-9c6187a3-9865-418d-be80-e45d5990f039\"\n        },\n        \"source\": \"api\"\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 3\n    }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete a lead",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "leads\/:slug",
                            "query": [],
                            "raw": "{{baseUrl}}\/leads\/:slug",
                            "variable": [
                                {
                                    "id": "slug",
                                    "key": "slug",
                                    "value": "lead-6e64b651-026a-46de-ab3e-944a193945a9",
                                    "description": "The id of the lead"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\t\"data\": [],\n\t\"meta\": {\n\t\t\"apiKey\": {\n\t\t\t\"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n\t\t\t\"created_at\": \"2023-07-25 12:00:00\",\n\t\t\t\"expiration\": null,\n\t\t\t\"level\": \"account\",\n\t\t\t\"name\": \"My account\"\n\t\t},\n\t\t\"total\": 0\n\t}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Release an outbound lead",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "leads\/:lead_slug\/release",
                            "query": [],
                            "raw": "{{baseUrl}}\/leads\/:lead_slug\/release",
                            "variable": [
                                {
                                    "id": "slug",
                                    "key": "slug",
                                    "value": "lead-6e64b651-026a-46de-ab3e-944a193945a9",
                                    "description": "The id of the lead"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"id\": \"lead-9c6187a3-9865-418d-be80-e45d5990f039\",\n        \"account\": {\n            \"id\": \"acc-250ce1bd-237d-4e2d-aa17-51293760a801\",\n            \"name\": \"Artisan Lyon\"\n        },\n        \"created_at\": \"2023-09-25 14:50:12\",\n        \"fields\": {\n            \"firstname\": \"Jane\",\n            \"lastname\": \"Doe\",\n            \"phone\": \"0033652XXXXXX\",\n            \"zipcode\": null\n        },\n        \"landing_page\": {\n            \"title\": null,\n            \"url\": null\n        },\n        \"outbound\": {\n            \"assignment_date\": \"2024-07-15 10:00:00\",\n            \"events\": [\n                {\n                    \"call_id\": null,\n                    \"date\": \"2024-07-15 10:00:00\",\n                    \"delay\": 0,\n                    \"duration\": null,\n                    \"name\": \"assignment\"\n                },\n                {\n                    \"call_id\": \"call-618c89f8-7eea-455c-8fda-69a6cfaecdad\",\n                    \"date\": \"2024-07-15 14:45:00\",\n                    \"delay\": 17100,\n                    \"duration\": 5,\n                    \"name\": \"attempt\"\n                },\n                {\n                    \"call_id\": \"call-e77c7218-3838-42ef-9aa4-7af980d69663\",\n                    \"date\": \"2024-07-15 16:30:00\",\n                    \"delay\": 0,\n                    \"duration\": 8,\n                    \"name\": \"attempt\"\n                },\n                {\n                    \"call_id\": \"call-c4641926-5d6d-4c7f-86c0-7310361cad94\",\n                    \"date\": \"2024-07-16 09:30:00\",\n                    \"delay\": 84700,\n                    \"duration\": 1536,\n                    \"name\": \"call\"\n                }\n            ],\n            \"first_attempt\": {\n                \"call_id\": \"call-618c89f8-7eea-455c-8fda-69a6cfaecdad\",\n                \"date\": \"2024-07-15 14:45:00\",\n                \"delay\": 17100,\n                \"duration\": 5\n            },\n            \"first_call\": {\n                \"call_id\": \"call-c4641926-5d6d-4c7f-86c0-7310361cad94\",\n                \"date\": \"2024-07-16 09:30:00\",\n                \"delay\": 84700,\n                \"duration\": 1536\n            },\n            \"limit_date\": \"2024-07-20 10:00:00\",\n            \"release_date\": null,\n            \"start_date\": \"2024-07-15 10:00:00\",\n            \"url\": \"https:\/\/www.example.com\/outboundinfo\/lead-9c6187a3-9865-418d-be80-e45d5990f039\"\n        },\n        \"source\": \"api\"\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 3\n    }\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Monitoring",
            "description": "",
            "item": [
                {
                    "name": "Daily monitoring",
                    "description": "",
                    "item": [
                        {
                            "name": "List all daily monitorings",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "monitorings\/daily",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/monitorings\/daily",
                                    "variable": [
                                        {
                                            "id": "account_id",
                                            "key": "account_id",
                                            "value": "acc-XXX",
                                            "description": ""
                                        },
                                        {
                                            "id": "limit",
                                            "key": "limit",
                                            "value": "250",
                                            "description": ""
                                        },
                                        {
                                            "id": "page",
                                            "key": "page",
                                            "value": "1",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": [\n        {\n            \"id\": \"mdl-67bc8021-08f8-44a7-81e0-5002724ed3e7\",\n            \"account\": {\n                \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n                \"name\": \"Immobilier tertiaire\",\n                \"reference\": \"123456\"\n            },\n            \"created_at\": \"2024-01-02 08:09:53\",\n            \"enabled\": true,\n            \"last_alert\": \"2024-02-29 13:44:21\",\n            \"rate\": \"70\",\n            \"recipients\": [\"example@email.fr\"]\n        }\n    ],\n    \"links\": {\n        \"first\": \"https:\/\/api.magnetis.io\/monitorings\/daily?page=1\",\n        \"last\": \"https:\/\/api.magnetis.io\/monitorings\/daily?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"https:\/\/api.magnetis.io\/monitorings\/daily\",\n        \"per_page\": 250,\n        \"to\": 1,\n        \"total\": 1,\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        }\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a daily monitoring",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "monitorings\/daily\/:account_id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/monitorings\/daily\/:account_id",
                                    "variable": [
                                        {
                                            "id": "account_id",
                                            "key": "account_id",
                                            "value": "acc-67bc8021-08f8-44a7-81e0-5002724ed3e7",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": {\n        \"id\": \"mdl-67bc8021-08f8-44a7-81e0-5002724ed3e7\",\n        \"account\": {\n            \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n            \"name\": \"Immobilier tertiaire\"\n        },\n        \"created_at\": \"2024-01-02 08:09:53\",\n        \"enabled\": true,\n        \"last_alert\": \"2024-02-29 13:44:21\",\n        \"rate\": \"70\",\n        \"recipients\": [\n            \"example@email.fr\"\n        ]\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My Account\"\n        },\n        \"total\": 1\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Update a daily monitoring",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "monitorings\/daily\/:account_id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/monitorings\/daily\/:account_id",
                                    "variable": [
                                        {
                                            "id": "account_id",
                                            "key": "account_id",
                                            "value": "acc-67bc8021-08f8-44a7-81e0-5002724ed3e7",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"rate\":2,\"recipients\":[\"praesentium\"],\"enabled\":false}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": {\n        \"id\": \"mdl-67bc8021-08f8-44a7-81e0-5002724ed3e7\",\n        \"account\": {\n            \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n            \"name\": \"Immobilier tertiaire\"\n        },\n        \"created_at\": \"2024-01-02 08:09:53\",\n        \"enabled\": true,\n        \"last_alert\": \"2024-02-29 13:44:21\",\n        \"rate\": \"70\",\n        \"recipients\": [\n            \"example@email.fr\"\n        ]\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My Account\"\n        },\n        \"total\": 1\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Recurring monitoring",
                    "description": "",
                    "item": [
                        {
                            "name": "List all recurring monitorings",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "monitorings\/recurring",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/monitorings\/recurring",
                                    "variable": [
                                        {
                                            "id": "account_id",
                                            "key": "account_id",
                                            "value": "acc-XXX",
                                            "description": ""
                                        },
                                        {
                                            "id": "limit",
                                            "key": "limit",
                                            "value": "250",
                                            "description": ""
                                        },
                                        {
                                            "id": "page",
                                            "key": "page",
                                            "value": "1",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": [\n        {\n            \"id\": \"mrr-6d027ee3-4cff-43a0-84be-1dbc3d7559e5\",\n            \"account\": {\n                \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n                \"name\": \"Immobilier tertiaire\",\n                \"reference\": \"123456\"\n            },\n            \"created_at\": \"2024-01-02 08:09:53\",\n            \"enabled\": true,\n            \"last_alert\": \"2024-02-29 13:44:21\",\n            \"level\": \"10\",\n            \"recipients\": [\"example@email.fr\"]\n        }\n    ],\n    \"links\": {\n        \"first\": \"https:\/\/api.magnetis.io\/monitorings\/recurring?page=1\",\n        \"last\": \"https:\/\/api.magnetis.io\/monitorings\/recurring?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"https:\/\/api.magnetis.io\/monitorings\/recurring\",\n        \"per_page\": 250,\n        \"to\": 1,\n        \"total\": 1,\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        }\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a recurring monitoring",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "monitorings\/recurring\/:account_id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/monitorings\/recurring\/:account_id",
                                    "variable": [
                                        {
                                            "id": "account_id",
                                            "key": "account_id",
                                            "value": "acc-6d027ee3-4cff-43a0-84be-1dbc3d7559e5",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": {\n        \"id\": \"mrr-6d027ee3-4cff-43a0-84be-1dbc3d7559e5\",\n        \"account\": {\n            \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n            \"name\": \"Immobilier tertiaire\"\n        },\n        \"created_at\": \"2024-01-02 08:09:53\",\n        \"enabled\": true,\n        \"last_alert\": \"2024-02-29 13:44:21\",\n        \"level\": \"10\",\n        \"recipients\": [\n            \"example@email.fr\"\n        ]\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My Account\"\n        },\n        \"total\": 1\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Update a recurring monitoring",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "monitorings\/recurring\/:account_id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/monitorings\/recurring\/:account_id",
                                    "variable": [
                                        {
                                            "id": "account_id",
                                            "key": "account_id",
                                            "value": "acc-6d027ee3-4cff-43a0-84be-1dbc3d7559e5",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"level\":15,\"recipients\":\"ab\",\"enabled\":false,\"mailees\":[\"repudiandae\"]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": {\n        \"id\": \"mrr-6d027ee3-4cff-43a0-84be-1dbc3d7559e5\",\n        \"account\": {\n            \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n            \"name\": \"Immobilier tertiaire\"\n        },\n        \"created_at\": \"2024-01-02 08:09:53\",\n        \"enabled\": true,\n        \"last_alert\": \"2024-02-29 13:44:21\",\n        \"level\": \"10\",\n        \"recipients\": [\n            \"example@email.fr\"\n        ]\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My Account\"\n        },\n        \"total\": 1\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Recipient monitoring",
                    "description": "",
                    "item": [
                        {
                            "name": "Fetch the recipient monitoring",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "monitorings\/recipient",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/monitorings\/recipient"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": {\n        \"id\": \"mrp-2e25425a-26b2-455e-a51b-0693af0f3081\",\n        \"organization_id\": \"org-6d0aff3d-3141-45bb-8b2b-2d6e2d8dc18e\",\n        \"created_at\": \"2024-01-02 08:09:53\",\n        \"enabled\": false,\n        \"last_alert\": \"2024-02-29 13:44:21\",\n        \"level\": \"5\",\n        \"recipients\": [\n            \"example@email.fr\"\n        ]\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My Account\"\n        },\n        \"total\": 1\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Update the recipient monitoring",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "monitorings\/recipient",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/monitorings\/recipient"
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"level\":18,\"recipients\":[\"et\"],\"enabled\":false}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n    \"data\": {\n        \"id\": \"mrp-2e25425a-26b2-455e-a51b-0693af0f3081\",\n        \"organization_id\": \"org-6d0aff3d-3141-45bb-8b2b-2d6e2d8dc18e\",\n        \"created_at\": \"2024-01-02 08:09:53\",\n        \"enabled\": false,\n        \"last_alert\": \"2024-02-29 13:44:21\",\n        \"level\": \"5\",\n        \"recipients\": [\n            \"example@email.fr\"\n        ]\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My Account\"\n        },\n        \"total\": 1\n    }\n}\n",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "name": "Numbers",
            "description": "",
            "item": [
                {
                    "name": "List all tracked numbers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "numbers",
                            "query": [],
                            "raw": "{{baseUrl}}\/numbers",
                            "variable": [
                                {
                                    "id": "account_id",
                                    "key": "account_id",
                                    "value": "acc-XXX",
                                    "description": ""
                                },
                                {
                                    "id": "limit",
                                    "key": "limit",
                                    "value": "250",
                                    "description": ""
                                },
                                {
                                    "id": "page",
                                    "key": "page",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"num-a81cf765-0e48-4797-b315-f702c783996e\",\n\t\t\t\"account\": {\n\t\t\t\t\"id\": \"acc-f702dcb6-87cf-4bc4-8632-560c43aec1a4\",\n\t\t\t\t\"name\": \"Auto Bordeaux\",\n\t\t\t\t\"reference\": \"123456\"\n\t\t\t},\n\t\t\t\"channel_name\": \"Google Ads\",\n\t\t\t\"channel_type\": \"googleads\",\n\t\t\t\"country\": \"FRA\",\n\t\t\t\"created_at\": \"2023-07-14 13:52:27\",\n\t\t\t\"functionalities\": {\n\t\t\t\t\"calendar\": {\n\t\t\t\t\t\"id\": \"sdc-34042f22-5afe-4789-80a6-1c29d76e5fdb\"\n\t\t\t\t},\n\t\t\t\t\"overflow\": {\n\t\t\t\t\t\"id\": \"ovf-fbc38e1e-8856-4fca-8fe2-6bcd50e4a35a\"\n\t\t\t\t},\n\t\t\t\t\"recording\": {\n\t\t\t\t\t\"analysis_id\": \"sana-85987477-b94f-42bc-b9fd-4689988c7788\",\n\t\t\t\t\t\"deactivation\": 1,\n\t\t\t\t\t\"terms\": \"custom\",\n\t\t\t\t\t\"terms_audio\": \"sda-e66b21e0-2064-4175-8fa2-2f7a60e64da4\",\n\t\t\t\t\t\"transcript\": 1\n\t\t\t\t},\n\t\t\t\t\"voicemail\": {\n\t\t\t\t\t\"id\": \"svm-b2ddd01b-8326-4ae4-b888-4bb5c7ad675a\",\n\t\t\t\t\t\"timeout\": 10,\n\t\t\t\t\t\"trigger_type\": \"duration\"\n\t\t\t\t},\n\t\t\t\t\"whisper\": {\n\t\t\t\t\t\"audio_id\": \"sda-ef617d12-528a-40fe-a997-da4cda4e4ba7\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"is_premium\": false,\n\t\t\t\"number\": \"0033522334455\",\n\t\t\t\"recipient\": {\n\t\t\t\t\"id\": \"rcp-3921328c-5966-4df9-a9a9-5f2a8f383e3a\",\n\t\t\t\t\"country\": \"FRA\",\n\t\t\t\t\"created_at\": \"2023-07-14 13:47:21\",\n\t\t\t\t\"name\": \"Concession Bordeaux\",\n\t\t\t\t\"number\": \"0033698765432\",\n\t\t\t\t\"type\": \"mobile\"\n\t\t\t},\n\t\t\t\"type\": \"geographic\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"num-cdea62a0-05f3-4183-b285-697458cadb9e\",\n\t\t\t\"account\": {\n\t\t\t\t\"id\": \"acc-f702dcb6-87cf-4bc4-8632-560c43aec1a4\",\n\t\t\t\t\"name\": \"Auto Bordeaux\",\n\t\t\t\t\"reference\": \"123456\"\n\t\t\t},\n\t\t\t\"channel_name\": \"SEO\",\n\t\t\t\"channel_type\": \"seo\",\n\t\t\t\"country\": \"FRA\",\n\t\t\t\"created_at\": \"2023-07-14 13:52:27\",\n\t\t\t\"functionalities\": {\n\t\t\t\t\"calendar\": null,\n\t\t\t\t\"overflow\": null,\n\t\t\t\t\"recording\": null,\n\t\t\t\t\"voicemail\": null,\n\t\t\t\t\"whisper\": null\n\t\t\t},\n\t\t\t\"is_premium\": false,\n\t\t\t\"number\": \"0033555443322\",\n\t\t\t\"recipient\": {\n\t\t\t\t\"id\": \"rcp-3921328c-5966-4df9-a9a9-5f2a8f383e3a\",\n\t\t\t\t\"country\": \"FRA\",\n\t\t\t\t\"created_at\": \"2023-07-14 13:47:21\",\n\t\t\t\t\"name\": \"Concession Bordeaux\",\n\t\t\t\t\"number\": \"0033698765432\",\n\t\t\t\t\"type\": \"mobile\"\n\t\t\t},\n\t\t\t\"type\": \"geographic\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"num-e6075fb2-172a-4acf-bc49-6076bbb0c44f\",\n\t\t\t\"account\": {\n\t\t\t\t\"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n\t\t\t\t\"name\": \"Immo Paris\",\n\t\t\t\t\"reference\": \"123456\"\n\t\t\t},\n\t\t\t\"channel_name\": \"Site Internet\",\n\t\t\t\"channel_type\": \"website\",\n\t\t\t\"country\": \"FRA\",\n\t\t\t\"created_at\": \"2023-07-21 13:58:30\",\n\t\t\t\"functionalities\": {\n\t\t\t\t\"recording\": null,\n\t\t\t\t\"whisper\": null\n\t\t\t},\n\t\t\t\"is_premium\": false,\n\t\t\t\"number\": \"0033199887766\",\n\t\t\t\"recipient\": {\n\t\t\t\t\"id\": \"rcp-b7958038-063d-4c75-b7ec-3baea00c8444\",\n\t\t\t\t\"country\": \"FRA\",\n\t\t\t\t\"created_at\": \"2023-07-21 12:54:07\",\n\t\t\t\t\"name\": \"Agence Paris\",\n\t\t\t\t\"number\": \"0033166778899\",\n\t\t\t\t\"type\": \"geographic\"\n\t\t\t},\n\t\t\t\"type\": \"geographic\"\n\t\t}\n\t],\n\t\"links\": {\n\t\t\"first\": \"https:\/\/api.magnetis.io\/numbers?page=1\",\n\t\t\"last\": \"https:\/\/api.magnetis.io\/numbers?page=1\",\n\t\t\"prev\": null,\n\t\t\"next\": null\n\t},\n\t\"meta\": {\n\t\t\"current_page\": 1,\n\t\t\"from\": 1,\n\t\t\"last_page\": 1,\n\t\t\"path\": \"https:\/\/api.magnetis.io\/numbers\",\n\t\t\"per_page\": 250,\n\t\t\"to\": 3,\n\t\t\"total\": 3,\n\t\t\"apiKey\": {\n\t\t\t\"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n\t\t\t\"created_at\": \"2023-07-25 12:00:00\",\n\t\t\t\"expiration\": null,\n\t\t\t\"level\": \"account\",\n\t\t\t\"name\": \"My account\"\n\t\t}\n\t}\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create a tracked number",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "numbers",
                            "query": [],
                            "raw": "{{baseUrl}}\/numbers"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_id\":\"acc-XXX\",\"area_code\":\"00339\",\"calendar\":{\"id\":\"sdc-XXX\"},\"channel_name\":\"My website\",\"channel_type\":\"website\",\"country\":\"FRA\",\"overflow\":{\"id\":\"ovf-XXX\"},\"recipient_id\":\"rec-XXX\",\"recording\":\"quo\",\"voicemail\":\"madyson.king@example.com\",\"whisper\":{\"audio_id\":\"sda-XXX\"}}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\t\"data\": {\n\t\t\"id\": \"num-a81cf765-0e48-4797-b315-f702c783996e\",\n\t\t\"account\": {\n\t\t\t\"id\": \"acc-f702dcb6-87cf-4bc4-8632-560c43aec1a4\",\n\t\t\t\"name\": \"Auto Bordeaux\"\n\t\t},\n\t\t\"channel_name\": \"Google Ads\",\n\t\t\"channel_type\": \"googleads\",\n\t\t\"country\": \"FRA\",\n\t\t\"created_at\": \"2023-07-14 13:52:27\",\n\t\t\"functionalities\": {\n\t\t\t\"calendar\": {\n\t\t\t\t\"id\": \"sdc-34042f22-5afe-4789-80a6-1c29d76e5fdb\"\n\t\t\t},\n\t\t\t\"overflow\": {\n\t\t\t\t\"id\": \"ovf-fbc38e1e-8856-4fca-8fe2-6bcd50e4a35a\"\n\t\t\t},\n\t\t\t\"recording\": {\n\t\t\t\t\"analysis_id\": \"sana-85987477-b94f-42bc-b9fd-4689988c7788\",\n\t\t\t\t\"deactivation\": 1,\n\t\t\t\t\"terms\": \"custom\",\n\t\t\t\t\"terms_audio\": \"sda-e66b21e0-2064-4175-8fa2-2f7a60e64da4\",\n\t\t\t\t\"transcript\": 1\n\t\t\t},\n\t\t\t\"voicemail\": {\n\t\t\t\t\"id\": \"svm-b2ddd01b-8326-4ae4-b888-4bb5c7ad675a\",\n\t\t\t\t\"timeout\": 10,\n\t\t\t\t\"trigger_type\": \"duration\"\n\t\t\t},\n\t\t\t\"whisper\": {\n\t\t\t\t\"audio_id\": \"sda-ef617d12-528a-40fe-a997-da4cda4e4ba7\"\n\t\t\t}\n\t\t},\n\t\t\"is_premium\": false,\n\t\t\"number\": \"0033522334455\",\n\t\t\"recipient\": {\n\t\t\t\"id\": \"rcp-3921328c-5966-4df9-a9a9-5f2a8f383e3a\",\n\t\t\t\"country\": \"FRA\",\n\t\t\t\"created_at\": \"2023-07-14 13:47:21\",\n\t\t\t\"name\": \"Concession Bordeaux\",\n\t\t\t\"number\": \"0033698765432\",\n\t\t\t\"type\": \"mobile\"\n\t\t},\n\t\t\"type\": \"geographic\"\n\t},\n\t\"meta\": {\n\t\t\"apiKey\": {\n\t\t\t\"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n\t\t\t\"created_at\": \"2023-07-25 12:00:00\",\n\t\t\t\"expiration\": null,\n\t\t\t\"level\": \"account\",\n\t\t\t\"name\": \"My account\"\n\t\t},\n\t\t\"total\": 1\n\t}\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Fetch a tracked number",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "numbers\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/numbers\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "num-50700e9e-879e-480a-859a-1db8301bd712",
                                    "description": "Required. The ID of the call."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\t\"data\": {\n\t\t\"id\": \"num-a81cf765-0e48-4797-b315-f702c783996e\",\n\t\t\"account\": {\n\t\t\t\"id\": \"acc-f702dcb6-87cf-4bc4-8632-560c43aec1a4\",\n\t\t\t\"name\": \"Auto Bordeaux\"\n\t\t},\n\t\t\"channel_name\": \"Google Ads\",\n\t\t\"channel_type\": \"googleads\",\n\t\t\"country\": \"FRA\",\n\t\t\"created_at\": \"2023-07-14 13:52:27\",\n\t\t\"functionalities\": {\n\t\t\t\"calendar\": {\n\t\t\t\t\"id\": \"sdc-34042f22-5afe-4789-80a6-1c29d76e5fdb\"\n\t\t\t},\n\t\t\t\"overflow\": {\n\t\t\t\t\"id\": \"ovf-fbc38e1e-8856-4fca-8fe2-6bcd50e4a35a\"\n\t\t\t},\n\t\t\t\"recording\": {\n\t\t\t\t\"analysis_id\": \"sana-85987477-b94f-42bc-b9fd-4689988c7788\",\n\t\t\t\t\"deactivation\": 1,\n\t\t\t\t\"terms\": \"custom\",\n\t\t\t\t\"terms_audio\": \"sda-e66b21e0-2064-4175-8fa2-2f7a60e64da4\",\n\t\t\t\t\"transcript\": 1\n\t\t\t},\n\t\t\t\"voicemail\": {\n\t\t\t\t\"id\": \"svm-b2ddd01b-8326-4ae4-b888-4bb5c7ad675a\",\n\t\t\t\t\"timeout\": 10,\n\t\t\t\t\"trigger_type\": \"duration\"\n\t\t\t},\n\t\t\t\"whisper\": {\n\t\t\t\t\"audio_id\": \"sda-ef617d12-528a-40fe-a997-da4cda4e4ba7\"\n\t\t\t}\n\t\t},\n\t\t\"is_premium\": false,\n\t\t\"number\": \"0033522334455\",\n\t\t\"recipient\": {\n\t\t\t\"id\": \"rcp-3921328c-5966-4df9-a9a9-5f2a8f383e3a\",\n\t\t\t\"country\": \"FRA\",\n\t\t\t\"created_at\": \"2023-07-14 13:47:21\",\n\t\t\t\"name\": \"Concession Bordeaux\",\n\t\t\t\"number\": \"0033698765432\",\n\t\t\t\"type\": \"mobile\"\n\t\t},\n\t\t\"type\": \"geographic\"\n\t},\n\t\"meta\": {\n\t\t\"apiKey\": {\n\t\t\t\"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n\t\t\t\"created_at\": \"2023-07-25 12:00:00\",\n\t\t\t\"expiration\": null,\n\t\t\t\"level\": \"account\",\n\t\t\t\"name\": \"My account\"\n\t\t},\n\t\t\"total\": 1\n\t}\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update a tracked number",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "numbers\/:slug",
                            "query": [],
                            "raw": "{{baseUrl}}\/numbers\/:slug",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "num-50700e9e-879e-480a-859a-1db8301bd712",
                                    "description": "The id of the number."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"calendar\":{\"id\":\"sdc-XXX\"},\"channel_name\":\"My website\",\"channel_type\":\"website\",\"overflow\":{\"id\":\"ovf-XXX\"},\"recipient_id\":\"rec-XXX\",\"recording\":\"dolorem\",\"voicemail\":\"ntoy@example.com\",\"whisper\":{\"audio_id\":\"sda-XXX\"}}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\t\"data\": {\n\t\t\"id\": \"num-a81cf765-0e48-4797-b315-f702c783996e\",\n\t\t\"account\": {\n\t\t\t\"id\": \"acc-f702dcb6-87cf-4bc4-8632-560c43aec1a4\",\n\t\t\t\"name\": \"Auto Bordeaux\"\n\t\t},\n\t\t\"channel_name\": \"Google Ads\",\n\t\t\"channel_type\": \"googleads\",\n\t\t\"country\": \"FRA\",\n\t\t\"created_at\": \"2023-07-14 13:52:27\",\n\t\t\"functionalities\": {\n\t\t\t\"calendar\": {\n\t\t\t\t\"id\": \"sdc-34042f22-5afe-4789-80a6-1c29d76e5fdb\"\n\t\t\t},\n\t\t\t\"overflow\": {\n\t\t\t\t\"id\": \"ovf-fbc38e1e-8856-4fca-8fe2-6bcd50e4a35a\"\n\t\t\t},\n\t\t\t\"recording\": {\n\t\t\t\t\"analysis_id\": \"sana-85987477-b94f-42bc-b9fd-4689988c7788\",\n\t\t\t\t\"deactivation\": 1,\n\t\t\t\t\"terms\": \"custom\",\n\t\t\t\t\"terms_audio\": \"sda-e66b21e0-2064-4175-8fa2-2f7a60e64da4\",\n\t\t\t\t\"transcript\": 1\n\t\t\t},\n\t\t\t\"voicemail\": {\n\t\t\t\t\"id\": \"svm-b2ddd01b-8326-4ae4-b888-4bb5c7ad675a\",\n\t\t\t\t\"timeout\": 10,\n\t\t\t\t\"trigger_type\": \"duration\"\n\t\t\t},\n\t\t\t\"whisper\": {\n\t\t\t\t\"audio_id\": \"sda-ef617d12-528a-40fe-a997-da4cda4e4ba7\"\n\t\t\t}\n\t\t},\n\t\t\"is_premium\": false,\n\t\t\"number\": \"0033522334455\",\n\t\t\"recipient\": {\n\t\t\t\"id\": \"rcp-3921328c-5966-4df9-a9a9-5f2a8f383e3a\",\n\t\t\t\"country\": \"FRA\",\n\t\t\t\"created_at\": \"2023-07-14 13:47:21\",\n\t\t\t\"name\": \"Concession Bordeaux\",\n\t\t\t\"number\": \"0033698765432\",\n\t\t\t\"type\": \"mobile\"\n\t\t},\n\t\t\"type\": \"geographic\"\n\t},\n\t\"meta\": {\n\t\t\"apiKey\": {\n\t\t\t\"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n\t\t\t\"created_at\": \"2023-07-25 12:00:00\",\n\t\t\t\"expiration\": null,\n\t\t\t\"level\": \"account\",\n\t\t\t\"name\": \"My account\"\n\t\t},\n\t\t\"total\": 1\n\t}\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete a tracked number",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "numbers\/:slug",
                            "query": [],
                            "raw": "{{baseUrl}}\/numbers\/:slug",
                            "variable": [
                                {
                                    "id": "slug",
                                    "key": "slug",
                                    "value": "num-50700e9e-879e-480a-859a-1db8301bd712",
                                    "description": "The id of the number."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\t\"data\": {\n\t\t\"id\": \"num-a81cf765-0e48-4797-b315-f702c783996e\",\n\t\t\"account\": {\n\t\t\t\"id\": \"acc-f702dcb6-87cf-4bc4-8632-560c43aec1a4\",\n\t\t\t\"name\": \"Auto Bordeaux\"\n\t\t},\n\t\t\"channel_name\": \"Google Ads\",\n\t\t\"channel_type\": \"googleads\",\n\t\t\"country\": \"FRA\",\n\t\t\"created_at\": \"2023-07-14 13:52:27\",\n\t\t\"functionalities\": {\n\t\t\t\"calendar\": {\n\t\t\t\t\"id\": \"sdc-34042f22-5afe-4789-80a6-1c29d76e5fdb\"\n\t\t\t},\n\t\t\t\"overflow\": {\n\t\t\t\t\"id\": \"ovf-fbc38e1e-8856-4fca-8fe2-6bcd50e4a35a\"\n\t\t\t},\n\t\t\t\"recording\": {\n\t\t\t\t\"analysis_id\": \"sana-85987477-b94f-42bc-b9fd-4689988c7788\",\n\t\t\t\t\"deactivation\": 1,\n\t\t\t\t\"terms\": \"custom\",\n\t\t\t\t\"terms_audio\": \"sda-e66b21e0-2064-4175-8fa2-2f7a60e64da4\",\n\t\t\t\t\"transcript\": 1\n\t\t\t},\n\t\t\t\"voicemail\": {\n\t\t\t\t\"id\": \"svm-b2ddd01b-8326-4ae4-b888-4bb5c7ad675a\",\n\t\t\t\t\"timeout\": 10,\n\t\t\t\t\"trigger_type\": \"duration\"\n\t\t\t},\n\t\t\t\"whisper\": {\n\t\t\t\t\"audio_id\": \"sda-ef617d12-528a-40fe-a997-da4cda4e4ba7\"\n\t\t\t}\n\t\t},\n\t\t\"is_premium\": false,\n\t\t\"number\": \"0033522334455\",\n\t\t\"recipient\": {\n\t\t\t\"id\": \"rcp-3921328c-5966-4df9-a9a9-5f2a8f383e3a\",\n\t\t\t\"country\": \"FRA\",\n\t\t\t\"created_at\": \"2023-07-14 13:47:21\",\n\t\t\t\"name\": \"Concession Bordeaux\",\n\t\t\t\"number\": \"0033698765432\",\n\t\t\t\"type\": \"mobile\"\n\t\t},\n\t\t\"type\": \"geographic\"\n\t},\n\t\"meta\": {\n\t\t\"apiKey\": {\n\t\t\t\"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n\t\t\t\"created_at\": \"2023-07-25 12:00:00\",\n\t\t\t\"expiration\": null,\n\t\t\t\"level\": \"account\",\n\t\t\t\"name\": \"My account\"\n\t\t},\n\t\t\"total\": 1\n\t}\n}\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Recipients",
            "description": "",
            "item": [
                {
                    "name": "List all recipients",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "recipients",
                            "query": [],
                            "raw": "{{baseUrl}}\/recipients",
                            "variable": [
                                {
                                    "id": "account_id",
                                    "key": "account_id",
                                    "value": "acc-XXX",
                                    "description": ""
                                },
                                {
                                    "id": "limit",
                                    "key": "limit",
                                    "value": "250",
                                    "description": ""
                                },
                                {
                                    "id": "page",
                                    "key": "page",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Create a recipient",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "recipients",
                            "query": [],
                            "raw": "{{baseUrl}}\/recipients"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_id\":\"acc-6e64b651-026a-46de-ab3e-944a193945a9\",\"country\":\"FRA\",\"name\":\"Bruno\",\"number\":\"003362345XXXX\",\"type\":\"geographic\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Fetch a recipient",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "recipients\/:slug",
                            "query": [],
                            "raw": "{{baseUrl}}\/recipients\/:slug",
                            "variable": [
                                {
                                    "id": "slug",
                                    "key": "slug",
                                    "value": "rcp-85ea860d-74ce-4ac9-90fd-b85030eb34c0",
                                    "description": "The id of the recipient."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update a recipient",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "recipients\/:slug",
                            "query": [],
                            "raw": "{{baseUrl}}\/recipients\/:slug",
                            "variable": [
                                {
                                    "id": "slug",
                                    "key": "slug",
                                    "value": "rcp-85ea860d-74ce-4ac9-90fd-b85030eb34c0",
                                    "description": "The id of the recipient."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"Bruno\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Delete a recipient",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "recipients\/:slug",
                            "query": [],
                            "raw": "{{baseUrl}}\/recipients\/:slug",
                            "variable": [
                                {
                                    "id": "slug",
                                    "key": "slug",
                                    "value": "rcp-85ea860d-74ce-4ac9-90fd-b85030eb34c0",
                                    "description": "The id of the recipient."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Reports",
            "description": "",
            "item": [
                {
                    "name": "List all reports",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "reports",
                            "query": [],
                            "raw": "{{baseUrl}}\/reports",
                            "variable": [
                                {
                                    "id": "account_id",
                                    "key": "account_id",
                                    "value": "acc-XXX",
                                    "description": ""
                                },
                                {
                                    "id": "limit",
                                    "key": "limit",
                                    "value": "250",
                                    "description": ""
                                },
                                {
                                    "id": "page",
                                    "key": "page",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": [\n        {\n            \"id\": \"rep-7a3501db-5bc4-4161-aba3-d51f3acc288b\",\n            \"accounts\": [],\n            \"account\": {\n                \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n                \"name\": \"Immobilier tertiaire\",\n                \"reference\": \"123456\"\n            },\n            \"all\": 0,\n            \"created_at\": \"2024-03-04 09:06:09\",\n            \"period\": \"weekly\",\n            \"day_week\": 2,\n            \"day_month\": null,\n            \"private\": 0,\n            \"network\": null,\n            \"recipients\": [\n                {\n                    \"email\": \"example@email.fr\",\n                    \"type\": \"to\"\n                }\n            ],\n            \"sender\": \"contact@email.fr\",\n            \"subject\": \"\",\n            \"title\": \"Rapport d'extraction des appels manqu\u00e9s\",\n            \"type\": \"lostcall\",\n            \"user\": {\n                \"id\": \"usr-0ca9023b-b57b-4a5b-867b-e6858287575f\",\n                \"created_at\": \"2024-03-04T08:06:08.000000Z\",\n                \"email\": \"example@email.fr\",\n                \"firstname\": \"John\",\n                \"lang\": \"fr\",\n                \"lastname\": \"Doe\",\n                \"phone\": \"03 62 XX XX XX\"\n            }\n        },\n        {\n            \"id\": \"rep-4f6dccfb-33cd-43ce-b94e-ff92e791aab3\",\n            \"accounts\": [],\n            \"account\": {\n                \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n                \"name\": \"Immobilier tertiaire\",\n                \"reference\": \"123456\"\n            },\n            \"all\": 0,\n            \"created_at\": \"2024-03-04 09:06:09\",\n            \"period\": \"daily\",\n            \"day_week\": null,\n            \"day_month\": null,\n            \"private\": 0,\n            \"network\": null,\n            \"recipients\": [\n                {\n                    \"email\": \"example@email.fr\",\n                    \"type\": \"to\"\n                }\n            ],\n            \"sender\": \"contact@email.fr\",\n            \"subject\": \"\",\n            \"title\": \"Rapport de synth\u00e8se\",\n            \"type\": \"synthesis\",\n            \"user\": {\n                \"id\": \"usr-0ca9023b-b57b-4a5b-867b-e6858287575f\",\n                \"created_at\": \"2024-03-04T08:06:08.000000Z\",\n                \"email\": \"example@email.fr\",\n                \"firstname\": \"John\",\n                \"lang\": \"fr\",\n                \"lastname\": \"Doe\",\n                \"phone\": \"03 62 XX XX XX\"\n            }\n        },\n        {\n            \"id\": \"rep-ea6476f6-f777-4e3c-923f-712d676f1168\",\n            \"accounts\": [],\n            \"account\": {\n                \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n                \"name\": \"Immobilier tertiaire\",\n                \"reference\": \"123456\"\n            },\n            \"all\": 1,\n            \"created_at\": \"2024-03-04 09:06:09\",\n            \"period\": \"monthly\",\n            \"day_week\": null,\n            \"day_month\": 8,\n            \"private\": 0,\n            \"network\": null,\n            \"recipients\": [],\n            \"sender\": \"contact@email.fr\",\n            \"subject\": \"\",\n            \"title\": \"Rapport de synth\u00e8se web\",\n            \"type\": \"web\",\n            \"user\": {\n                \"id\": \"usr-0ca9023b-b57b-4a5b-867b-e6858287575f\",\n                \"created_at\": \"2024-03-04T08:06:08.000000Z\",\n                \"email\": \"example@email.fr\",\n                \"firstname\": \"John\",\n                \"lang\": \"fr\",\n                \"lastname\": \"Doe\",\n                \"phone\": \"03 62 XX XX XX\"\n            }\n        },\n        {\n            \"id\": \"rep-5345fd1a-7331-4242-ab5c-71de77e33818\",\n            \"accounts\": [],\n            \"account\": {\n                \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n                \"name\": \"Immobilier tertiaire\",\n                \"reference\": \"123456\"\n            },\n            \"all\": false,\n            \"created_at\": \"2024-03-04 09:06:09\",\n            \"period\": \"monthly\",\n            \"day_week\": null,\n            \"day_month\": 12,\n            \"private\": 1,\n            \"network\": null,\n            \"recipients\": [\n                {\n                    \"email\": \"example@email.fr\",\n                    \"type\": \"to\"\n                }\n            ],\n            \"sender\": \"contact@email.fr\",\n            \"subject\": \"\",\n            \"title\": \"Rapport d'extraction des appels\",\n            \"type\": \"extract\",\n            \"user\": {\n                \"id\": \"usr-0ca9023b-b57b-4a5b-867b-e6858287575f\",\n                \"created_at\": \"2024-03-04T08:06:08.000000Z\",\n                \"email\": \"example@email.fr\",\n                \"firstname\": \"John\",\n                \"lang\": \"fr\",\n                \"lastname\": \"Doe\",\n                \"phone\": \"03 62 XX XX XX\"\n            }\n        }\n    ],\n    \"links\": {\n        \"first\": \"https:\/\/api.magnetis.io\/reports?page=1\",\n        \"last\": \"https:\/\/api.magnetis.io\/reports?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"https:\/\/api.magnetis.io\/reports\",\n        \"per_page\": 250,\n        \"to\": 4,\n        \"total\": 4,\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2023-07-25 12:00:00\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        }\n    }\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create a report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "reports",
                            "query": [],
                            "raw": "{{baseUrl}}\/reports"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_id\":\"acc-6e64b651-026a-46de-ab3e-944a193945a9\",\"network_id\":\"net-6e64b651-026a-46de-ab3e-944a193945a9\",\"accounts\":\"[acc-6e64b651-026a-46de-ab3e-944a193945a9, acc-cf162a0f-8ea4-4aad-999c-81f8e85cb033]\",\"sender\":\"contact\",\"all\":true,\"recipients\":[{\"email\":\"email@test.fr\",\"type\":\"to\"}],\"subject\":\"Call-tracking report\",\"title\":\"My statistic report\",\"type\":\"synthesis\",\"period\":\"weekly\",\"day_week\":\"1\",\"day_month\":\"null\",\"enabled\":false}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"id\": \"rep-5345fd1a-7331-4242-ab5c-71de77e33818\",\n        \"accounts\": [],\n        \"account\": {\n            \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n            \"name\": \"Immobilier tertiaire\"\n        },\n        \"all\": false,\n        \"created_at\": \"2024-03-04 09:06:09\",\n        \"period\": \"monthly\",\n        \"day_week\": null,\n        \"day_month\": 12,\n        \"private\": 1,\n        \"network\": null,\n        \"recipients\": [\n            {\n                \"email\": \"example@email.fr\",\n                \"type\": \"to\"\n            }\n        ],\n        \"sender\": \"contact@email.fr\",\n        \"subject\": \"\",\n        \"title\": \"Rapport d'extraction des appels\",\n        \"type\": \"extract\",\n        \"user\": {\n            \"id\": \"usr-0ca9023b-b57b-4a5b-867b-e6858287575f\",\n            \"created_at\": \"2024-03-04T08:06:08.000000Z\",\n            \"email\": \"example@email.fr\",\n            \"firstname\": \"John\",\n            \"lang\": \"fr\",\n            \"lastname\": \"Doe\",\n            \"phone\": \"03 62 XX XX XX\"\n        }\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2024-03-04 09:12:08\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 4\n    }\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Fetch a report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "reports\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/reports\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "rep-c1e6945d-c21b-4bfb-82f8-b08eb7f8128e",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"id\": \"rep-5345fd1a-7331-4242-ab5c-71de77e33818\",\n        \"accounts\": [],\n        \"account\": {\n            \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n            \"name\": \"Immobilier tertiaire\"\n        },\n        \"all\": false,\n        \"created_at\": \"2024-03-04 09:06:09\",\n        \"period\": \"monthly\",\n        \"day_week\": null,\n        \"day_month\": 12,\n        \"private\": 1,\n        \"network\": null,\n        \"recipients\": [\n            {\n                \"email\": \"example@email.fr\",\n                \"type\": \"to\"\n            }\n        ],\n        \"sender\": \"contact@email.fr\",\n        \"subject\": \"\",\n        \"title\": \"Rapport d'extraction des appels\",\n        \"type\": \"extract\",\n        \"user\": {\n            \"id\": \"usr-0ca9023b-b57b-4a5b-867b-e6858287575f\",\n            \"created_at\": \"2024-03-04T08:06:08.000000Z\",\n            \"email\": \"example@email.fr\",\n            \"firstname\": \"John\",\n            \"lang\": \"fr\",\n            \"lastname\": \"Doe\",\n            \"phone\": \"03 62 XX XX XX\"\n        }\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2024-03-04 09:12:08\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 4\n    }\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update a report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "reports\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/reports\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "rep-c1e6945d-c21b-4bfb-82f8-b08eb7f8128e",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"accounts\":\"[acc-6e64b651-026a-46de-ab3e-944a193945a9, acc-cf162a0f-8ea4-4aad-999c-81f8e85cb033]\",\"sender\":\"contact\",\"all\":true,\"recipients\":[{\"email\":\"email@test.fr\",\"type\":\"to\"}],\"subject\":\"Call-tracking report\",\"title\":\"My statistic report\",\"type\":\"synthesis\",\"period\":\"weekly\",\"day_week\":\"1\",\"day_month\":\"null\",\"enabled\":false}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"id\": \"rep-5345fd1a-7331-4242-ab5c-71de77e33818\",\n        \"accounts\": [],\n        \"account\": {\n            \"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n            \"name\": \"Immobilier tertiaire\"\n        },\n        \"all\": false,\n        \"created_at\": \"2024-03-04 09:06:09\",\n        \"period\": \"monthly\",\n        \"day_week\": null,\n        \"day_month\": 12,\n        \"private\": 1,\n        \"network\": null,\n        \"recipients\": [\n            {\n                \"email\": \"example@email.fr\",\n                \"type\": \"to\"\n            }\n        ],\n        \"sender\": \"contact@email.fr\",\n        \"subject\": \"\",\n        \"title\": \"Rapport d'extraction des appels\",\n        \"type\": \"extract\",\n        \"user\": {\n            \"id\": \"usr-0ca9023b-b57b-4a5b-867b-e6858287575f\",\n            \"created_at\": \"2024-03-04T08:06:08.000000Z\",\n            \"email\": \"example@email.fr\",\n            \"firstname\": \"John\",\n            \"lang\": \"fr\",\n            \"lastname\": \"Doe\",\n            \"phone\": \"03 62 XX XX XX\"\n        }\n    },\n    \"meta\": {\n        \"apiKey\": {\n            \"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n            \"created_at\": \"2024-03-04 09:12:08\",\n            \"expiration\": null,\n            \"level\": \"account\",\n            \"name\": \"My account\"\n        },\n        \"total\": 4\n    }\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete a report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "reports\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/reports\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "rep-c1e6945d-c21b-4bfb-82f8-b08eb7f8128e",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\t\"data\": [],\n\t\"meta\": {\n\t\t\"apiKey\": {\n\t\t\t\"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n\t\t\t\"created_at\": \"2023-07-25 12:00:00\",\n\t\t\t\"expiration\": null,\n\t\t\t\"level\": \"account\",\n\t\t\t\"name\": \"My account\"\n\t\t},\n\t\t\"total\": 0\n\t}\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Studio",
            "description": "",
            "item": [
                {
                    "name": "Calendars",
                    "description": "",
                    "item": [
                        {
                            "name": "List all calendars",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "studio\/calendars",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/studio\/calendars",
                                    "variable": [
                                        {
                                            "id": "limit",
                                            "key": "limit",
                                            "value": "250",
                                            "description": ""
                                        },
                                        {
                                            "id": "page",
                                            "key": "page",
                                            "value": "1",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"sdc-34042f22-5afe-4789-80a6-1c29d76e5fdb\",\n\t\t\t\"account\": {\n\t\t\t\t\"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n\t\t\t\t\"name\": \"Immo Paris\",\n\t\t\t\t\"reference\": null\n\t\t\t},\n\t\t\t\"created_at\": \"2025-07-13 15:50:19\",\n\t\t\t\"default_overflow_id\": null,\n\t\t\t\"default_recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\t\"default_voicemail_id\": null,\n\t\t\t\"organization\": null,\n\t\t\t\"fallback_voicemail_id\": \"svm-c090277a-a4ea-4a69-8a2a-d83032fb478b\",\n\t\t\t\"fallback_voicemail_timeout\": 10,\n\t\t\t\"off_days\": [],\n\t\t\t\"periods\": [\n\t\t\t\t{\n\t\t\t\t\t\"day\": \"monday\",\n\t\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\t\"recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\t\"voicemail_id\": null\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"day\": \"tuesday\",\n\t\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\t\"recipient_id\": null,\n\t\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\t\"voicemail_id\": \"svm-c090277a-a4ea-4a69-8a2a-d83032fb478b\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"day\": \"wednesday\",\n\t\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\t\"recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\t\"voicemail_id\": null\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"day\": \"thursday\",\n\t\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\t\"recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\t\"voicemail_id\": null\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"day\": \"friday\",\n\t\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\t\"recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\t\"voicemail_id\": null\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"day\": \"friday\",\n\t\t\t\t\t\"end_time\": \"22:00\",\n\t\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\t\"recipient_id\": \"rcp-4b682349-f575-4cbe-bff6-8cf51598fa06\",\n\t\t\t\t\t\"start_time\": \"18:00\",\n\t\t\t\t\t\"voicemail_id\": null\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"network\": null,\n\t\t\t\"title\": \"Calendrier de redirection - Immo Paris\",\n\t\t\t\"type\": \"redirection\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"sdc-6fdee4b6-4823-44c4-8a10-ca7ed3f549b3\",\n\t\t\t\"account\": null,\n\t\t\t\"created_at\": \"2025-08-02 17:35:25\",\n\t\t\t\"default_overflow_id\": null,\n\t\t\t\"default_recipient_id\": null,\n\t\t\t\"default_voicemail_id\": null,\n\t\t\t\"organization\": null,\n\t\t\t\"fallback_voicemail_id\": null,\n\t\t\t\"fallback_voicemail_timeout\": null,\n\t\t\t\"off_days\": [],\n\t\t\t\"periods\": [\n\t\t\t\t{\n\t\t\t\t\t\"day\": \"monday\",\n\t\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\t\"recipient_id\": null,\n\t\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\t\"voicemail_id\": null\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"day\": \"tuesday\",\n\t\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\t\"recipient_id\": null,\n\t\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\t\"voicemail_id\": null\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"day\": \"wednesday\",\n\t\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\t\"recipient_id\": null,\n\t\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\t\"voicemail_id\": null\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"day\": \"thursday\",\n\t\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\t\"recipient_id\": null,\n\t\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\t\"voicemail_id\": null\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"day\": \"friday\",\n\t\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\t\"recipient_id\": null,\n\t\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\t\"voicemail_id\": null\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"day\": \"friday\",\n\t\t\t\t\t\"end_time\": \"22:00\",\n\t\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\t\"recipient_id\": null,\n\t\t\t\t\t\"start_time\": \"18:00\",\n\t\t\t\t\t\"voicemail_id\": null\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"network\": {\n\t\t\t\t\"id\": \"net-bd05fbcd-4623-4ba5-b1fd-d586198334f7\",\n\t\t\t\t\"name\": \"R\u00e9seau Ile de France\"\n\t\t\t},\n\t\t\t\"title\": \"Calendrier statistique Immo\",\n\t\t\t\"type\": \"hours\"\n\t\t}\n\t],\n\t\"links\": {\n\t\t\"first\": \"https:\/\/api.magnetis.io\/calendars?page=1\",\n\t\t\"last\": \"https:\/\/api.magnetis.io\/calendars?page=1\",\n\t\t\"prev\": null,\n\t\t\"next\": null\n\t},\n\t\"meta\": {\n\t\t\"current_page\": 1,\n\t\t\"from\": 1,\n\t\t\"last_page\": 1,\n\t\t\"path\": \"https:\/\/api.magnetis.io\/calendars\",\n\t\t\"per_page\": 250,\n\t\t\"to\": 3,\n\t\t\"total\": 3,\n\t\t\"apiKey\": {\n\t\t\t\"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n\t\t\t\"created_at\": \"2023-07-25 12:00:00\",\n\t\t\t\"expiration\": null,\n\t\t\t\"level\": \"account\",\n\t\t\t\"name\": \"My account\"\n\t\t}\n\t}\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Create a calendar",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "studio\/calendars",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/studio\/calendars"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"account_id\":\"acc-XXX\",\"network_id\":\"net-XXX\",\"organization_id\":\"org-XXX\",\"title\":\"My Calendar\",\"type\":\"redirection\",\"periods\":[{\"day\":\"monday\",\"start_time\":\"09:00\",\"end_time\":\"18:00\",\"recipient_id\":\"rec-XXX\",\"overflow_id\":\"ovf-XXX\",\"voicemail_id\":\"svm-XXX\"}],\"off_days\":[\"2087-08-10\"],\"default_recipient_id\":\"rec-XXX\",\"default_overflow_id\":\"ovf-XXX\",\"default_voicemail_id\":\"svm-XXX\",\"fallback_voicemail_id\":\"svm-XXX\",\"fallback_voicemail_timeout\":10}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n\t\"data\": {\n\t\t\"id\": \"sdc-34042f22-5afe-4789-80a6-1c29d76e5fdb\",\n\t\t\"account\": {\n\t\t\t\"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n\t\t\t\"name\": \"Immo Paris\",\n\t\t\t\"reference\": null\n\t\t},\n\t\t\"created_at\": \"2025-07-13 15:50:19\",\n\t\t\"default_overflow_id\": null,\n\t\t\"default_recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\"default_voicemail_id\": null,\n\t\t\"organization\": null,\n\t\t\"fallback_voicemail_id\": \"svm-c090277a-a4ea-4a69-8a2a-d83032fb478b\",\n\t\t\"fallback_voicemail_timeout\": 10,\n\t\t\"off_days\": [],\n\t\t\"periods\": [\n\t\t\t{\n\t\t\t\t\"day\": \"monday\",\n\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\"voicemail_id\": null\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"day\": \"tuesday\",\n\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": null,\n\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\"voicemail_id\": \"svm-c090277a-a4ea-4a69-8a2a-d83032fb478b\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"day\": \"wednesday\",\n\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\"voicemail_id\": null\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"day\": \"thursday\",\n\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\"voicemail_id\": null\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"day\": \"friday\",\n\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\"voicemail_id\": null\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"day\": \"friday\",\n\t\t\t\t\"end_time\": \"22:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": \"rcp-4b682349-f575-4cbe-bff6-8cf51598fa06\",\n\t\t\t\t\"start_time\": \"18:00\",\n\t\t\t\t\"voicemail_id\": null\n\t\t\t}\n\t\t],\n\t\t\"network\": null,\n\t\t\"title\": \"Calendrier de redirection - Immo Paris\",\n\t\t\"type\": \"redirection\"\n\t},\n\t\"meta\": {\n\t\t\"apiKey\": {\n\t\t\t\"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n\t\t\t\"created_at\": \"2023-07-25 12:00:00\",\n\t\t\t\"expiration\": null,\n\t\t\t\"level\": \"account\",\n\t\t\t\"name\": \"My account\"\n\t\t},\n\t\t\"total\": 1\n\t}\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a calendar",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "studio\/calendars\/:slug",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/studio\/calendars\/:slug"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n\t\"data\": {\n\t\t\"id\": \"sdc-34042f22-5afe-4789-80a6-1c29d76e5fdb\",\n\t\t\"account\": {\n\t\t\t\"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n\t\t\t\"name\": \"Immo Paris\",\n\t\t\t\"reference\": null\n\t\t},\n\t\t\"created_at\": \"2025-07-13 15:50:19\",\n\t\t\"default_overflow_id\": null,\n\t\t\"default_recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\"default_voicemail_id\": null,\n\t\t\"organization\": null,\n\t\t\"fallback_voicemail_id\": \"svm-c090277a-a4ea-4a69-8a2a-d83032fb478b\",\n\t\t\"fallback_voicemail_timeout\": 10,\n\t\t\"off_days\": [],\n\t\t\"periods\": [\n\t\t\t{\n\t\t\t\t\"day\": \"monday\",\n\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\"voicemail_id\": null\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"day\": \"tuesday\",\n\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": null,\n\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\"voicemail_id\": \"svm-c090277a-a4ea-4a69-8a2a-d83032fb478b\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"day\": \"wednesday\",\n\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\"voicemail_id\": null\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"day\": \"thursday\",\n\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\"voicemail_id\": null\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"day\": \"friday\",\n\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\"voicemail_id\": null\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"day\": \"friday\",\n\t\t\t\t\"end_time\": \"22:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": \"rcp-4b682349-f575-4cbe-bff6-8cf51598fa06\",\n\t\t\t\t\"start_time\": \"18:00\",\n\t\t\t\t\"voicemail_id\": null\n\t\t\t}\n\t\t],\n\t\t\"network\": null,\n\t\t\"title\": \"Calendrier de redirection - Immo Paris\",\n\t\t\"type\": \"redirection\"\n\t},\n\t\"meta\": {\n\t\t\"apiKey\": {\n\t\t\t\"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n\t\t\t\"created_at\": \"2023-07-25 12:00:00\",\n\t\t\t\"expiration\": null,\n\t\t\t\"level\": \"account\",\n\t\t\t\"name\": \"My account\"\n\t\t},\n\t\t\"total\": 1\n\t}\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Update a calendar",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "studio\/calendars\/:slug",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/studio\/calendars\/:slug"
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"title\":\"My Calendar\",\"periods\":[{\"day\":\"monday\",\"start_time\":\"09:00\",\"end_time\":\"18:00\",\"recipient_id\":\"rec-XXX\",\"overflow_id\":\"ovf-XXX\",\"voicemail_id\":\"svm-XXX\"}],\"off_days\":[\"2068-11-08\"],\"default_recipient_id\":\"rec-XXX\",\"default_overflow_id\":\"ovf-XXX\",\"default_voicemail_id\":\"svm-XXX\",\"fallback_voicemail_id\":\"svm-XXX\",\"fallback_voicemail_timeout\":10}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n\t\"data\": {\n\t\t\"id\": \"sdc-34042f22-5afe-4789-80a6-1c29d76e5fdb\",\n\t\t\"account\": {\n\t\t\t\"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n\t\t\t\"name\": \"Immo Paris\",\n\t\t\t\"reference\": null\n\t\t},\n\t\t\"created_at\": \"2025-07-13 15:50:19\",\n\t\t\"default_overflow_id\": null,\n\t\t\"default_recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\"default_voicemail_id\": null,\n\t\t\"organization\": null,\n\t\t\"fallback_voicemail_id\": \"svm-c090277a-a4ea-4a69-8a2a-d83032fb478b\",\n\t\t\"fallback_voicemail_timeout\": 10,\n\t\t\"off_days\": [],\n\t\t\"periods\": [\n\t\t\t{\n\t\t\t\t\"day\": \"monday\",\n\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\"voicemail_id\": null\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"day\": \"tuesday\",\n\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": null,\n\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\"voicemail_id\": \"svm-c090277a-a4ea-4a69-8a2a-d83032fb478b\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"day\": \"wednesday\",\n\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\"voicemail_id\": null\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"day\": \"thursday\",\n\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\"voicemail_id\": null\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"day\": \"friday\",\n\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\"voicemail_id\": null\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"day\": \"friday\",\n\t\t\t\t\"end_time\": \"22:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": \"rcp-4b682349-f575-4cbe-bff6-8cf51598fa06\",\n\t\t\t\t\"start_time\": \"18:00\",\n\t\t\t\t\"voicemail_id\": null\n\t\t\t}\n\t\t],\n\t\t\"network\": null,\n\t\t\"title\": \"Calendrier de redirection - Immo Paris\",\n\t\t\"type\": \"redirection\"\n\t},\n\t\"meta\": {\n\t\t\"apiKey\": {\n\t\t\t\"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n\t\t\t\"created_at\": \"2023-07-25 12:00:00\",\n\t\t\t\"expiration\": null,\n\t\t\t\"level\": \"account\",\n\t\t\t\"name\": \"My account\"\n\t\t},\n\t\t\"total\": 1\n\t}\n}\n",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Delete a calendar",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "studio\/calendars\/:slug",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/studio\/calendars\/:slug",
                                    "variable": [
                                        {
                                            "id": "slug",
                                            "key": "slug",
                                            "value": "sdc-5f2e777b-8794-4227-8ec9-af63879da1fc",
                                            "description": "The id of the calendar."
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\n\t\"data\": {\n\t\t\"id\": \"sdc-34042f22-5afe-4789-80a6-1c29d76e5fdb\",\n\t\t\"account\": {\n\t\t\t\"id\": \"acc-f27c03a5-9498-4dd1-aeeb-30722b219f2e\",\n\t\t\t\"name\": \"Immo Paris\",\n\t\t\t\"reference\": null\n\t\t},\n\t\t\"created_at\": \"2025-07-13 15:50:19\",\n\t\t\"default_overflow_id\": null,\n\t\t\"default_recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\"default_voicemail_id\": null,\n\t\t\"organization\": null,\n\t\t\"fallback_voicemail_id\": \"svm-c090277a-a4ea-4a69-8a2a-d83032fb478b\",\n\t\t\"fallback_voicemail_timeout\": 10,\n\t\t\"off_days\": [],\n\t\t\"periods\": [\n\t\t\t{\n\t\t\t\t\"day\": \"monday\",\n\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\"voicemail_id\": null\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"day\": \"tuesday\",\n\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": null,\n\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\"voicemail_id\": \"svm-c090277a-a4ea-4a69-8a2a-d83032fb478b\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"day\": \"wednesday\",\n\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\"voicemail_id\": null\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"day\": \"thursday\",\n\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\"voicemail_id\": null\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"day\": \"friday\",\n\t\t\t\t\"end_time\": \"18:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": \"rcp-e6a79b41-684f-466f-ada3-928786aebf3b\",\n\t\t\t\t\"start_time\": \"09:00\",\n\t\t\t\t\"voicemail_id\": null\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"day\": \"friday\",\n\t\t\t\t\"end_time\": \"22:00\",\n\t\t\t\t\"overflow_id\": null,\n\t\t\t\t\"recipient_id\": \"rcp-4b682349-f575-4cbe-bff6-8cf51598fa06\",\n\t\t\t\t\"start_time\": \"18:00\",\n\t\t\t\t\"voicemail_id\": null\n\t\t\t}\n\t\t],\n\t\t\"network\": null,\n\t\t\"title\": \"Calendrier de redirection - Immo Paris\",\n\t\t\"type\": \"redirection\"\n\t},\n\t\"meta\": {\n\t\t\"apiKey\": {\n\t\t\t\"id\": \"key-d464804c-61a5-494b-a2ce-db765f5691c2\",\n\t\t\t\"created_at\": \"2023-07-25 12:00:00\",\n\t\t\t\"expiration\": null,\n\t\t\t\"level\": \"account\",\n\t\t\t\"name\": \"My account\"\n\t\t},\n\t\t\"total\": 1\n\t}\n}\n",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "apikey",
        "apikey": [
            {
                "key": "in",
                "value": "header",
                "type": "string"
            },
            {
                "key": "key",
                "value": "x-api-key",
                "type": "string"
            }
        ]
    }
}