{"item":[{"name":"bundles","item":[{"id":"3163d9c7-b622-442b-a176-4f186e6102e0","name":"Bundles","description":{"content":"The bundles endpoint allows you to create and manage bundles of account resources.","type":"text/plain"},"item":[{"id":"7f909d6e-ba7b-4c73-8fab-4ba1704a472a","name":"Create bundle for project","request":{"name":"Create bundle for project","description":{"content":"\n    Creates a new bundle of resources based on the input work order.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","bundles"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"region\": \"<string>\",\n  \"name\": \"<string>\",\n  \"subproject\": {\n    \"name\": \"<string>\",\n    \"labels\": {\n      \"key_0\": \"<string>\"\n    }\n  },\n  \"smsApp\": {\n    \"name\": \"<string>\"\n  },\n  \"convApp\": {\n    \"name\": \"<string>\",\n    \"webhooks\": [\n      {\n        \"target\": \"<string>\",\n        \"triggers\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"secret\": \"<string>\",\n        \"targetType\": \"GRPC\"\n      },\n      {\n        \"target\": \"<string>\",\n        \"triggers\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"secret\": \"<string>\",\n        \"targetType\": \"GRPC\"\n      }\n    ],\n    \"processingMode\": \"DISPATCH\",\n    \"retentionPolicy\": {\n      \"retentionPolicyType\": \"MESSAGE_EXPIRE_POLICY\",\n      \"ttl\": 180\n    },\n    \"consentManagerSettings\": {\n      \"mode\": \"<string>\"\n    }\n  },\n  \"webhooks\": [\n    {\n      \"target\": \"<url>\",\n      \"secret\": \"<string>\",\n      \"triggers\": [\n        \"<string>\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"9edf565b-aa99-4bf9-980f-94b3f03915a7","name":"Responds with the bundle created. At time of response the bundle might not be completed. To receive the complete payload register a webhook for the `BUNDLE_DONE` trigger.","originalRequest":{"url":{"path":["v1","projects",":projectId","bundles"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"Small bundle example\",\n  \"region\": \"US\",\n  \"subproject\": true,\n  \"smsApp\": true,\n  \"convApp\": {\n    \"name\": \"Conversation App Example\",\n    \"webhooks\": [\n      {\n        \"target\": \"https://webhook.site/d614d077-302a-4e0b-a06a-276923f7d8d4\",\n        \"secret\": \"secret\",\n        \"triggers\": [\n          \"MESSAGE_DELIVERY\"\n        ]\n      }\n    ],\n    \"processingMode\": \"DISPATCH\",\n    \"retentionPolicy\": {\n      \"retentionPolicyType\": \"MESSAGE_EXPIRE_POLICY\",\n      \"ttl\": 7\n    },\n    \"consentManagerSettings\": {\n      \"mode\": \"PRIMARY\"\n    }\n  },\n  \"webhooks\": [\n    {\n      \"target\": \"https://webhook.site/d614d077-302a-4e0b-a06a-276923f7d8d4\",\n      \"secret\": \"secret\",\n      \"triggers\": [\n        \"BUNDLE_DONE\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"62a02dd40000000000000000\",\n  \"projectId\": \"ea026751-3edf-40a9-ad93-1b382bd60a78\",\n  \"name\": \"Sample response\",\n  \"region\": \"US\",\n  \"subproject\": {\n    \"id\": \"ea026751-3edf-40a9-ad93-1b382bd60a78\",\n    \"name\": \"Sample response\",\n    \"parentProjectId\": \"18bbdcc8-117d-42f0-85cc-e30462c49404\",\n    \"status\": \"PENDING\"\n  },\n  \"smsApp\": {\n    \"id\": \"54e5eb6cae6242c88c132c8da8bb1072\",\n    \"smsServiceId\": \"d84b09da00fb4b76ff63f2fcea8d46c7\",\n    \"name\": \"Sample response\",\n    \"status\": \"PENDING_ADD\",\n    \"regions\": [\n      \"US\"\n    ]\n  },\n  \"convApp\": {\n    \"id\": \"31c12b1042d14b37ae96df96bb13575b\",\n    \"name\": \"Sample response\",\n    \"processingMode\": \"CONVERSATION\"\n  },\n  \"webhooks\": [\n    {\n      \"id\": \"7c60ce550f1d40198d5ffb113d58591b\",\n      \"projectId\": \"ea026751-3edf-40a9-ad93-1b382bd60a78\",\n      \"target\": \"https://webhook.site/d614d077-302a-4e0b-a06a-276923f7d8d4\",\n      \"triggers\": [\n        \"BUNDLE_DONE\"\n      ]\n    }\n  ],\n  \"state\": \"IN_PROGRESS\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8a9edd7f-2975-40c8-bde1-aef29eb98e37","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","bundles"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"Small bundle example\",\n  \"region\": \"US\",\n  \"subproject\": true,\n  \"smsApp\": true,\n  \"convApp\": {\n    \"name\": \"Conversation App Example\",\n    \"webhooks\": [\n      {\n        \"target\": \"https://webhook.site/d614d077-302a-4e0b-a06a-276923f7d8d4\",\n        \"secret\": \"secret\",\n        \"triggers\": [\n          \"MESSAGE_DELIVERY\"\n        ]\n      }\n    ],\n    \"processingMode\": \"DISPATCH\",\n    \"retentionPolicy\": {\n      \"retentionPolicyType\": \"MESSAGE_EXPIRE_POLICY\",\n      \"ttl\": 7\n    },\n    \"consentManagerSettings\": {\n      \"mode\": \"PRIMARY\"\n    }\n  },\n  \"webhooks\": [\n    {\n      \"target\": \"https://webhook.site/d614d077-302a-4e0b-a06a-276923f7d8d4\",\n      \"secret\": \"secret\",\n      \"triggers\": [\n        \"BUNDLE_DONE\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_input\",\n  \"message\": \"Invalid input.\",\n  \"resolution\": \"Correct the validation errors and submit again.\",\n  \"additionalInformation\": {\n    \"validationErrors\": [\n      \"subproject must be boolean or object\"\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2b1c5496-9a92-4fd8-95fb-7e8bffb4ba34","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","bundles"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"Small bundle example\",\n  \"region\": \"US\",\n  \"subproject\": true,\n  \"smsApp\": true,\n  \"convApp\": {\n    \"name\": \"Conversation App Example\",\n    \"webhooks\": [\n      {\n        \"target\": \"https://webhook.site/d614d077-302a-4e0b-a06a-276923f7d8d4\",\n        \"secret\": \"secret\",\n        \"triggers\": [\n          \"MESSAGE_DELIVERY\"\n        ]\n      }\n    ],\n    \"processingMode\": \"DISPATCH\",\n    \"retentionPolicy\": {\n      \"retentionPolicyType\": \"MESSAGE_EXPIRE_POLICY\",\n      \"ttl\": 7\n    },\n    \"consentManagerSettings\": {\n      \"mode\": \"PRIMARY\"\n    }\n  },\n  \"webhooks\": [\n    {\n      \"target\": \"https://webhook.site/d614d077-302a-4e0b-a06a-276923f7d8d4\",\n      \"secret\": \"secret\",\n      \"triggers\": [\n        \"BUNDLE_DONE\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"64c51592-dbaa-4879-a8c0-c70ce581d801","name":"Forbidden","originalRequest":{"url":{"path":["v1","projects",":projectId","bundles"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"Small bundle example\",\n  \"region\": \"US\",\n  \"subproject\": true,\n  \"smsApp\": true,\n  \"convApp\": {\n    \"name\": \"Conversation App Example\",\n    \"webhooks\": [\n      {\n        \"target\": \"https://webhook.site/d614d077-302a-4e0b-a06a-276923f7d8d4\",\n        \"secret\": \"secret\",\n        \"triggers\": [\n          \"MESSAGE_DELIVERY\"\n        ]\n      }\n    ],\n    \"processingMode\": \"DISPATCH\",\n    \"retentionPolicy\": {\n      \"retentionPolicyType\": \"MESSAGE_EXPIRE_POLICY\",\n      \"ttl\": 7\n    },\n    \"consentManagerSettings\": {\n      \"mode\": \"PRIMARY\"\n    }\n  },\n  \"webhooks\": [\n    {\n      \"target\": \"https://webhook.site/d614d077-302a-4e0b-a06a-276923f7d8d4\",\n      \"secret\": \"secret\",\n      \"triggers\": [\n        \"BUNDLE_DONE\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"forbidden_payload\",\n  \"message\": \"Forbidden payload.\",\n  \"resolution\": \"Please ensure that you have permission to use that payload.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"91e72a0d-0827-414c-84f2-7316a3f0e9f0","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","bundles"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"Small bundle example\",\n  \"region\": \"US\",\n  \"subproject\": true,\n  \"smsApp\": true,\n  \"convApp\": {\n    \"name\": \"Conversation App Example\",\n    \"webhooks\": [\n      {\n        \"target\": \"https://webhook.site/d614d077-302a-4e0b-a06a-276923f7d8d4\",\n        \"secret\": \"secret\",\n        \"triggers\": [\n          \"MESSAGE_DELIVERY\"\n        ]\n      }\n    ],\n    \"processingMode\": \"DISPATCH\",\n    \"retentionPolicy\": {\n      \"retentionPolicyType\": \"MESSAGE_EXPIRE_POLICY\",\n      \"ttl\": 7\n    },\n    \"consentManagerSettings\": {\n      \"mode\": \"PRIMARY\"\n    }\n  },\n  \"webhooks\": [\n    {\n      \"target\": \"https://webhook.site/d614d077-302a-4e0b-a06a-276923f7d8d4\",\n      \"secret\": \"secret\",\n      \"triggers\": [\n        \"BUNDLE_DONE\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"conversation_app_not_found\",\n  \"message\": \"Conversation App not found.\",\n  \"resolution\": \"Verify that the appId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f174701e-28c8-40ac-acf5-c35e75480a5b","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","bundles"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"Small bundle example\",\n  \"region\": \"US\",\n  \"subproject\": true,\n  \"smsApp\": true,\n  \"convApp\": {\n    \"name\": \"Conversation App Example\",\n    \"webhooks\": [\n      {\n        \"target\": \"https://webhook.site/d614d077-302a-4e0b-a06a-276923f7d8d4\",\n        \"secret\": \"secret\",\n        \"triggers\": [\n          \"MESSAGE_DELIVERY\"\n        ]\n      }\n    ],\n    \"processingMode\": \"DISPATCH\",\n    \"retentionPolicy\": {\n      \"retentionPolicyType\": \"MESSAGE_EXPIRE_POLICY\",\n      \"ttl\": 7\n    },\n    \"consentManagerSettings\": {\n      \"mode\": \"PRIMARY\"\n    }\n  },\n  \"webhooks\": [\n    {\n      \"target\": \"https://webhook.site/d614d077-302a-4e0b-a06a-276923f7d8d4\",\n      \"secret\": \"secret\",\n      \"triggers\": [\n        \"BUNDLE_DONE\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"webhook_exists\",\n  \"message\": \"Webhook with the provided target already exists.\",\n  \"resolution\": \"Webhooks must have a unique target. Change the target and submit again.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0fa91368-5f4d-4c10-b3c7-b66d971aca2c","name":"FailedDependency","originalRequest":{"url":{"path":["v1","projects",":projectId","bundles"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"Small bundle example\",\n  \"region\": \"US\",\n  \"subproject\": true,\n  \"smsApp\": true,\n  \"convApp\": {\n    \"name\": \"Conversation App Example\",\n    \"webhooks\": [\n      {\n        \"target\": \"https://webhook.site/d614d077-302a-4e0b-a06a-276923f7d8d4\",\n        \"secret\": \"secret\",\n        \"triggers\": [\n          \"MESSAGE_DELIVERY\"\n        ]\n      }\n    ],\n    \"processingMode\": \"DISPATCH\",\n    \"retentionPolicy\": {\n      \"retentionPolicyType\": \"MESSAGE_EXPIRE_POLICY\",\n      \"ttl\": 7\n    },\n    \"consentManagerSettings\": {\n      \"mode\": \"PRIMARY\"\n    }\n  },\n  \"webhooks\": [\n    {\n      \"target\": \"https://webhook.site/d614d077-302a-4e0b-a06a-276923f7d8d4\",\n      \"secret\": \"secret\",\n      \"triggers\": [\n        \"BUNDLE_DONE\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Failed Dependency (WebDAV) (RFC 4918)","code":424,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"webhook_limit_reached\",\n  \"message\": \"Number of webhooks has reached the limit.\",\n  \"resolution\": \"Delete some webhooks to be able to add more.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"15f6f627-a6f6-4586-bdf0-59f386d3619d","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","bundles"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"Small bundle example\",\n  \"region\": \"US\",\n  \"subproject\": true,\n  \"smsApp\": true,\n  \"convApp\": {\n    \"name\": \"Conversation App Example\",\n    \"webhooks\": [\n      {\n        \"target\": \"https://webhook.site/d614d077-302a-4e0b-a06a-276923f7d8d4\",\n        \"secret\": \"secret\",\n        \"triggers\": [\n          \"MESSAGE_DELIVERY\"\n        ]\n      }\n    ],\n    \"processingMode\": \"DISPATCH\",\n    \"retentionPolicy\": {\n      \"retentionPolicyType\": \"MESSAGE_EXPIRE_POLICY\",\n      \"ttl\": 7\n    },\n    \"consentManagerSettings\": {\n      \"mode\": \"PRIMARY\"\n    }\n  },\n  \"webhooks\": [\n    {\n      \"target\": \"https://webhook.site/d614d077-302a-4e0b-a06a-276923f7d8d4\",\n      \"secret\": \"secret\",\n      \"triggers\": [\n        \"BUNDLE_DONE\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"failed_to_create_subproject\",\n  \"message\": \"Failed to create subproject.\",\n  \"resolution\": \"Please try again.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ff886bae-5ef8-471b-ad5b-f0b51b197a85","name":"Get bundle by projectId and bundleId","request":{"name":"Get bundle by projectId and bundleId","description":{"content":"\n    Retrieve created bundle and resources created.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","bundles","{{bundleId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"bundleId","description":"(Required) The unique ID of the bundle."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"131ab74d-2ffa-47bb-a1e7-686037e17782","name":"Responds with the bundle created. At time of response the bundle might not be completed.","originalRequest":{"url":{"path":["v1","projects",":projectId","bundles",":bundleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"bundleId","description":"(Required) The unique ID of the bundle."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"62a02dd40000000000000000\",\n  \"projectId\": \"ea026751-3edf-40a9-ad93-1b382bd60a78\",\n  \"name\": \"Sample response\",\n  \"region\": \"US\",\n  \"subproject\": {\n    \"id\": \"ea026751-3edf-40a9-ad93-1b382bd60a78\",\n    \"name\": \"Sample response\",\n    \"parentProjectId\": \"18bbdcc8-117d-42f0-85cc-e30462c49404\",\n    \"status\": \"PENDING\"\n  },\n  \"smsApp\": {\n    \"id\": \"54e5eb6cae6242c88c132c8da8bb1072\",\n    \"smsServiceId\": \"d84b09da00fb4b76ff63f2fcea8d46c7\",\n    \"name\": \"Sample response\",\n    \"status\": \"PENDING_ADD\",\n    \"regions\": [\n      \"US\"\n    ]\n  },\n  \"convApp\": {\n    \"id\": \"31c12b1042d14b37ae96df96bb13575b\",\n    \"name\": \"Sample response\",\n    \"processingMode\": \"CONVERSATION\"\n  },\n  \"webhooks\": [\n    {\n      \"id\": \"7c60ce550f1d40198d5ffb113d58591b\",\n      \"projectId\": \"ea026751-3edf-40a9-ad93-1b382bd60a78\",\n      \"target\": \"https://webhook.site/d614d077-302a-4e0b-a06a-276923f7d8d4\",\n      \"triggers\": [\n        \"BUNDLE_DONE\"\n      ]\n    }\n  ],\n  \"state\": \"IN_PROGRESS\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"54cbf1fc-0214-414e-9ee6-da363824163c","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","bundles",":bundleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"bundleId","description":"(Required) The unique ID of the bundle."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_id_format\",\n  \"message\": \"Id is not in the expected format.\",\n  \"resolution\": \"bundleId param is in the wrong format. Confirm that you're sending the correct value.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6588a16c-dcd6-4741-8adb-69a0f7c83351","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","bundles",":bundleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"bundleId","description":"(Required) The unique ID of the bundle."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"845d589f-2670-4fec-b1b0-0b4ab8c98e8a","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","bundles",":bundleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"bundleId","description":"(Required) The unique ID of the bundle."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"bundle_not_found\",\n  \"message\": \"Bundle not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"585743ef-1e4f-40f2-9951-70e4355568eb","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","bundles",":bundleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"bundleId","description":"(Required) The unique ID of the bundle."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}]},{"name":"conversation","item":[{"id":"00824db4-6667-49e9-a15a-83e283438228","name":"Conversation","description":{"content":"The Conversation endpoints allows you to retrieve information about channels used with Conversation API.","type":"text/plain"},"item":[{"id":"349674a1-e829-4d82-adc7-ade0d2541f26","name":"Get Instagram channel information","request":{"name":"Get Instagram channel information","description":{"content":"\n      Returns the information for an Instagram channel linked to a Conversation API App.\n      ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","conversation","apps","{{conversationAppId}}","instagram"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"conversationAppId","description":"(Required) The unique ID of the app. You can find this on the <a href=\"https://dashboard.sinch.com/convapi/apps\">Sinch Dashboard</a>."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"4b41a819-ff75-4024-b756-f12d132edc88","name":"Instagram information.","originalRequest":{"url":{"path":["v1","projects",":projectId","conversation","apps",":conversationAppId","instagram"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"conversationAppId","description":"(Required) The unique ID of the app. You can find this on the <a href=\"https://dashboard.sinch.com/convapi/apps\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"1234567890\",\n  \"username\": \"Sinch\",\n  \"status\": \"ACTIVE\",\n  \"followersCount\": 1,\n  \"followsCount\": 3,\n  \"mediaCount\": 0\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7ec5842c-dd0a-4df4-bc8d-5f82e9d590ce","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","conversation","apps",":conversationAppId","instagram"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"conversationAppId","description":"(Required) The unique ID of the app. You can find this on the <a href=\"https://dashboard.sinch.com/convapi/apps\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"conversation_app_id_invalid\",\n  \"message\": \"Conversation app id not valid.\",\n  \"resolution\": \"Verify the id is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1e99a75b-4a4b-4121-b645-5ac1dbd84910","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","conversation","apps",":conversationAppId","instagram"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"conversationAppId","description":"(Required) The unique ID of the app. You can find this on the <a href=\"https://dashboard.sinch.com/convapi/apps\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5b9edf8e-7029-47c8-89f2-3b9b4cea7164","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","conversation","apps",":conversationAppId","instagram"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"conversationAppId","description":"(Required) The unique ID of the app. You can find this on the <a href=\"https://dashboard.sinch.com/convapi/apps\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"conversation_app_not_found\",\n  \"message\": \"Conversation app not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0dbb48fc-63b3-46e1-9ffb-ee32a818989f","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","conversation","apps",":conversationAppId","instagram"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"conversationAppId","description":"(Required) The unique ID of the app. You can find this on the <a href=\"https://dashboard.sinch.com/convapi/apps\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"facebook_api_error\",\n  \"message\": \"Facebook API returned error.\",\n  \"resolution\": \"Please try again later.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d56b51ee-8a74-4b6f-a993-06096fcf8b6d","name":"Get Facebook Messenger channel information","request":{"name":"Get Facebook Messenger channel information","description":{"content":"\n    Returns the information for a Facebook Messenger channel linked to a Conversation API App.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","conversation","apps","{{conversationAppId}}","messenger"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"conversationAppId","description":"(Required) The unique ID of the app. You can find this on the <a href=\"https://dashboard.sinch.com/convapi/apps\">Sinch Dashboard</a>."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"a0cd5090-46ea-418c-b764-a6163c47690e","name":"Facebook Messenger information.","originalRequest":{"url":{"path":["v1","projects",":projectId","conversation","apps",":conversationAppId","messenger"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"conversationAppId","description":"(Required) The unique ID of the app. You can find this on the <a href=\"https://dashboard.sinch.com/convapi/apps\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"UNRECOGNIZED\",\n  \"statusDescription\": \"string\",\n  \"id\": \"string\",\n  \"name\": \"string\",\n  \"globalBrandPageName\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"67ab2ec6-97de-4c10-968f-275867dfc8da","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","conversation","apps",":conversationAppId","messenger"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"conversationAppId","description":"(Required) The unique ID of the app. You can find this on the <a href=\"https://dashboard.sinch.com/convapi/apps\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"conversation_app_id_invalid\",\n  \"message\": \"Conversation app id not valid.\",\n  \"resolution\": \"Verify the id is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6fb9c0e0-57a1-4eb8-998f-f7e8d8a85b00","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","conversation","apps",":conversationAppId","messenger"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"conversationAppId","description":"(Required) The unique ID of the app. You can find this on the <a href=\"https://dashboard.sinch.com/convapi/apps\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"825431c5-78f7-4bea-a556-510a3de97939","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","conversation","apps",":conversationAppId","messenger"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"conversationAppId","description":"(Required) The unique ID of the app. You can find this on the <a href=\"https://dashboard.sinch.com/convapi/apps\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"conversation_app_not_found\",\n  \"message\": \"Conversation app not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0832a648-f425-4896-bd9c-b397eb9b45e5","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","conversation","apps",":conversationAppId","messenger"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"conversationAppId","description":"(Required) The unique ID of the app. You can find this on the <a href=\"https://dashboard.sinch.com/convapi/apps\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"facebook_api_error\",\n  \"message\": \"Facebook API returned error.\",\n  \"resolution\": \"Please try again later.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"dada32ca-efd3-44dc-8640-c1e749508a7d","name":"Get Telegram Bot channel information","request":{"name":"Get Telegram Bot channel information","description":{"content":"\n    Returns the information for a Telegram Bot channel linked to a Conversation API App.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","conversation","apps","{{conversationAppId}}","telegram"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"conversationAppId","description":"(Required) The unique ID of the app. You can find this on the <a href=\"https://dashboard.sinch.com/convapi/apps\">Sinch Dashboard</a>."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"99fdfcb4-1572-42ea-b55b-719f823529f5","name":"Telegram Bot information.","originalRequest":{"url":{"path":["v1","projects",":projectId","conversation","apps",":conversationAppId","telegram"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"conversationAppId","description":"(Required) The unique ID of the app. You can find this on the <a href=\"https://dashboard.sinch.com/convapi/apps\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"ACTIVE\",\n  \"name\": \"Sinch\",\n  \"username\": \"sinch_bot\",\n  \"canJoinGroups\": true,\n  \"canReadAllGroupMessages\": false,\n  \"supportsInlineQueries\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5d5a3236-d6cf-4135-9f40-f766544719bf","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","conversation","apps",":conversationAppId","telegram"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"conversationAppId","description":"(Required) The unique ID of the app. You can find this on the <a href=\"https://dashboard.sinch.com/convapi/apps\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"conversation_app_id_invalid\",\n  \"message\": \"Conversation app id not valid.\",\n  \"resolution\": \"Verify the id is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a846e536-fb19-47cb-8601-67ba3c0118f3","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","conversation","apps",":conversationAppId","telegram"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"conversationAppId","description":"(Required) The unique ID of the app. You can find this on the <a href=\"https://dashboard.sinch.com/convapi/apps\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cfd3dff2-8322-43c9-b73e-c91d7272ef2a","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","conversation","apps",":conversationAppId","telegram"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"conversationAppId","description":"(Required) The unique ID of the app. You can find this on the <a href=\"https://dashboard.sinch.com/convapi/apps\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"conversation_app_not_found\",\n  \"message\": \"Conversation app not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e674758f-f71f-4991-9959-6abe6e6df555","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","conversation","apps",":conversationAppId","telegram"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"conversationAppId","description":"(Required) The unique ID of the app. You can find this on the <a href=\"https://dashboard.sinch.com/convapi/apps\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"telegram_api_error\",\n  \"message\": \"Telegram API returned error: 400, description: Bad Request: PHOTO_CROP_SIZE_SMALL.\",\n  \"resolution\": \"Please try again later.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1f18d2c7-ec17-4f10-8ae6-a18016c072ce","name":"Get Viber Bot channel information","request":{"name":"Get Viber Bot channel information","description":{"content":"\n    Returns the information for a Viber Bot channel linked to a Conversation API App.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","conversation","apps","{{conversationAppId}}","viber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"conversationAppId","description":"(Required) The unique ID of the app. You can find this on the <a href=\"https://dashboard.sinch.com/convapi/apps\">Sinch Dashboard</a>."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"bd28c99c-f6dc-428f-b8e2-2f71ca58aae8","name":"Viber Bot information.","originalRequest":{"url":{"path":["v1","projects",":projectId","conversation","apps",":conversationAppId","viber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"conversationAppId","description":"(Required) The unique ID of the app. You can find this on the <a href=\"https://dashboard.sinch.com/convapi/apps\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"PENDING\",\n  \"statusDescription\": \"string\",\n  \"id\": \"string\",\n  \"name\": \"string\",\n  \"uri\": \"string\",\n  \"icon\": \"string\",\n  \"category\": \"string\",\n  \"subcategory\": \"string\",\n  \"location\": {\n    \"lon\": 3986.7023322473383,\n    \"lat\": 2282.6567256492413\n  },\n  \"country\": \"string\",\n  \"subscribersCount\": 1775.9362206529715\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1915bb84-acda-470d-8479-89ee0ab7d8c4","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","conversation","apps",":conversationAppId","viber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"conversationAppId","description":"(Required) The unique ID of the app. You can find this on the <a href=\"https://dashboard.sinch.com/convapi/apps\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ad08e014-ae9c-4a27-b944-a6266b7294f2","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","conversation","apps",":conversationAppId","viber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"conversationAppId","description":"(Required) The unique ID of the app. You can find this on the <a href=\"https://dashboard.sinch.com/convapi/apps\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"conversation_app_not_found\",\n  \"message\": \"Conversation app not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"298a398b-f2a8-4073-9c73-ad44a9cdc73d","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","conversation","apps",":conversationAppId","viber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"conversationAppId","description":"(Required) The unique ID of the app. You can find this on the <a href=\"https://dashboard.sinch.com/convapi/apps\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"viber_api_error\",\n  \"message\": \"Viber API returned error.\",\n  \"resolution\": \"Please try again later.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}]},{"name":"kakaotalk","item":[{"id":"f1aa2110-f3ba-48a9-9f47-65c0a43e0e9c","name":"KakaoTalk Categories","description":{"content":"The KakaoTalk categories endpoint offers a way for you to manage all of the KakaoTalk template categories that you can use with the Conversation API.","type":"text/plain"},"item":[{"id":"36da04a9-34d1-4fd9-83e4-e515ba74eb0f","name":"List all sender categories.","request":{"name":"List all sender categories.","description":{"content":"\n    Returns a list of sender categories.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","kakaotalk","categories","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"f4877244-39ef-44d9-a85b-631113d668ad","name":"List of sender categories.","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","categories","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"categories\": [\n    {\n      \"parentCode\": \"\",\n      \"depth\": 1,\n      \"code\": \"001\",\n      \"name\": \"건강\",\n      \"subcategories\": [\n        {\n          \"parentCode\": \"001\",\n          \"depth\": 2,\n          \"code\": \"0001\",\n          \"name\": \"병원\",\n          \"subcategories\": [\n            {\n              \"parentCode\": \"0001\",\n              \"depth\": 3,\n              \"code\": \"0001\",\n              \"name\": \"종합병원\",\n              \"subcategories\": []\n            },\n            {\n              \"parentCode\": \"0001\",\n              \"depth\": 3,\n              \"code\": \"0002\",\n              \"name\": \"피부과\",\n              \"subcategories\": []\n            },\n            {\n              \"parentCode\": \"0001\",\n              \"depth\": 3,\n              \"code\": \"0003\",\n              \"name\": \"성형외과\",\n              \"subcategories\": []\n            }\n          ]\n        },\n        {\n          \"parentCode\": \"001\",\n          \"depth\": 2,\n          \"code\": \"0002\",\n          \"name\": \"약국\",\n          \"subcategories\": [\n            {\n              \"parentCode\": \"0002\",\n              \"depth\": 3,\n              \"code\": \"0001\",\n              \"name\": \"약국\",\n              \"subcategories\": []\n            }\n          ]\n        },\n        {\n          \"parentCode\": \"001\",\n          \"depth\": 2,\n          \"code\": \"0003\",\n          \"name\": \"의료기기/의약품\",\n          \"subcategories\": [\n            {\n              \"parentCode\": \"0003\",\n              \"depth\": 3,\n              \"code\": \"0001\",\n              \"name\": \"의료기기/의약품\",\n              \"subcategories\": []\n            }\n          ]\n        },\n        {\n          \"parentCode\": \"001\",\n          \"depth\": 2,\n          \"code\": \"0004\",\n          \"name\": \"건강식품/건강정보\",\n          \"subcategories\": [\n            {\n              \"parentCode\": \"0004\",\n              \"depth\": 3,\n              \"code\": \"0001\",\n              \"name\": \"건강식품/건강정보\",\n              \"subcategories\": []\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"parentCode\": \"\",\n      \"depth\": 1,\n      \"code\": \"002\",\n      \"name\": \"교육\",\n      \"subcategories\": [\n        {\n          \"parentCode\": \"002\",\n          \"depth\": 2,\n          \"code\": \"0001\",\n          \"name\": \"학교\",\n          \"subcategories\": [\n            {\n              \"parentCode\": \"0001\",\n              \"depth\": 3,\n              \"code\": \"0001\",\n              \"name\": \"유치원\",\n              \"subcategories\": []\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"63864e7e-a190-4eae-828c-29f397772bd4","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","categories","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for KakaoTalk.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for KakaoTalk.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b6f768bc-3937-41d9-8298-45bbeea47e05","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","categories","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"44614436-e23c-4440-8b0e-cc29824a2b81","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","categories","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a86176c0-03cd-4376-9e26-93d135f255e6","name":"List all template categories in project","request":{"name":"List all template categories in project","description":{"content":"\n    Returns a list of template categories for the specified project.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","kakaotalk","categories","senders","{{plusFriendId}}","templates"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"pageSize","value":"<number>","description":"The page size requested."},{"disabled":false,"key":"pageToken","value":"<string>","description":"The page token if retrieving the next page from a previous query."}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"e70f7d3d-f0ef-4c51-be4f-ee76e7b7356a","name":"List of template categories","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","categories","senders",":plusFriendId","templates"],"host":["{{baseUrl}}"],"query":[{"key":"pageSize","value":"<number>"},{"key":"pageToken","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"totalSize\": 2,\n  \"pageSize\": 50,\n  \"categories\": [\n    {\n      \"name\": \"회원\",\n      \"nameEnglish\": \"Membership\",\n      \"subcategories\": [\n        {\n          \"code\": \"001001\",\n          \"name\": \"회원가입\",\n          \"nameEnglish\": \"Join membership\",\n          \"groupName\": \"회원\",\n          \"inclusion\": \"회원가입 완료 내용의 템플릿이 대상입니다. 가입에 따른 축하적립금/쿠폰을 포함합니다.\",\n          \"exclusion\": \"상품/서비스가입은 구매 > 상품가입 (002002)로 분류합니다.\"\n        },\n        {\n          \"code\": \"001002\",\n          \"name\": \"인증/비밀번호/로그인\",\n          \"nameEnglish\": \"Authentication/Password/Login\",\n          \"groupName\": \"회원\",\n          \"inclusion\": \"OTP, 로그인여부, 임시비밀번호, 본인확인 용도의 템플릿이 대상입니다.\",\n          \"exclusion\": \"\"\n        },\n        {\n          \"code\": \"001003\",\n          \"name\": \"회원정보/회원혜택\",\n          \"nameEnglish\": \"Membership information/Member ship benefits\",\n          \"groupName\": \"회원\",\n          \"inclusion\": \"회원등급안내, 혜택안내, 생일/기념일 축하 동의 템플릿이 대상입니다.\",\n          \"exclusion\": \"\"\n        }\n      ]\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a266f735-b2f3-4091-90b3-2d053e45a612","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","categories","senders",":plusFriendId","templates"],"host":["{{baseUrl}}"],"query":[{"key":"pageSize","value":"<number>"},{"key":"pageToken","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for KakaoTalk.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for KakaoTalk.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3e62bbb5-6b25-44eb-8f7e-f6d8953c26d0","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","categories","senders",":plusFriendId","templates"],"host":["{{baseUrl}}"],"query":[{"key":"pageSize","value":"<number>"},{"key":"pageToken","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f95d8ac0-e695-4c5a-a7b9-b8e3f5d608c8","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","categories","senders",":plusFriendId","templates"],"host":["{{baseUrl}}"],"query":[{"key":"pageSize","value":"<number>"},{"key":"pageToken","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"970963e3-d9f4-454b-959d-d24b1713739b","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","categories","senders",":plusFriendId","templates"],"host":["{{baseUrl}}"],"query":[{"key":"pageSize","value":"<number>"},{"key":"pageToken","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"aac92dbf-7345-4ac8-be85-61e411c55a90","name":"KakaoTalk Senders","description":{"content":"The KakaoTalk sender endpoint offers a way for you to manage your KakaoTalk senders that can be used with the Conversation API.","type":"text/plain"},"item":[{"id":"d5dc35db-be96-4082-9fda-dc05aa7aaa57","name":"List all senders in project","request":{"name":"List all senders in project","description":{"content":"\n    Returns a paginated list of senders for the specified project. If no page token is supplied then the first `50` will be returned.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","kakaotalk","senders"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"pageToken","value":"<string>","description":"The page token if retrieving the next page from a previous query."},{"disabled":false,"key":"pageSize","value":"<number>","description":"The page size requested."},{"disabled":false,"key":"filterStates","value":"<string>","description":"Optionally query for sender by states."},{"disabled":false,"key":"filterStates","value":"<string>","description":"Optionally query for sender by states."},{"disabled":false,"key":"filterStatuses","value":"<string>","description":"Optionally query for sender by statuses."},{"disabled":false,"key":"filterStatuses","value":"<string>","description":"Optionally query for sender by statuses."}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"aa3be197-b164-4f40-8ed0-78e9a7ea7528","name":"List of senders","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"filterStatuses","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"totalSize\": 2,\n  \"pageSize\": 50,\n  \"senders\": [\n    {\n      \"id\": \"cf11794a-6a5e-4a12-b103-da79bd378bf1\",\n      \"plusFriendId\": \"5WY5zKfY3pB56EmDVUPQ\",\n      \"state\": \"ACTIVE\",\n      \"details\": {\n        \"adminPhoneNo\": \"+48777777777\",\n        \"name\": \"Test Name\",\n        \"logoImage\": \"https://example-logo-image.com\",\n        \"topLevelCategoryCode\": \"019\",\n        \"midLevelCategoryCode\": \"0006\",\n        \"subLevelCategoryCode\": \"0001\"\n      },\n      \"created\": \"2023-02-23T11:28:51.194Z\",\n      \"modified\": \"2023-02-23T11:28:51.194Z\"\n    },\n    {\n      \"id\": \"cf11794a-6a5e-4a12-b103-da79bd378bf1\",\n      \"plusFriendId\": \"5WY5zKfY3pB56EmDVUPQ\",\n      \"changes\": {\n        \"status\": \"REJECTED\",\n        \"details\": {\n          \"adminPhoneNo\": \"+48777777777\",\n          \"name\": \"Test Name\",\n          \"logoImage\": \"https://example-logo-image.com\",\n          \"topLevelCategoryCode\": \"019\",\n          \"midLevelCategoryCode\": \"0006\",\n          \"subLevelCategoryCode\": \"0001\"\n        }\n      },\n      \"created\": \"2023-02-23T11:28:51.194Z\",\n      \"modified\": \"2023-02-23T11:28:51.194Z\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f833c0e3-91da-4cc9-8542-247629970280","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"filterStatuses","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_page_token\",\n  \"message\": \"Invalid page token.\",\n  \"resolution\": \"The page token to use is provided in the previous query response, for new queries simply leave this field undefined.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d8a62288-56f9-416a-a23a-0cb7818c3bd1","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"filterStatuses","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"34af9b33-79d4-4357-a8d1-f31f528a01fc","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"filterStatuses","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9ff53a5f-698c-4d1e-8d44-46d8b937b316","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"filterStatuses","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a415acad-ba1a-4283-b3e2-91d484491baf","name":"Create sender for project","request":{"name":"Create sender for project","description":{"content":"\n        Creates a sender for a project.\n        ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","kakaotalk","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"plusFriendId\": \"<string>\",\n  \"details\": {\n    \"adminPhoneNo\": \"<phone number>\",\n    \"name\": \"<string>\",\n    \"topLevelCategoryCode\": \"<string>\",\n    \"midLevelCategoryCode\": \"<string>\",\n    \"subLevelCategoryCode\": \"<string>\",\n    \"logoImage\": \"<url>\"\n  },\n  \"status\": \"SUBMIT\",\n  \"saveDraftOnFailure\": false\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"272d8cab-0da7-4f52-8eee-a35251affd0a","name":"Sender","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"plusFriendId\": \"plusFriendId\",\n  \"status\": \"SUBMIT\",\n  \"saveDraftOnFailure\": true,\n  \"details\": {\n    \"adminPhoneNo\": \"+48777777777\",\n    \"name\": \"Test Name\",\n    \"logoImage\": \"https://example-logo-image.com\",\n    \"topLevelCategoryCode\": \"019\",\n    \"midLevelCategoryCode\": \"0006\",\n    \"subLevelCategoryCode\": \"0001\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"cf11794a-6a5e-4a12-b103-da79bd378bf1\",\n  \"plusFriendId\": \"5WY5zKfY3pB56EmDVUPQ\",\n  \"changes\": {\n    \"status\": \"REJECTED\",\n    \"details\": {\n      \"adminPhoneNo\": \"+48777777777\",\n      \"name\": \"Test Name\",\n      \"logoImage\": \"https://example-logo-image.com\",\n      \"topLevelCategoryCode\": \"019\",\n      \"midLevelCategoryCode\": \"0006\",\n      \"subLevelCategoryCode\": \"0001\"\n    }\n  },\n  \"created\": \"2023-02-23T11:28:51.194Z\",\n  \"modified\": \"2023-02-23T11:28:51.194Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"41170848-d1ce-4371-9340-7c7a4150ccd0","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"plusFriendId\": \"plusFriendId\",\n  \"status\": \"SUBMIT\",\n  \"saveDraftOnFailure\": true,\n  \"details\": {\n    \"adminPhoneNo\": \"+48777777777\",\n    \"name\": \"Test Name\",\n    \"logoImage\": \"https://example-logo-image.com\",\n    \"topLevelCategoryCode\": \"019\",\n    \"midLevelCategoryCode\": \"0006\",\n    \"subLevelCategoryCode\": \"0001\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"file_invalid_mime_type\",\n  \"message\": \"details.logoImage: invalid file mime type.\",\n  \"resolution\": \"Try again with supported mime types: image/jpeg, image/png.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fa68289c-0bf5-4219-9e5f-d8641c4e69a1","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"plusFriendId\": \"plusFriendId\",\n  \"status\": \"SUBMIT\",\n  \"saveDraftOnFailure\": true,\n  \"details\": {\n    \"adminPhoneNo\": \"+48777777777\",\n    \"name\": \"Test Name\",\n    \"logoImage\": \"https://example-logo-image.com\",\n    \"topLevelCategoryCode\": \"019\",\n    \"midLevelCategoryCode\": \"0006\",\n    \"subLevelCategoryCode\": \"0001\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6d33b993-4ead-49b4-9ccb-af7fc0d0abf7","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"plusFriendId\": \"plusFriendId\",\n  \"status\": \"SUBMIT\",\n  \"saveDraftOnFailure\": true,\n  \"details\": {\n    \"adminPhoneNo\": \"+48777777777\",\n    \"name\": \"Test Name\",\n    \"logoImage\": \"https://example-logo-image.com\",\n    \"topLevelCategoryCode\": \"019\",\n    \"midLevelCategoryCode\": \"0006\",\n    \"subLevelCategoryCode\": \"0001\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_found\",\n  \"message\": \"Project not found.\",\n  \"resolution\": \"Verify that the projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8227f1a0-4ea3-4a43-9227-9d3b95cff8f9","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"plusFriendId\": \"plusFriendId\",\n  \"status\": \"SUBMIT\",\n  \"saveDraftOnFailure\": true,\n  \"details\": {\n    \"adminPhoneNo\": \"+48777777777\",\n    \"name\": \"Test Name\",\n    \"logoImage\": \"https://example-logo-image.com\",\n    \"topLevelCategoryCode\": \"019\",\n    \"midLevelCategoryCode\": \"0006\",\n    \"subLevelCategoryCode\": \"0001\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"account_exists\",\n  \"message\": \"Account already exists.\",\n  \"resolution\": \"There can only be one KakaoTalk account for each project.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8231d555-4f10-49a4-8fe7-404ef10e1346","name":"PreconditionFailed","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"plusFriendId\": \"plusFriendId\",\n  \"status\": \"SUBMIT\",\n  \"saveDraftOnFailure\": true,\n  \"details\": {\n    \"adminPhoneNo\": \"+48777777777\",\n    \"name\": \"Test Name\",\n    \"logoImage\": \"https://example-logo-image.com\",\n    \"topLevelCategoryCode\": \"019\",\n    \"midLevelCategoryCode\": \"0006\",\n    \"subLevelCategoryCode\": \"0001\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Precondition Failed","code":412,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"account_is_in_progress\",\n  \"message\": \"Account creation is in progress.\",\n  \"resolution\": \"Please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3e89f83f-94ff-4525-9084-beb096343c26","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"plusFriendId\": \"plusFriendId\",\n  \"status\": \"SUBMIT\",\n  \"saveDraftOnFailure\": true,\n  \"details\": {\n    \"adminPhoneNo\": \"+48777777777\",\n    \"name\": \"Test Name\",\n    \"logoImage\": \"https://example-logo-image.com\",\n    \"topLevelCategoryCode\": \"019\",\n    \"midLevelCategoryCode\": \"0006\",\n    \"subLevelCategoryCode\": \"0001\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"fd7d3bea-2025-4941-8a54-86ebd0f5b498","name":"Get sender for project","request":{"name":"Get sender for project","description":{"content":"\n    Returns a sender for a project.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","kakaotalk","senders","{{plusFriendId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"7cc916a3-305e-46a7-8b2f-5cc25df1c00a","name":"Sender","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"cf11794a-6a5e-4a12-b103-da79bd378bf1\",\n  \"plusFriendId\": \"5WY5zKfY3pB56EmDVUPQ\",\n  \"state\": \"ACTIVE\",\n  \"details\": {\n    \"adminPhoneNo\": \"+48777777777\",\n    \"name\": \"Test Name\",\n    \"logoImage\": \"https://example-logo-image.com\",\n    \"topLevelCategoryCode\": \"019\",\n    \"midLevelCategoryCode\": \"0006\",\n    \"subLevelCategoryCode\": \"0001\"\n  },\n  \"created\": \"2023-02-23T11:28:51.194Z\",\n  \"modified\": \"2023-02-23T11:28:51.194Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7ad91aad-7fb3-4d52-98d9-9b4f3242af2f","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for KakaoTalk.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for KakaoTalk.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"23d1786e-a22a-4601-89c4-a1daca696258","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"98196dc9-7c76-44f7-aa9b-b99c5623ec04","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b9722ad2-a6fd-4eb3-ba5f-438355187ddf","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6b9c1f62-e4df-4cfc-a8be-c69ccf98a817","name":"Delete sender for project","request":{"name":"Delete sender for project","description":{"content":"\n    Marks a sender for removal. Once requested the sender will be active for 60 days to deliver final messages. After 60 days it will be removed.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","kakaotalk","senders","{{plusFriendId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":null},"response":[{"id":"3ce590c5-5e15-46ed-b9e8-951583fe806e","name":"Sender marked for delete after 60 days.","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"c7403280-4289-4a01-8a5d-5d98ac074d5d","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for KakaoTalk.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for KakaoTalk.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bd6541b7-cdbc-41ae-b6bd-074786de86cc","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fe8a59d8-ab50-47c2-a89c-e2b34a53efd0","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8ee11762-21ae-47ea-b8d7-2ab373565f01","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_already_deleted\",\n  \"message\": \"The sender has been deleted within the last 60 days.\",\n  \"resolution\": \"Wait the required time.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6326ae0e-c5ba-405b-8e22-c5ee1f1ea1ae","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"50c7b1a0-d916-45b0-af6f-0c84ff5819b4","name":"Updates a draft sender in project","request":{"name":"Updates a draft sender in project","description":{"content":"\n    Updates a draft sender in project.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","kakaotalk","senders","{{plusFriendId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":null,"body":{"mode":"raw","raw":"{\n  \"status\": \"DRAFT\",\n  \"details\": {\n    \"adminPhoneNo\": \"<phone number>\",\n    \"name\": \"<string>\",\n    \"logoImage\": \"<url>\",\n    \"topLevelCategoryCode\": \"<string>\",\n    \"midLevelCategoryCode\": \"<string>\",\n    \"subLevelCategoryCode\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"512bed8f-6cbc-4fb5-b851-b2a900cdec53","name":"Updated sender in project","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"status\": \"SUBMIT\",\n  \"details\": {\n    \"adminPhoneNo\": \"+48777777777\",\n    \"name\": \"Test Name\",\n    \"logoImage\": \"https://example-logo-image.com\",\n    \"topLevelCategoryCode\": \"019\",\n    \"midLevelCategoryCode\": \"0006\",\n    \"subLevelCategoryCode\": \"0001\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"cf11794a-6a5e-4a12-b103-da79bd378bf1\",\n  \"plusFriendId\": \"5WY5zKfY3pB56EmDVUPQ\",\n  \"state\": \"ACTIVE\",\n  \"changes\": {\n    \"status\": \"REJECTED\",\n    \"details\": {\n      \"adminPhoneNo\": \"+48777777777\",\n      \"name\": \"Test Name\",\n      \"logoImage\": \"https://example-logo-image.com\",\n      \"topLevelCategoryCode\": \"019\",\n      \"midLevelCategoryCode\": \"0006\",\n      \"subLevelCategoryCode\": \"0001\"\n    }\n  },\n  \"details\": {\n    \"adminPhoneNo\": \"+48777777777\",\n    \"name\": \"Test Name\",\n    \"logoImage\": \"https://example-logo-image.com\",\n    \"topLevelCategoryCode\": \"019\",\n    \"midLevelCategoryCode\": \"0006\",\n    \"subLevelCategoryCode\": \"0001\"\n  },\n  \"created\": \"2023-02-23T11:28:51.194Z\",\n  \"modified\": \"2023-02-23T11:28:51.194Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6f7af5d6-fb79-45aa-83d8-4faef7f688af","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"status\": \"SUBMIT\",\n  \"details\": {\n    \"adminPhoneNo\": \"+48777777777\",\n    \"name\": \"Test Name\",\n    \"logoImage\": \"https://example-logo-image.com\",\n    \"topLevelCategoryCode\": \"019\",\n    \"midLevelCategoryCode\": \"0006\",\n    \"subLevelCategoryCode\": \"0001\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"file_invalid_mime_type\",\n  \"message\": \"details.logoImage: invalid file mime type.\",\n  \"resolution\": \"Try again with supported mime types: image/jpeg, image/png.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"43048805-caa3-4ef5-a0b0-78201c58c36d","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"status\": \"SUBMIT\",\n  \"details\": {\n    \"adminPhoneNo\": \"+48777777777\",\n    \"name\": \"Test Name\",\n    \"logoImage\": \"https://example-logo-image.com\",\n    \"topLevelCategoryCode\": \"019\",\n    \"midLevelCategoryCode\": \"0006\",\n    \"subLevelCategoryCode\": \"0001\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4d885810-946c-496d-90f6-772caa5abc74","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"status\": \"SUBMIT\",\n  \"details\": {\n    \"adminPhoneNo\": \"+48777777777\",\n    \"name\": \"Test Name\",\n    \"logoImage\": \"https://example-logo-image.com\",\n    \"topLevelCategoryCode\": \"019\",\n    \"midLevelCategoryCode\": \"0006\",\n    \"subLevelCategoryCode\": \"0001\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_found\",\n  \"message\": \"Project not found.\",\n  \"resolution\": \"Verify that the projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8115f90f-d662-43b3-bdea-dffb28d7fc38","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"status\": \"SUBMIT\",\n  \"details\": {\n    \"adminPhoneNo\": \"+48777777777\",\n    \"name\": \"Test Name\",\n    \"logoImage\": \"https://example-logo-image.com\",\n    \"topLevelCategoryCode\": \"019\",\n    \"midLevelCategoryCode\": \"0006\",\n    \"subLevelCategoryCode\": \"0001\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"file_not_found\",\n  \"message\": \"details.logoImage: file not found.\",\n  \"resolution\": \"Verify that the url is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5b34ca15-13b9-4f8c-a26a-0e0fcf06b989","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"status\": \"SUBMIT\",\n  \"details\": {\n    \"adminPhoneNo\": \"+48777777777\",\n    \"name\": \"Test Name\",\n    \"logoImage\": \"https://example-logo-image.com\",\n    \"topLevelCategoryCode\": \"019\",\n    \"midLevelCategoryCode\": \"0006\",\n    \"subLevelCategoryCode\": \"0001\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8709be57-4079-404a-8dbe-f303f6c80caf","name":"Lists activities on sender","request":{"name":"Lists activities on sender","description":{"content":"Paginated list of activities for sender. Ordered from the most recent one to the oldest one.","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","kakaotalk","senders","{{plusFriendId}}","activities"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"pageSize","value":"<number>","description":"The page size requested."},{"disabled":false,"key":"pageToken","value":"<string>","description":"The page token if retrieving the next page from a previous query."}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"e7a30137-83b5-4798-8e57-cbca13364fe5","name":"Recent activities on sender","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageSize","value":"<number>"},{"key":"pageToken","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"totalSize\": 2,\n  \"pageSize\": 50,\n  \"notifications\": [\n    {\n      \"type\": \"CREATED\",\n      \"created\": \"2023-12-20T15:00:11.310Z\",\n      \"author\": \"Provisioning API user\"\n    },\n    {\n      \"type\": \"COMMENT_ADDED\",\n      \"created\": \"2023-12-20T15:00:10.303Z\",\n      \"comment\": \"Example comment\",\n      \"author\": \"Provisioning API user\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"23204e52-9cb1-4462-a2d0-aa058994ed77","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageSize","value":"<number>"},{"key":"pageToken","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for KakaoTalk.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for KakaoTalk.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"77d55c62-ffc4-4924-9e5f-7e1bb2eafc09","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageSize","value":"<number>"},{"key":"pageToken","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"afae587e-87ce-4f0a-b47d-79134e65983e","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageSize","value":"<number>"},{"key":"pageToken","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1f3cb4a7-d97b-4da8-9a4c-2e048381679e","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageSize","value":"<number>"},{"key":"pageToken","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"065fa13d-f866-445c-a688-eed8eb7fe6aa","name":"Delete pending or rejected changes to a sender","request":{"name":"Delete pending or rejected changes to a sender","description":{"content":"\n    Delete pending or rejected changes to a sender.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","kakaotalk","senders","{{plusFriendId}}","changes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":null},"response":[{"id":"434ebb9f-2b6b-49bb-8b20-c1c8f48b684b","name":"Sender changes deleted","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","changes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"d4a0610e-6f47-4306-9bc5-e1384596e752","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","changes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for KakaoTalk.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for KakaoTalk.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0ca392ef-fd92-4796-88f2-f2f0de2123b9","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","changes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bf18c1c7-fe36-4dd9-a4bc-2e1021b8d7b4","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","changes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_changes_not_found\",\n  \"message\": \"Sender changes not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6735b0f8-4bdf-4248-bef6-b19fbd95f830","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","changes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_changes_not_deletable\",\n  \"message\": \"Sender changes is not deletable.\",\n  \"resolution\": \"Only DRAFT, REJECTED senders changes can be marked for deletion.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"95a64831-2f41-4ea9-bfdc-f868baff0d21","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","changes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"cecf1a77-c7cd-4bfd-822e-efa7317a9168","name":"Creates a comment for a sender in project","request":{"name":"Creates a comment for a sender in project","description":{"content":"\n    Creates a comment for a sender.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","kakaotalk","senders","{{plusFriendId}}","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"comment\": \"<string>\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"dce8779f-4dc9-4035-9f23-45bc9f0885b5","name":"Created comment for a sender","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"type\": \"CREATED\",\n  \"comment\": \"Example comment\",\n  \"created\": \"2023-01-19T13:11:08.204Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c3dd2692-5076-48dc-abd0-3ff0b0c104d8","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_input\",\n  \"message\": \"Invalid input.\",\n  \"resolution\": \"Correct the validation errors and submit again.\",\n  \"additionalInformation\": {\n    \"validationErrors\": [\n      \"details.buttons.0.name must be a string\"\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a340782b-362f-45c5-9205-f68ff8638360","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b456f8ef-fcf1-4821-96ac-1ff91e9b306c","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a8b69a5c-854d-46df-aca1-5fc54f93bfa9","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"failed_to_create_comment\",\n  \"message\": \"Failed to create a comment.\",\n  \"resolution\": \"Please try again later.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ff8ffc25-6e66-4d7c-a3f9-467e5f19e24a","name":"Register sender for project","request":{"name":"Register sender for project","description":{"content":"\n    Requests sender registration for a project.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","kakaotalk","senders","{{plusFriendId}}","register"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":null},"response":[{"id":"43105e2c-1cff-4219-9877-7c8d8cf86c3c","name":"Sender","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","register"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"cf11794a-6a5e-4a12-b103-da79bd378bf1\",\n  \"plusFriendId\": \"5WY5zKfY3pB56EmDVUPQ\",\n  \"state\": \"VERIFYING\",\n  \"details\": {\n    \"adminPhoneNo\": \"+48777777777\",\n    \"name\": \"Test Name\",\n    \"logoImage\": \"https://example-logo-image.com\",\n    \"topLevelCategoryCode\": \"019\",\n    \"midLevelCategoryCode\": \"0006\",\n    \"subLevelCategoryCode\": \"0001\"\n  },\n  \"created\": \"2023-02-23T11:28:51.194Z\",\n  \"modified\": \"2023-02-23T11:28:51.194Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4195bf6a-f86e-4b52-81a0-5e2dd3e47976","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","register"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for KakaoTalk.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for KakaoTalk.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8d86f5f1-b8ed-470c-a77f-a4ad8feb8f1c","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","register"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e14b743a-f20d-4bd3-bc53-2d27f84fe60d","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","register"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b6d8bbfa-84b9-441e-adf1-3f2fd0e52622","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","register"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"not_allowed_register\",\n  \"message\": \"Sender not allowed to be registered.\",\n  \"resolution\": \"Sender in \\\"ACTIVE\\\" state can't be registered.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d021d3e2-f3c7-4ae7-9376-fd006f06d714","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","register"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8846e362-3f47-4280-89a6-82cdbfa37bee","name":"Verify sender for project","request":{"name":"Verify sender for project","description":{"content":"\n    Verifies sender with the OTP code received after triggering registration.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","kakaotalk","senders","{{plusFriendId}}","verify"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"code\": \"<number>\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"b8aa24c0-8bbf-4f77-bf07-2aa54bdcd5d0","name":"Sender","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","verify"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"code\": 123456\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"cf11794a-6a5e-4a12-b103-da79bd378bf1\",\n  \"plusFriendId\": \"5WY5zKfY3pB56EmDVUPQ\",\n  \"state\": \"ACTIVE\",\n  \"details\": {\n    \"adminPhoneNo\": \"+48777777777\",\n    \"name\": \"Test Name\",\n    \"logoImage\": \"https://example-logo-image.com\",\n    \"topLevelCategoryCode\": \"019\",\n    \"midLevelCategoryCode\": \"0006\",\n    \"subLevelCategoryCode\": \"0001\"\n  },\n  \"created\": \"2023-02-23T11:28:51.194Z\",\n  \"modified\": \"2023-02-23T11:28:51.194Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"91dc4c75-238d-4513-810b-4882c94b96df","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","verify"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"code\": 123456\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for KakaoTalk.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for KakaoTalk.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2b08daf1-4e8f-4fb0-9988-ad5b5e66acb3","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","verify"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"code\": 123456\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4fc3dfba-fed5-45a4-bf2f-9adc29e1a27a","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","verify"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"code\": 123456\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fcf8af7c-4921-4816-85db-3da6788dd87b","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","verify"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"code\": 123456\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"not_allowed_verify\",\n  \"message\": \"Sender not allowed to be verified.\",\n  \"resolution\": \"Sender has to be in \\\"VERIFYING\\\" state to be verified.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"afbd39c4-3c20-4008-b4ac-3486c40ef980","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","verify"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"code\": 123456\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"26184011-ea35-4c6b-875e-710a847df1a0","name":"KakaoTalk Templates","description":{"content":"The KakaoTalk template endpoint offers a way for you to manage your KakaoTalk templates that can be used with the Conversation API.","type":"text/plain"},"item":[{"id":"8b4d5887-3152-4139-b43e-2fd438b92764","name":"List all templates in project","request":{"name":"List all templates in project","description":{"content":"\n    Returns a paginated list of templates for the specified project. If no page token is supplied then the first `50` templates are returned in alphabetical order.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","kakaotalk","senders","{{plusFriendId}}","templates"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"filterStates","value":"<string>","description":"Optionally query for template by states."},{"disabled":false,"key":"filterStates","value":"<string>","description":"Optionally query for template by states."},{"disabled":false,"key":"filterStatuses","value":"<string>","description":"Optionally query for template by statuses."},{"disabled":false,"key":"filterStatuses","value":"<string>","description":"Optionally query for template by statuses."},{"disabled":false,"key":"pageSize","value":"<number>","description":"The page size requested."},{"disabled":false,"key":"pageToken","value":"<string>","description":"The page token if retrieving the next page from a previous query."},{"disabled":false,"key":"templateName","value":"<string>","description":"Optionally query for template by name. Will return all templates with names that begin with the query string."}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"1d2c32ba-d35e-4826-89c2-6f83d7cf4875","name":"List of templates","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates"],"host":["{{baseUrl}}"],"query":[{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"pageToken","value":"<string>"},{"key":"templateName","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"totalSize\": 2,\n  \"pageSize\": 50,\n  \"templates\": [\n    {\n      \"id\": \"1a76b24e-bead-4c72-b468-6c3bdfff0ee6\",\n      \"code\": \"S7yFqaKqJ8tsnBZH2CEd\",\n      \"state\": \"APPROVED\",\n      \"details\": {\n        \"language\": \"EN\",\n        \"messageType\": \"BASIC\",\n        \"emphasizeType\": \"EMPHASIZE_TYPE_NONE\",\n        \"categoryCode\": \"001001\",\n        \"securityFlag\": false,\n        \"name\": \"Example name\",\n        \"content\": \"Example content\",\n        \"extra\": \"Example extra\",\n        \"ad\": \"Example ad\",\n        \"title\": \"Example title\",\n        \"subtitle\": \"Example subtitle\",\n        \"imageName\": \"Example image name\",\n        \"imageUrl\": \"https://example-image-url.com\",\n        \"buttons\": [\n          {\n            \"ordering\": 1,\n            \"type\": \"APP_LINK\",\n            \"name\": \"Example Name\",\n            \"linkMo\": \"https://example-link-mo.com\",\n            \"linkPc\": \"https://example-link-pc.com\",\n            \"schemeIos\": \"https://example-scheme-ios.com\",\n            \"schemeAndroid\": \"https://example-scheme-android.com\"\n          }\n        ]\n      },\n      \"created\": \"2023-02-24T10:19:31.372Z\",\n      \"modified\": \"2023-02-24T10:19:31.372Z\"\n    },\n    {\n      \"id\": \"1a76b24e-bead-4c72-b468-6c3bdfff0ee6\",\n      \"code\": \"S7yFqaKqJ8tsnBZH2CEd\",\n      \"state\": \"APPROVED\",\n      \"details\": {\n        \"language\": \"EN\",\n        \"messageType\": \"BASIC\",\n        \"emphasizeType\": \"EMPHASIZE_TYPE_NONE\",\n        \"categoryCode\": \"001001\",\n        \"securityFlag\": false,\n        \"name\": \"Example name\",\n        \"content\": \"Example content\",\n        \"extra\": \"Example extra\",\n        \"ad\": \"Example ad\",\n        \"title\": \"Example title\",\n        \"subtitle\": \"Example subtitle\",\n        \"imageName\": \"Example image name\",\n        \"imageUrl\": \"https://example-image-url.com\",\n        \"buttons\": [\n          {\n            \"ordering\": 1,\n            \"type\": \"APP_LINK\",\n            \"name\": \"Example Name\",\n            \"linkMo\": \"https://example-link-mo.com\",\n            \"linkPc\": \"https://example-link-pc.com\",\n            \"schemeIos\": \"https://example-scheme-ios.com\",\n            \"schemeAndroid\": \"https://example-scheme-android.com\"\n          }\n        ]\n      },\n      \"changes\": {\n        \"status\": \"IN_PROGRESS\",\n        \"details\": {\n          \"language\": \"EN\",\n          \"messageType\": \"BASIC\",\n          \"emphasizeType\": \"EMPHASIZE_TYPE_NONE\",\n          \"categoryCode\": \"001001\",\n          \"securityFlag\": false,\n          \"name\": \"Example name\",\n          \"content\": \"Example content\",\n          \"extra\": \"Example extra\",\n          \"ad\": \"Example ad\",\n          \"title\": \"Example title\",\n          \"subtitle\": \"Example subtitle\",\n          \"imageName\": \"Example image name\",\n          \"imageUrl\": \"https://example-image-url.com\",\n          \"buttons\": [\n            {\n              \"ordering\": 1,\n              \"type\": \"APP_LINK\",\n              \"name\": \"Example Name\",\n              \"linkMo\": \"https://example-link-mo.com\",\n              \"linkPc\": \"https://example-link-pc.com\",\n              \"schemeIos\": \"https://example-scheme-ios.com\",\n              \"schemeAndroid\": \"https://example-scheme-android.com\"\n            }\n          ]\n        }\n      },\n      \"created\": \"2023-02-24T10:19:31.372Z\",\n      \"modified\": \"2023-02-24T10:19:31.372Z\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b5d9ab8d-afa6-4eff-82df-6a74a6ebf86b","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates"],"host":["{{baseUrl}}"],"query":[{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"pageToken","value":"<string>"},{"key":"templateName","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for KakaoTalk.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for KakaoTalk.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6d0bb31a-0583-44aa-a46b-48e63da4d742","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates"],"host":["{{baseUrl}}"],"query":[{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"pageToken","value":"<string>"},{"key":"templateName","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5077f05f-0c35-4323-8e71-9e9d939fcc47","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates"],"host":["{{baseUrl}}"],"query":[{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"pageToken","value":"<string>"},{"key":"templateName","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"66eb41af-8ce1-41e3-870f-f8ea51c09e46","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates"],"host":["{{baseUrl}}"],"query":[{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"pageToken","value":"<string>"},{"key":"templateName","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4e049fc4-c339-4244-8c68-96e89f858e9d","name":"Create a template in project","request":{"name":"Create a template in project","description":{"content":"\n    Creates a new template with the request data.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","kakaotalk","senders","{{plusFriendId}}","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"name\": \"<string>\",\n    \"language\": \"<string>\",\n    \"content\": \"<string>\",\n    \"messageType\": \"BASIC\",\n    \"emphasizeType\": \"EMPHASIZE_TYPE_NONE\",\n    \"categoryCode\": \"999999\",\n    \"securityFlag\": false,\n    \"extra\": \"<string>\",\n    \"title\": \"<string>\",\n    \"subtitle\": \"<string>\",\n    \"imageName\": \"<string>\",\n    \"imageUrl\": \"<url>\",\n    \"buttons\": [\n      {\n        \"ordering\": \"<number>\",\n        \"type\": \"<string>\",\n        \"name\": \"<string>\",\n        \"linkMo\": \"<url>\",\n        \"linkPc\": \"<url>\",\n        \"schemeIos\": \"<url>\",\n        \"schemeAndroid\": \"<url>\"\n      },\n      {\n        \"ordering\": \"<number>\",\n        \"type\": \"<string>\",\n        \"name\": \"<string>\",\n        \"linkMo\": \"<url>\",\n        \"linkPc\": \"<url>\",\n        \"schemeIos\": \"<url>\",\n        \"schemeAndroid\": \"<url>\"\n      },\n      {\n        \"ordering\": \"<number>\",\n        \"type\": \"<string>\",\n        \"name\": \"<string>\",\n        \"linkMo\": \"<url>\",\n        \"linkPc\": \"<url>\",\n        \"schemeIos\": \"<url>\",\n        \"schemeAndroid\": \"<url>\"\n      },\n      {\n        \"ordering\": \"<number>\",\n        \"type\": \"<string>\",\n        \"name\": \"<string>\",\n        \"linkMo\": \"<url>\",\n        \"linkPc\": \"<url>\",\n        \"schemeIos\": \"<url>\",\n        \"schemeAndroid\": \"<url>\"\n      },\n      {\n        \"ordering\": \"<number>\",\n        \"type\": \"<string>\",\n        \"name\": \"<string>\",\n        \"linkMo\": \"<url>\",\n        \"linkPc\": \"<url>\",\n        \"schemeIos\": \"<url>\",\n        \"schemeAndroid\": \"<url>\"\n      }\n    ]\n  },\n  \"status\": \"SUBMIT\",\n  \"saveDraftOnFailure\": false\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"9457b5d8-232e-4ade-b5b5-8aaeb8991317","name":"Created template","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"name\": \"Example name\",\n    \"content\": \"Example content\",\n    \"language\": \"EN\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"1a76b24e-bead-4c72-b468-6c3bdfff0ee6\",\n  \"code\": \"S7yFqaKqJ8tsnBZH2CEd\",\n  \"changes\": {\n    \"status\": \"IN_PROGRESS\",\n    \"details\": {\n      \"language\": \"EN\",\n      \"messageType\": \"BASIC\",\n      \"emphasizeType\": \"EMPHASIZE_TYPE_NONE\",\n      \"categoryCode\": \"001001\",\n      \"securityFlag\": false,\n      \"name\": \"Example name\",\n      \"content\": \"Example content\",\n      \"extra\": \"Example extra\",\n      \"ad\": \"Example ad\",\n      \"title\": \"Example title\",\n      \"subtitle\": \"Example subtitle\",\n      \"imageName\": \"Example image name\",\n      \"imageUrl\": \"https://example-image-url.com\",\n      \"buttons\": [\n        {\n          \"ordering\": 1,\n          \"type\": \"APP_LINK\",\n          \"name\": \"Example Name\",\n          \"linkMo\": \"https://example-link-mo.com\",\n          \"linkPc\": \"https://example-link-pc.com\",\n          \"schemeIos\": \"https://example-scheme-ios.com\",\n          \"schemeAndroid\": \"https://example-scheme-android.com\"\n        }\n      ]\n    }\n  },\n  \"created\": \"2023-02-24T10:19:31.372Z\",\n  \"modified\": \"2023-02-24T10:19:31.372Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"55430811-5cd4-4ed3-b7fb-ff7b7242acfb","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"name\": \"Example name\",\n    \"content\": \"Example content\",\n    \"language\": \"EN\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for KakaoTalk.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for KakaoTalk.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e0b468b6-ef70-45a3-950c-638dfef2d8bd","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"name\": \"Example name\",\n    \"content\": \"Example content\",\n    \"language\": \"EN\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f90198de-bd40-44a7-9e7e-d8d128a91de4","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"name\": \"Example name\",\n    \"content\": \"Example content\",\n    \"language\": \"EN\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c9832dcd-bf82-4775-b555-abc2ce337bf3","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"name\": \"Example name\",\n    \"content\": \"Example content\",\n    \"language\": \"EN\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_exists\",\n  \"message\": \"Template already exists.\",\n  \"resolution\": \"Templates must have unique name. Change name and submit again.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8e908f85-2208-4c86-acde-46fd92cdc62f","name":"FailedDependency","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"name\": \"Example name\",\n    \"content\": \"Example content\",\n    \"language\": \"EN\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Failed Dependency (WebDAV) (RFC 4918)","code":424,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_kakaotalk_validation_error\",\n  \"message\": \"Template kakaoTalk validation error: Some details from provider\",\n  \"resolution\": \"Please try again later. If template is saved as draft, try to submit the template again. If option \\\"saveDraftOnFailure\\\" is specified as \\\"false\\\", try the request again.\",\n  \"additionalInformation\": {}\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"212922bc-ca7a-4ada-8f8e-b3d365b0f79f","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"name\": \"Example name\",\n    \"content\": \"Example content\",\n    \"language\": \"EN\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support. If template is saved as draft, try to submit the template again. If option \\\"saveDraftOnFailure\\\" is specified as \\\"false\\\", try the request again.\",\n  \"additionalInformation\": {}\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f8bd6a98-4318-46bb-9b78-5c4cb0c380ba","name":"Get template in project","request":{"name":"Get template in project","description":{"content":"\n    Returns a template for a project, with the specified name and language.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","kakaotalk","senders","{{plusFriendId}}","templates","{{templateCode}}"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"4a9850d9-0e30-4552-a8b0-54f85f12aa7b","name":"Template","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"1a76b24e-bead-4c72-b468-6c3bdfff0ee6\",\n  \"code\": \"S7yFqaKqJ8tsnBZH2CEd\",\n  \"state\": \"APPROVED\",\n  \"details\": {\n    \"language\": \"EN\",\n    \"messageType\": \"BASIC\",\n    \"emphasizeType\": \"EMPHASIZE_TYPE_NONE\",\n    \"categoryCode\": \"001001\",\n    \"securityFlag\": false,\n    \"name\": \"Example name\",\n    \"content\": \"Example content\",\n    \"extra\": \"Example extra\",\n    \"ad\": \"Example ad\",\n    \"title\": \"Example title\",\n    \"subtitle\": \"Example subtitle\",\n    \"imageName\": \"Example image name\",\n    \"imageUrl\": \"https://example-image-url.com\",\n    \"buttons\": [\n      {\n        \"ordering\": 1,\n        \"type\": \"APP_LINK\",\n        \"name\": \"Example Name\",\n        \"linkMo\": \"https://example-link-mo.com\",\n        \"linkPc\": \"https://example-link-pc.com\",\n        \"schemeIos\": \"https://example-scheme-ios.com\",\n        \"schemeAndroid\": \"https://example-scheme-android.com\"\n      }\n    ]\n  },\n  \"created\": \"2023-02-24T10:19:31.372Z\",\n  \"modified\": \"2023-02-24T10:19:31.372Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c3633845-8a6c-4334-ab7c-0d631d4f6735","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for KakaoTalk.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for KakaoTalk.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"00114535-8c1b-49dd-9477-2bfb6800a218","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"26572f1b-00f6-4127-97ea-4588781e59d6","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b87f2ebe-5d86-407a-a901-8f1585aa7a9b","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"fb025382-ba3d-4738-acff-410c03f0628f","name":"Delete template for project","request":{"name":"Delete template for project","description":{"content":"\n    Delete template that matches the template code.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","kakaotalk","senders","{{plusFriendId}}","templates","{{templateCode}}"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":null},"response":[{"id":"3fd30035-1796-436e-a0c1-d894b0550d86","name":"Template deleted","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"cfb97be8-6c8f-4774-b5a6-600459c1833c","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for KakaoTalk.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for KakaoTalk.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"71280846-6444-4861-a425-4cde3f350af2","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"353159b4-344e-4489-a7d5-14acbbe8893c","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_not_found\",\n  \"message\": \"Template not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"89f1468a-b999-428e-8ee1-77ce858bd059","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"9538c7ec-f679-4b5a-a2d3-de788a49c754","name":"Update a template in project","request":{"name":"Update a template in project","description":{"content":"\n    Updates an existing template with the request data.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","kakaotalk","senders","{{plusFriendId}}","templates","{{templateCode}}"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) "}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":null,"body":{"mode":"raw","raw":"{\n  \"status\": \"DRAFT\",\n  \"details\": {\n    \"name\": \"<string>\",\n    \"content\": \"<string>\",\n    \"messageType\": \"<string>\",\n    \"emphasizeType\": \"<string>\",\n    \"categoryCode\": \"<string>\",\n    \"securityFlag\": \"<boolean>\",\n    \"extra\": \"<string>\",\n    \"title\": \"<string>\",\n    \"subtitle\": \"<string>\",\n    \"imageName\": \"<string>\",\n    \"imageUrl\": \"<url>\",\n    \"buttons\": [\n      {\n        \"ordering\": \"<number>\",\n        \"type\": \"<string>\",\n        \"name\": \"<string>\",\n        \"linkMo\": \"<url>\",\n        \"linkPc\": \"<url>\",\n        \"schemeIos\": \"<url>\",\n        \"schemeAndroid\": \"<url>\"\n      },\n      {\n        \"ordering\": \"<number>\",\n        \"type\": \"<string>\",\n        \"name\": \"<string>\",\n        \"linkMo\": \"<url>\",\n        \"linkPc\": \"<url>\",\n        \"schemeIos\": \"<url>\",\n        \"schemeAndroid\": \"<url>\"\n      },\n      {\n        \"ordering\": \"<number>\",\n        \"type\": \"<string>\",\n        \"name\": \"<string>\",\n        \"linkMo\": \"<url>\",\n        \"linkPc\": \"<url>\",\n        \"schemeIos\": \"<url>\",\n        \"schemeAndroid\": \"<url>\"\n      },\n      {\n        \"ordering\": \"<number>\",\n        \"type\": \"<string>\",\n        \"name\": \"<string>\",\n        \"linkMo\": \"<url>\",\n        \"linkPc\": \"<url>\",\n        \"schemeIos\": \"<url>\",\n        \"schemeAndroid\": \"<url>\"\n      },\n      {\n        \"ordering\": \"<number>\",\n        \"type\": \"<string>\",\n        \"name\": \"<string>\",\n        \"linkMo\": \"<url>\",\n        \"linkPc\": \"<url>\",\n        \"schemeIos\": \"<url>\",\n        \"schemeAndroid\": \"<url>\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"0090e712-d755-41a0-b6dc-62566995ab6e","name":"Updated template","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"1a76b24e-bead-4c72-b468-6c3bdfff0ee6\",\n  \"code\": \"S7yFqaKqJ8tsnBZH2CEd\",\n  \"changes\": {\n    \"status\": \"IN_PROGRESS\",\n    \"details\": {\n      \"language\": \"EN\",\n      \"messageType\": \"BASIC\",\n      \"emphasizeType\": \"EMPHASIZE_TYPE_NONE\",\n      \"categoryCode\": \"001001\",\n      \"securityFlag\": false,\n      \"name\": \"Example name\",\n      \"content\": \"Example content\",\n      \"extra\": \"Example extra\",\n      \"ad\": \"Example ad\",\n      \"title\": \"Example title\",\n      \"subtitle\": \"Example subtitle\",\n      \"imageName\": \"Example image name\",\n      \"imageUrl\": \"https://example-image-url.com\",\n      \"buttons\": [\n        {\n          \"ordering\": 1,\n          \"type\": \"APP_LINK\",\n          \"name\": \"Example Name\",\n          \"linkMo\": \"https://example-link-mo.com\",\n          \"linkPc\": \"https://example-link-pc.com\",\n          \"schemeIos\": \"https://example-scheme-ios.com\",\n          \"schemeAndroid\": \"https://example-scheme-android.com\"\n        }\n      ]\n    }\n  },\n  \"created\": \"2023-02-24T10:19:31.372Z\",\n  \"modified\": \"2023-02-24T10:19:31.372Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"37a06c2e-0c4c-4fc0-9b47-0b926acf6e12","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for KakaoTalk.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for KakaoTalk.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a6f0b51f-3a0a-4bb8-9869-334c00250277","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1f6b671f-76e1-41a5-959b-306fc0d9abd7","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ebdb7b74-1947-41b7-94f9-8228460cbca5","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_exists\",\n  \"message\": \"Template already exists.\",\n  \"resolution\": \"Templates must have unique name. Change name and submit again.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2b9bc5cd-9831-485a-8a01-55b0dead3488","name":"FailedDependency","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}}},"status":"Failed Dependency (WebDAV) (RFC 4918)","code":424,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_kakaotalk_validation_error\",\n  \"message\": \"Template kakaoTalk validation error: Some details from provider\",\n  \"resolution\": \"Please try again later. If template is saved as draft, try to submit the template again. If option \\\"saveDraftOnFailure\\\" is specified as \\\"false\\\", try the request again.\",\n  \"additionalInformation\": {}\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"37b10e9f-5388-43a8-a83e-e374010043ec","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"017c2a4a-a40c-4a51-becb-47b8521ec27c","name":"Lists activities on project template","request":{"name":"Lists activities on project template","description":{"content":"\n    Paginated list of activities for a template. Ordered from the most recent one to the oldest one.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","kakaotalk","senders","{{plusFriendId}}","templates","{{templateCode}}","activities"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"pageSize","value":"<number>","description":"The page size requested."},{"disabled":false,"key":"pageToken","value":"<string>","description":"The page token if retrieving the next page from a previous query."}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"3dd0ccba-29da-47da-b2e1-9af27092ca84","name":"Recent activities on template","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageSize","value":"<number>"},{"key":"pageToken","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"totalSize\": 2,\n  \"pageSize\": 50,\n  \"notifications\": [\n    {\n      \"type\": \"CREATED\",\n      \"created\": \"2023-01-19T13:11:08.204Z\",\n      \"author\": \"Provisioning API user\"\n    },\n    {\n      \"type\": \"COMMENT_ADDED\",\n      \"created\": \"2023-01-19T13:11:08.204Z\",\n      \"comment\": \"Example comment\",\n      \"author\": \"Provisioning API user\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"47ade44d-0f46-4048-9da9-7b15559cb6f4","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageSize","value":"<number>"},{"key":"pageToken","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for KakaoTalk.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for KakaoTalk.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7536709f-1356-4675-bd0d-da148dce320f","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageSize","value":"<number>"},{"key":"pageToken","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b3bf9db8-37f1-4f12-9581-a71a88642b47","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageSize","value":"<number>"},{"key":"pageToken","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0d530fb2-1d7f-41a9-9b72-c8c97a6de436","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageSize","value":"<number>"},{"key":"pageToken","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"edd5f9d5-25cc-4b11-9902-131b926d1293","name":"Delete template draft for project","request":{"name":"Delete template draft for project","description":{"content":"\n      Delete a template draft.\n      \n      Please note that it is only possible to delete templates that have not yet been submitted to KakaoTalk.","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","kakaotalk","senders","{{plusFriendId}}","templates","{{templateCode}}","changes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":null},"response":[{"id":"b329e0eb-aba2-4770-a7a6-a23deab4e85d","name":"Template draft deleted","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode","changes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"e75be49e-c9e1-461f-b287-ae44788f06d3","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode","changes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for KakaoTalk.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for KakaoTalk.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d73bf027-f26d-4695-aa67-f1bd8c15a32f","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode","changes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5fb85bb0-43bc-442f-85f4-412d12c6ba3b","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode","changes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_not_found\",\n  \"message\": \"Template not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8df41ee2-7743-4627-a48e-6931aafac4f4","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode","changes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_not_deletable\",\n  \"message\": \"Template is not deletable.\",\n  \"resolution\": \"Only templates that has not yet been submitted to KakaoTalk is eligible for deletion.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fa550b8d-028d-4235-8399-ef833b623c34","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode","changes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2f113c6d-60cd-4aed-bbb2-684b5b462409","name":"Creates a comment for a template","request":{"name":"Creates a comment for a template","description":{"content":"\n    Creates a comment for a template.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","kakaotalk","senders","{{plusFriendId}}","templates","{{templateCode}}","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"comment\": \"<string>\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"997f78c1-9c62-4b12-bf1c-47e456d1a3fe","name":"Created comment for a template","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"type\": \"CREATED\",\n  \"comment\": \"Example comment\",\n  \"created\": \"2023-01-19T13:11:08.204Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bcf8a778-d973-49b6-b3a2-3e5bdc0a5d12","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_input\",\n  \"message\": \"Invalid input.\",\n  \"resolution\": \"Correct the validation errors and submit again.\",\n  \"additionalInformation\": {\n    \"validationErrors\": [\n      \"details.buttons.0.name must be a string\"\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fef0c613-aa43-4437-a0cf-2becc5555fa1","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"98763b60-64ce-4c33-8ce5-f53ef9bfe6e1","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_not_found\",\n  \"message\": \"Template not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2766e3bd-345d-446d-922c-4ea3ea237e21","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","kakaotalk","senders",":plusFriendId","templates",":templateCode","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"plusFriendId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"templateCode","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"failed_to_create_comment\",\n  \"message\": \"Failed to create a comment.\",\n  \"resolution\": \"Please try again later.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}]},{"name":"notification","item":[]},{"name":"rcs","item":[{"id":"78573552-0a12-4cd2-8dbf-d74579f62194","name":"RCS Accounts","description":{"content":"","type":"text/plain"},"item":[{"id":"0d44e3e8-1626-497c-a58d-ea4a14edc3fd","name":"Lists activities on account","request":{"name":"Lists activities on account","description":{"content":"\n    Paginated list of activities for account. Ordered from the most recent one to the oldest one.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","rcs","activities"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"pageToken","value":"<string>","description":"The page token if retrieving the next page from a previous query."},{"disabled":false,"key":"pageSize","value":"<number>","description":"The page size requested."}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"ca57f562-381f-428e-b135-c8ba99b8c135","name":"Recent activities on account","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"totalSize\": 2,\n  \"pageSize\": 50,\n  \"notifications\": [\n    {\n      \"type\": \"CREATED\",\n      \"created\": \"2023-02-10T11:41:14.202Z\",\n      \"author\": \"Provisioning API user\"\n    },\n    {\n      \"type\": \"COMMENT_ADDED\",\n      \"created\": \"2023-02-10T11:41:14.202Z\",\n      \"comment\": \"Example comment\",\n      \"author\": \"Provisioning API user\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b7d14998-39e4-4acb-a4b0-efdc8b25f9ac","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_page_token\",\n  \"message\": \"Invalid page token.\",\n  \"resolution\": \"The page token to use is provided in the previous query response, for new queries simply leave this field undefined.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5175f909-fbf5-4345-af05-d0ba2cc22cab","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8b624ec8-d239-4fdb-9376-5c15667db8b0","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"account_not_found\",\n  \"message\": \"Account not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ae7a5cb6-3206-41c4-b75f-3a6c5ea84a88","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ba651c22-d1e9-4030-bad7-fc2ac3104a24","name":"Creates a comment for an account","request":{"name":"Creates a comment for an account","description":{"content":"\n    Creates a comment for an account.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","rcs","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"comment\": \"<string>\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"5d09aaef-6dc1-4eef-91de-deb30ed4f27a","name":"Created comment for an account.","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"type\": \"CREATED\",\n  \"comment\": \"Example comment\",\n  \"created\": \"2023-01-19T13:11:08.204Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5a8d4368-c344-47fa-995d-2d21381663d7","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_input\",\n  \"message\": \"Invalid input.\",\n  \"resolution\": \"Correct the validation errors and submit again.\",\n  \"additionalInformation\": {\n    \"validationErrors\": [\n      \"comment must be longer than or equal to 1 characters\"\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bfc0671d-7f2f-4639-b970-92ff43b9d4bd","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a67b1aff-29f8-45bb-9f33-0d549bc483e8","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"account_not_found\",\n  \"message\": \"Account not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"18837c57-26f1-4ebc-9ac0-4623f88ef0fd","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"failed_to_create_comment\",\n  \"message\": \"Failed to create a comment.\",\n  \"resolution\": \"Please try again later.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"ea845000-9b11-4910-96c5-c83c760c1247","name":"RCS Questionnaire","description":{"content":"","type":"text/plain"},"item":[{"id":"aab4761e-1d8d-476e-bc9c-31815eeaf861","name":"Get questionnaire questions for project and use case","request":{"name":"Get questionnaire questions for project and use case","description":{"content":"\n    Returns questionnaire questions for a use case.\n\n    The launch questionnaire is based on information required by different Suppliers and Operators. As such, especially the country specific, may be subject to change.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","rcs","questionnaire","{{useCase}}"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"countries","value":"<string>","description":"Optional query for sender countries."},{"disabled":false,"key":"countries","value":"<string>","description":"Optional query for sender countries."}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"useCase","description":"(Required) Use case."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"177f3194-2888-4238-b351-ea1437879a28","name":"Questionnaire questions","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","questionnaire",":useCase"],"host":["{{baseUrl}}"],"query":[{"key":"countries","value":"<string>"},{"key":"countries","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"useCase","description":"(Required) Use case."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"general\": {\n    \"questions\": {\n      \"optInDescription\": {\n        \"question\": \"How do users agree to receive messages from your business through the agent?\",\n        \"suggestedAnswers\": [\n          \"By subscribing to our loyalty program\",\n          \"By making a purchase in-store or online\",\n          \"By subscribing to a newsletter\",\n          \"By creating an account on our website or app\"\n        ]\n      },\n      \"triggerDescription\": {\n        \"question\": \"When does your business send messages to users through the agent?\",\n        \"suggestedAnswers\": [\n          \"User actions (e.g. after making a purchase)\"\n        ]\n      },\n      \"interactionsDescription\": {\n        \"question\": \"How will users interact with your business through the agent?\",\n        \"suggestedAnswers\": [\n          \"Online Payment\",\n          \"Password reset\",\n          \"OTP/2FA for account login\"\n        ]\n      },\n      \"optOutDescription\": {\n        \"question\": \"What message does your business send when a user opts out?\",\n        \"suggestedAnswers\": [\n          \"Thank you for opting out\",\n          \"Thank you for unsubscribing\",\n          \"We have registered your opt out request\"\n        ]\n      },\n      \"videoUris\": {\n        \"question\": \"\",\n        \"suggestedAnswers\": []\n      },\n      \"screenshotUris\": {\n        \"question\": \"\",\n        \"suggestedAnswers\": []\n      }\n    }\n  },\n  \"verification\": {\n    \"questions\": {\n      \"name\": {\n        \"question\": \"What is the name of your verification contact?\",\n        \"suggestedAnswers\": []\n      },\n      \"email\": {\n        \"question\": \"What is the email of your verification contact?\",\n        \"suggestedAnswers\": []\n      },\n      \"title\": {\n        \"question\": \"What is the title of your verification contact?\",\n        \"suggestedAnswers\": []\n      },\n      \"website\": {\n        \"question\": \"What is the website of your verification contact?\",\n        \"suggestedAnswers\": []\n      }\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"afdb1a4d-bd8b-4b58-b345-231cb6802785","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","questionnaire",":useCase"],"host":["{{baseUrl}}"],"query":[{"key":"countries","value":"<string>"},{"key":"countries","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"useCase","description":"(Required) Use case."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"questionnaire_invalid_use_case\",\n  \"message\": \"Invalid use case value.\",\n  \"resolution\": \"Verify that the use case value is supported by the Provisioning API.\",\n  \"additionalInformation\": {\n    \"validUseCases\": \"MULTIUSE, OTP, PROMOTIONAL, TRANSACTIONAL\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a4c7f7f8-fffb-4029-a4c4-959661beb605","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","questionnaire",":useCase"],"host":["{{baseUrl}}"],"query":[{"key":"countries","value":"<string>"},{"key":"countries","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"useCase","description":"(Required) Use case."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f2df27ce-bb8b-4e5a-832f-b09978b28691","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","questionnaire",":useCase"],"host":["{{baseUrl}}"],"query":[{"key":"countries","value":"<string>"},{"key":"countries","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"useCase","description":"(Required) Use case."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"42b1a9e1-d8a7-4ff4-aa6c-daf8b62a4d36","name":"RCS Senders","description":{"content":"","type":"text/plain"},"item":[{"id":"361051f6-137d-4a82-a31e-7bf2240651bc","name":"List all senders in project","request":{"name":"List all senders in project","description":{"content":"\n    Returns a paginated list of senders for the specified project. If no page token is supplied then the first `50` will be returned.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","rcs","senders"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"pageToken","value":"<string>","description":"The page token if retrieving the next page from a previous query."},{"disabled":false,"key":"pageSize","value":"<number>","description":"The page size requested."},{"disabled":false,"key":"filterConversationApiAppId","value":"<string>","description":"Optional query for sender by Conversation API app id."},{"disabled":false,"key":"filterSenderIds","value":"<string>","description":"Optional query for sender by sender ids."},{"disabled":false,"key":"filterSenderName","value":"<string>","description":"Optional query for sender by name. Use the `search` parameter instead"},{"disabled":false,"key":"filterStates","value":"<string>","description":"Optionally query for sender by states."},{"disabled":false,"key":"filterStates","value":"<string>","description":"Optionally query for sender by states."},{"disabled":false,"key":"search","value":"<string>","description":"Search term to filter senders (partial match, case-insensitive)."},{"disabled":false,"key":"sortColumn","value":"<string>","description":"Optional query for sender sort column."},{"disabled":false,"key":"sortDirection","value":"<string>","description":"Optional query for sender sort direction."}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"2445aa64-2d13-4b2d-b946-4111a5c29fcc","name":"List of senders","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"filterConversationApiAppId","value":"<string>"},{"key":"filterSenderIds","value":"<string>"},{"key":"filterSenderName","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"search","value":"<string>"},{"key":"sortColumn","value":"<string>"},{"key":"sortDirection","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"totalSize\": 2,\n  \"pageSize\": 50,\n  \"senders\": [\n    {\n      \"id\": \"cf11794a-6a5e-4a12-b103-da79bd378bf1\",\n      \"state\": \"IN_TEST\",\n      \"testNumberStates\": [\n        {\n          \"number\": \"+46123123111\",\n          \"state\": \"UNVERIFIED\",\n          \"submitted\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"number\": \"+46123123222\",\n          \"state\": \"VERIFIED\",\n          \"submitted\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"number\": \"+46123123333\",\n          \"state\": \"DECLINED\",\n          \"submitted\": \"2023-01-19t13:11:08.204Z\"\n        }\n      ],\n      \"countryStatus\": [\n        {\n          \"country\": \"FR\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"operators\": [\n            {\n              \"name\": \"Coriolis Telecom\",\n              \"status\": \"NOT_LAUNCHED\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"Lycamobile\",\n              \"status\": \"NOT_LAUNCHED\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"Bouygues\",\n              \"status\": \"NOT_LAUNCHED\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"Free\",\n              \"status\": \"NOT_LAUNCHED\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"NRJ Mobile\",\n              \"status\": \"NOT_LAUNCHED\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"SFR\",\n              \"status\": \"NOT_LAUNCHED\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"Orange\",\n              \"status\": \"NOT_LAUNCHED\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            }\n          ]\n        },\n        {\n          \"country\": \"GB\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"operators\": [\n            {\n              \"name\": \"EE\",\n              \"status\": \"NOT_LAUNCHED\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"Three\",\n              \"status\": \"NOT_LAUNCHED\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"Sky\",\n              \"status\": \"NOT_LAUNCHED\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"O2\",\n              \"status\": \"NOT_LAUNCHED\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"Vodafone\",\n              \"status\": \"NOT_LAUNCHED\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            }\n          ]\n        },\n        {\n          \"country\": \"SE\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"operators\": [\n            {\n              \"name\": \"Tele2\",\n              \"status\": \"NOT_LAUNCHED\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"Telenor\",\n              \"status\": \"NOT_LAUNCHED\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"Telia\",\n              \"status\": \"NOT_LAUNCHED\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"Three\",\n              \"status\": \"NOT_LAUNCHED\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            }\n          ]\n        }\n      ],\n      \"details\": {\n        \"brand\": {\n          \"emails\": [\n            {\n              \"label\": \"label\",\n              \"address\": \"test@test.com\"\n            },\n            {\n              \"label\": \"label-1\",\n              \"address\": \"test-1@test.com\"\n            },\n            {\n              \"label\": \"label-2\",\n              \"address\": \"test-2@test.com\"\n            }\n          ],\n          \"phones\": [\n            {\n              \"label\": \"label\",\n              \"number\": \"+48777777777\"\n            },\n            {\n              \"label\": \"label-1\",\n              \"number\": \"48888888888\"\n            },\n            {\n              \"label\": \"label-2\",\n              \"number\": \"+48999999999\"\n            }\n          ],\n          \"websites\": [\n            {\n              \"label\": \"label\",\n              \"url\": \"https://example.com\"\n            },\n            {\n              \"label\": \"label-1\",\n              \"url\": \"https://example-1.com\"\n            },\n            {\n              \"label\": \"label-2\",\n              \"url\": \"https://example-2.com\"\n            }\n          ],\n          \"color\": \"#000000\",\n          \"description\": \"Test description\",\n          \"bannerUrl\": \"https://example-banner-url.com\",\n          \"logoUrl\": \"https://example-logo-url.com\",\n          \"privacyPolicyUrl\": \"https://example-private-policy-url.com\",\n          \"termsOfServiceUrl\": \"https://example-terms-of-service-url.com\",\n          \"name\": \"Test name\"\n        },\n        \"testNumbers\": [\n          \"+48777777777\"\n        ],\n        \"countries\": [\n          \"FR\",\n          \"GB\",\n          \"SE\"\n        ],\n        \"questionnaire\": {\n          \"general\": {\n            \"questions\": {\n              \"optInDescription\": {\n                \"question\": \"How do users agree to receive messages from your business through the agent?\",\n                \"suggestedAnswers\": [\n                  \"By subscribing to our loyalty program\",\n                  \"By making a purchase in-store or online\",\n                  \"By subscribing to a newsletter\",\n                  \"By creating an account on our website or app\"\n                ]\n              },\n              \"triggerDescription\": {\n                \"question\": \"When does your business send messages to users through the agent?\",\n                \"suggestedAnswers\": [\n                  \"User actions (e.g. after making a purchase)\"\n                ]\n              },\n              \"interactionsDescription\": {\n                \"question\": \"How will users interact with your business through the agent?\",\n                \"suggestedAnswers\": [\n                  \"Online Payment\",\n                  \"Password reset\",\n                  \"OTP/2FA for account login\"\n                ]\n              },\n              \"optOutDescription\": {\n                \"question\": \"What message does your business send when a user opts out?\",\n                \"suggestedAnswers\": [\n                  \"Thank you for opting out\",\n                  \"Thank you for unsubscribing\",\n                  \"We have registered your opt out request\"\n                ]\n              },\n              \"videoUris\": {\n                \"question\": \"\",\n                \"suggestedAnswers\": []\n              },\n              \"screenshotUris\": {\n                \"question\": \"\",\n                \"suggestedAnswers\": []\n              }\n            },\n            \"answers\": {\n              \"optInDescription\": \"By subscribing to a newsletter\",\n              \"triggerDescription\": \"User actions (e.g. after making a purchase)\",\n              \"interactionsDescription\": \"Billing or payment reminders,aef Order updates,aef Upon package delivery\",\n              \"interactionsDescriptionMetadata\": {\n                \"ignore\": \",aef\"\n              },\n              \"optOutDescription\": \"We have registered your opt out request\",\n              \"videoUris\": [\n                \"https://example-video-url.com\"\n              ],\n              \"screenshotUris\": [\n                \"https://example-screenshot-url.com\"\n              ]\n            }\n          },\n          \"verification\": {\n            \"questions\": {\n              \"name\": {\n                \"question\": \"What is the name of your verification contact?\",\n                \"suggestedAnswers\": []\n              },\n              \"email\": {\n                \"question\": \"What is the email of your verification contact?\",\n                \"suggestedAnswers\": []\n              },\n              \"title\": {\n                \"question\": \"What is the title of your verification contact?\",\n                \"suggestedAnswers\": []\n              },\n              \"website\": {\n                \"question\": \"What is the website of your verification contact?\",\n                \"suggestedAnswers\": []\n              }\n            },\n            \"answers\": {\n              \"name\": \"Exam Ple\",\n              \"email\": \"email@example.com\",\n              \"title\": \"Head Example\",\n              \"website\": \"https://example.com\"\n            }\n          },\n          \"gb\": {\n            \"questions\": {\n              \"brandIndustry\": {\n                \"question\": \"What sector or industry does your business operate in?\",\n                \"suggestedAnswers\": [\n                  \"Automotive\",\n                  \"Beauty, spa and salon\",\n                  \"Clothing\",\n                  \"Education\",\n                  \"Entertainment\",\n                  \"Event planning and service\",\n                  \"Finance and banking\",\n                  \"Food and groceries\",\n                  \"Public service\",\n                  \"Hotel and lodging\",\n                  \"Medical and health\",\n                  \"Charity\",\n                  \"Professional services\",\n                  \"Shopping and retail\",\n                  \"Travel and transportation\",\n                  \"Restaurant\"\n                ]\n              },\n              \"companyLegalName\": {\n                \"question\": \"What is the registered legal name of your company?\",\n                \"suggestedAnswers\": []\n              },\n              \"companyRegistrationNumber\": {\n                \"question\": \"What is the registration number of your company?\",\n                \"suggestedAnswers\": []\n              },\n              \"fullCompanyAddress\": {\n                \"question\": \"Full Company Address\",\n                \"suggestedAnswers\": []\n              },\n              \"messagesVolume\": {\n                \"question\": \"What is the total volume of messages expected to be sent by your agent?\",\n                \"suggestedAnswers\": [\n                  \"0 - 10K messages\",\n                  \"10K - 100K messages\",\n                  \"100K - 1M messages\",\n                  \"1M+ messages\"\n                ]\n              },\n              \"messagesFrequency\": {\n                \"question\": \"How often do you expect to send messages?\",\n                \"suggestedAnswers\": [\n                  \"Once per day\",\n                  \"Once per week\",\n                  \"Once per month\",\n                  \"Once per 3 months\",\n                  \"Once per 6 months\"\n                ]\n              },\n              \"campaignLength\": {\n                \"question\": \"What will be the length of the RCS campaign?\",\n                \"suggestedAnswers\": [\n                  \"1 day or less\",\n                  \"2 to 7 days\",\n                  \"8 to 21 days\",\n                  \"1 month\",\n                  \"3 months\",\n                  \"6 months\",\n                  \"Continuous / ongoing\"\n                ]\n              }\n            },\n            \"answers\": {\n              \"brandIndustry\": \"Automotive\",\n              \"companyLegalName\": \"Example company legal name\",\n              \"companyRegistrationNumber\": \"123-123456789\",\n              \"fullCompanyAddress\": \"Skeppsbron 1 Malmö, 123 12, Sweden\",\n              \"messagesVolume\": \"10K - 100K messages\",\n              \"messagesFrequency\": \"Once per month\"\n            }\n          },\n          \"fr\": {\n            \"questions\": {\n              \"fullCompanyAddress\": {\n                \"question\": \"Full Company Address\",\n                \"suggestedAnswers\": []\n              },\n              \"siren\": {\n                \"question\": \"What is your Company directory identification system number (SIREN)?\",\n                \"suggestedAnswers\": []\n              }\n            },\n            \"answers\": {\n              \"fullCompanyAddress\": \"Skeppsbron 1-split-211 20-split-Malmö\",\n              \"fullCompanyAddressMetadata\": {\n                \"ignore\": \"-split-\"\n              },\n              \"siren\": \"123456789\"\n            }\n          }\n        }\n      },\n      \"region\": \"EU\",\n      \"billingCategory\": \"CONVERSATIONAL\",\n      \"useCase\": \"OTP\",\n      \"hostingRegion\": \"EUROPE\",\n      \"authName\": \"yurwN6123asd\",\n      \"authToken\": \"ejiiqJtDyurwN6jLze8v\",\n      \"conversationApiApp\": \"4CF9CE97504C4A468F4610919D17ECC1\",\n      \"conversationApiAppDetails\": {\n        \"id\": \"4CF9CE97504C4A468F4610919D17ECC1\",\n        \"projectId\": \"ea026751-3edf-40a9-ad93-1b382bd60a78\",\n        \"region\": \"EU\"\n      },\n      \"created\": \"2023-01-19t13:11:08.204Z\",\n      \"modified\": \"2023-01-19t13:11:08.204Z\",\n      \"launched\": \"2023-01-19t13:11:08.204Z\",\n      \"supplierDetails\": {\n        \"google\": {\n          \"agentId\": \"agentId\"\n        }\n      },\n      \"brand\": {\n        \"id\": \"eceed77f-22f6-42bc-b2ce-3fe65916028e\",\n        \"status\": \"DRAFT\",\n        \"registrations\": [\n          {\n            \"id\": \"2ea4f0aa-f85d-4785-9ad9-0b08bbc148c2\",\n            \"status\": \"NEW\",\n            \"logs\": [\n              {\n                \"previousStatus\": \"BRAND_REGISTRATION_PROCESS_STATUS_UNSPECIFIED\",\n                \"currentStatus\": \"NEW\",\n                \"notes\": \"New brand registration submitted.\",\n                \"updateTime\": \"2026-03-10T14:25:36.482+01:00\"\n              }\n            ]\n          }\n        ]\n      }\n    },\n    {\n      \"id\": \"cf11794a-6a5e-4a12-b103-da79bd378bf1\",\n      \"state\": \"PREPARING_LAUNCH\",\n      \"testNumberStates\": [\n        {\n          \"number\": \"+46123123111\",\n          \"state\": \"UNVERIFIED\",\n          \"submitted\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"number\": \"+46123123222\",\n          \"state\": \"VERIFIED\",\n          \"submitted\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"number\": \"+46123123333\",\n          \"state\": \"DECLINED\",\n          \"submitted\": \"2023-01-19t13:11:08.204Z\"\n        }\n      ],\n      \"countryStatus\": [\n        {\n          \"country\": \"FR\",\n          \"status\": \"PENDING\",\n          \"operators\": [\n            {\n              \"name\": \"Coriolis Telecom\",\n              \"status\": \"PENDING\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"Lycamobile\",\n              \"status\": \"PENDING\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"Bouygues\",\n              \"status\": \"PENDING\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"Free\",\n              \"status\": \"PENDING\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"NRJ Mobile\",\n              \"status\": \"REJECTED\",\n              \"remark\": \"Sender was rejected due to operator policy.\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"SFR\",\n              \"status\": \"SUSPENDED\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"Orange\",\n              \"status\": \"PENDING\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            }\n          ]\n        },\n        {\n          \"country\": \"GB\",\n          \"status\": \"PENDING\",\n          \"operators\": [\n            {\n              \"name\": \"EE\",\n              \"status\": \"PENDING\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"Three\",\n              \"status\": \"PENDING\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"Sky\",\n              \"status\": \"PENDING\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"O2\",\n              \"status\": \"PENDING\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"Vodafone\",\n              \"status\": \"SUSPENDED\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            }\n          ]\n        },\n        {\n          \"country\": \"SE\",\n          \"status\": \"PENDING\",\n          \"operators\": [\n            {\n              \"name\": \"Tele2\",\n              \"status\": \"PENDING\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"Telenor\",\n              \"status\": \"PENDING\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"Telia\",\n              \"status\": \"PENDING\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            },\n            {\n              \"name\": \"Three\",\n              \"status\": \"PENDING\",\n              \"modified\": \"2023-01-19t13:11:08.204Z\"\n            }\n          ]\n        }\n      ],\n      \"details\": {\n        \"brand\": {\n          \"emails\": [\n            {\n              \"label\": \"label\",\n              \"address\": \"test@test.com\"\n            },\n            {\n              \"label\": \"label-1\",\n              \"address\": \"test-1@test.com\"\n            },\n            {\n              \"label\": \"label-2\",\n              \"address\": \"test-2@test.com\"\n            }\n          ],\n          \"phones\": [\n            {\n              \"label\": \"label\",\n              \"number\": \"+48777777777\"\n            },\n            {\n              \"label\": \"label-1\",\n              \"number\": \"48888888888\"\n            },\n            {\n              \"label\": \"label-2\",\n              \"number\": \"+48999999999\"\n            }\n          ],\n          \"websites\": [\n            {\n              \"label\": \"label\",\n              \"url\": \"https://example.com\"\n            },\n            {\n              \"label\": \"label-1\",\n              \"url\": \"https://example-1.com\"\n            },\n            {\n              \"label\": \"label-2\",\n              \"url\": \"https://example-2.com\"\n            }\n          ],\n          \"color\": \"#000000\",\n          \"description\": \"Test description\",\n          \"bannerUrl\": \"https://example-banner-url.com\",\n          \"logoUrl\": \"https://example-logo-url.com\",\n          \"privacyPolicyUrl\": \"https://example-private-policy-url.com\",\n          \"termsOfServiceUrl\": \"https://example-terms-of-service-url.com\",\n          \"name\": \"Test name\"\n        },\n        \"testNumbers\": [\n          \"+48777777777\"\n        ],\n        \"countries\": [\n          \"FR\",\n          \"GB\",\n          \"SE\"\n        ],\n        \"questionnaire\": {\n          \"general\": {\n            \"questions\": {\n              \"optInDescription\": {\n                \"question\": \"How do users agree to receive messages from your business through the agent?\",\n                \"suggestedAnswers\": [\n                  \"By subscribing to our loyalty program\",\n                  \"By making a purchase in-store or online\",\n                  \"By subscribing to a newsletter\",\n                  \"By creating an account on our website or app\"\n                ]\n              },\n              \"triggerDescription\": {\n                \"question\": \"When does your business send messages to users through the agent?\",\n                \"suggestedAnswers\": [\n                  \"User actions (e.g. after making a purchase)\"\n                ]\n              },\n              \"interactionsDescription\": {\n                \"question\": \"How will users interact with your business through the agent?\",\n                \"suggestedAnswers\": [\n                  \"Online Payment\",\n                  \"Password reset\",\n                  \"OTP/2FA for account login\"\n                ]\n              },\n              \"optOutDescription\": {\n                \"question\": \"What message does your business send when a user opts out?\",\n                \"suggestedAnswers\": [\n                  \"Thank you for opting out\",\n                  \"Thank you for unsubscribing\",\n                  \"We have registered your opt out request\"\n                ]\n              },\n              \"videoUris\": {\n                \"question\": \"\",\n                \"suggestedAnswers\": []\n              },\n              \"screenshotUris\": {\n                \"question\": \"\",\n                \"suggestedAnswers\": []\n              }\n            },\n            \"answers\": {\n              \"optInDescription\": \"By subscribing to a newsletter\",\n              \"triggerDescription\": \"User actions (e.g. after making a purchase)\",\n              \"interactionsDescription\": \"Billing or payment reminders,aef Order updates,aef Upon package delivery\",\n              \"interactionsDescriptionMetadata\": {\n                \"ignore\": \",aef\"\n              },\n              \"optOutDescription\": \"We have registered your opt out request\",\n              \"videoUris\": [\n                \"https://example-video-url.com\"\n              ],\n              \"screenshotUris\": [\n                \"https://example-screenshot-url.com\"\n              ]\n            }\n          },\n          \"verification\": {\n            \"questions\": {\n              \"name\": {\n                \"question\": \"What is the name of your verification contact?\",\n                \"suggestedAnswers\": []\n              },\n              \"email\": {\n                \"question\": \"What is the email of your verification contact?\",\n                \"suggestedAnswers\": []\n              },\n              \"title\": {\n                \"question\": \"What is the title of your verification contact?\",\n                \"suggestedAnswers\": []\n              },\n              \"website\": {\n                \"question\": \"What is the website of your verification contact?\",\n                \"suggestedAnswers\": []\n              }\n            },\n            \"answers\": {\n              \"name\": \"Exam Ple\",\n              \"email\": \"email@example.com\",\n              \"title\": \"Head Example\",\n              \"website\": \"https://example.com\"\n            }\n          },\n          \"gb\": {\n            \"questions\": {\n              \"brandIndustry\": {\n                \"question\": \"What sector or industry does your business operate in?\",\n                \"suggestedAnswers\": [\n                  \"Automotive\",\n                  \"Beauty, spa and salon\",\n                  \"Clothing\",\n                  \"Education\",\n                  \"Entertainment\",\n                  \"Event planning and service\",\n                  \"Finance and banking\",\n                  \"Food and groceries\",\n                  \"Public service\",\n                  \"Hotel and lodging\",\n                  \"Medical and health\",\n                  \"Charity\",\n                  \"Professional services\",\n                  \"Shopping and retail\",\n                  \"Travel and transportation\",\n                  \"Restaurant\"\n                ]\n              },\n              \"companyLegalName\": {\n                \"question\": \"What is the registered legal name of your company?\",\n                \"suggestedAnswers\": []\n              },\n              \"companyRegistrationNumber\": {\n                \"question\": \"What is the registration number of your company?\",\n                \"suggestedAnswers\": []\n              },\n              \"fullCompanyAddress\": {\n                \"question\": \"Full Company Address\",\n                \"suggestedAnswers\": []\n              },\n              \"messagesVolume\": {\n                \"question\": \"What is the total volume of messages expected to be sent by your agent?\",\n                \"suggestedAnswers\": [\n                  \"0 - 10K messages\",\n                  \"10K - 100K messages\",\n                  \"100K - 1M messages\",\n                  \"1M+ messages\"\n                ]\n              },\n              \"messagesFrequency\": {\n                \"question\": \"How often do you expect to send messages?\",\n                \"suggestedAnswers\": [\n                  \"Once per day\",\n                  \"Once per week\",\n                  \"Once per month\",\n                  \"Once per 3 months\",\n                  \"Once per 6 months\"\n                ]\n              },\n              \"campaignLength\": {\n                \"question\": \"What will be the length of the RCS campaign?\",\n                \"suggestedAnswers\": [\n                  \"1 day or less\",\n                  \"2 to 7 days\",\n                  \"8 to 21 days\",\n                  \"1 month\",\n                  \"3 months\",\n                  \"6 months\",\n                  \"Continuous / ongoing\"\n                ]\n              }\n            },\n            \"answers\": {\n              \"brandIndustry\": \"Automotive\",\n              \"companyLegalName\": \"Example company legal name\",\n              \"companyRegistrationNumber\": \"123-123456789\",\n              \"fullCompanyAddress\": \"Skeppsbron 1 Malmö, 123 12, Sweden\",\n              \"messagesVolume\": \"10K - 100K messages\",\n              \"messagesFrequency\": \"Once per month\"\n            }\n          },\n          \"fr\": {\n            \"questions\": {\n              \"fullCompanyAddress\": {\n                \"question\": \"Full Company Address\",\n                \"suggestedAnswers\": []\n              },\n              \"siren\": {\n                \"question\": \"What is your Company directory identification system number (SIREN)?\",\n                \"suggestedAnswers\": []\n              }\n            },\n            \"answers\": {\n              \"fullCompanyAddress\": \"Skeppsbron 1-split-211 20-split-Malmö\",\n              \"fullCompanyAddressMetadata\": {\n                \"ignore\": \"-split-\"\n              },\n              \"siren\": \"123456789\"\n            }\n          }\n        }\n      },\n      \"region\": \"EU\",\n      \"billingCategory\": \"CONVERSATIONAL\",\n      \"useCase\": \"OTP\",\n      \"hostingRegion\": \"EUROPE\",\n      \"authName\": \"yurwN6123asd\",\n      \"authToken\": \"ejiiqJtDyurwN6jLze8v\",\n      \"conversationApiApp\": \"4CF9CE97504C4A468F4610919D17ECC1\",\n      \"conversationApiAppDetails\": {\n        \"id\": \"4CF9CE97504C4A468F4610919D17ECC1\",\n        \"projectId\": \"ea026751-3edf-40a9-ad93-1b382bd60a78\",\n        \"region\": \"EU\"\n      },\n      \"created\": \"2023-01-19t13:11:08.204Z\",\n      \"modified\": \"2023-01-19t13:11:08.204Z\",\n      \"launched\": \"2023-01-19t13:11:08.204Z\",\n      \"supplierDetails\": {\n        \"google\": {\n          \"agentId\": \"agentId\"\n        }\n      },\n      \"brand\": {\n        \"id\": \"eceed77f-22f6-42bc-b2ce-3fe65916028e\",\n        \"status\": \"DRAFT\",\n        \"registrations\": [\n          {\n            \"id\": \"2ea4f0aa-f85d-4785-9ad9-0b08bbc148c2\",\n            \"status\": \"NEW\",\n            \"logs\": [\n              {\n                \"previousStatus\": \"BRAND_REGISTRATION_PROCESS_STATUS_UNSPECIFIED\",\n                \"currentStatus\": \"NEW\",\n                \"notes\": \"New brand registration submitted.\",\n                \"updateTime\": \"2026-03-10T14:25:36.482+01:00\"\n              }\n            ]\n          }\n        ]\n      }\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"905f68e4-af36-459b-a628-22260213e66a","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"filterConversationApiAppId","value":"<string>"},{"key":"filterSenderIds","value":"<string>"},{"key":"filterSenderName","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"search","value":"<string>"},{"key":"sortColumn","value":"<string>"},{"key":"sortDirection","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_page_token\",\n  \"message\": \"Invalid page token.\",\n  \"resolution\": \"The page token to use is provided in the previous query response, for new queries simply leave this field undefined.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1f63f7cf-a6d7-4dd7-b954-90834fed2173","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"filterConversationApiAppId","value":"<string>"},{"key":"filterSenderIds","value":"<string>"},{"key":"filterSenderName","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"search","value":"<string>"},{"key":"sortColumn","value":"<string>"},{"key":"sortDirection","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2bb51d45-6e81-457d-a0d3-013c79be261e","name":"Forbidden","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"filterConversationApiAppId","value":"<string>"},{"key":"filterSenderIds","value":"<string>"},{"key":"filterSenderName","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"search","value":"<string>"},{"key":"sortColumn","value":"<string>"},{"key":"sortDirection","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"rbm_has_not_been_used\",\n  \"message\": \"RBM has not been used.\",\n  \"resolution\": \"Please wait and try again or reach out to support at si-richmessaging@sinch.com\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e7396f8b-e643-4758-8510-a39841aa9bb0","name":"TooManyRequests","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"filterConversationApiAppId","value":"<string>"},{"key":"filterSenderIds","value":"<string>"},{"key":"filterSenderName","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"search","value":"<string>"},{"key":"sortColumn","value":"<string>"},{"key":"sortDirection","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"rbm_too_many_requests\",\n  \"message\": \"RCS Business Messaging too many requests.\",\n  \"resolution\": \"Please wait and try again.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f460fbc5-87d2-4231-8bca-4cc741cc865d","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"filterConversationApiAppId","value":"<string>"},{"key":"filterSenderIds","value":"<string>"},{"key":"filterSenderName","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"search","value":"<string>"},{"key":"sortColumn","value":"<string>"},{"key":"sortDirection","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"33acd660-3880-42c8-a256-21dd900d5a63","name":"Create sender for project","request":{"name":"Create sender for project","description":{"content":"\n    Returns a sender for a project.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","rcs","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"region\": \"<string>\",\n  \"billingCategory\": \"<string>\",\n  \"useCase\": \"<string>\",\n  \"details\": {\n    \"brand\": {\n      \"name\": \"<string>\",\n      \"emails\": [\n        {\n          \"label\": \"<string>\",\n          \"address\": \"<email>\"\n        }\n      ],\n      \"phones\": [\n        {\n          \"label\": \"<string>\",\n          \"number\": \"<string>\"\n        }\n      ],\n      \"websites\": [\n        {\n          \"label\": \"<string>\",\n          \"url\": \"<url>\"\n        }\n      ],\n      \"color\": \"#000000\",\n      \"description\": \"<string>\",\n      \"bannerUrl\": \"<url>\",\n      \"logoUrl\": \"<url>\",\n      \"privacyPolicyUrl\": \"<url>\",\n      \"termsOfServiceUrl\": \"<url>\"\n    },\n    \"testNumbers\": [\n      \"<e.164 phone number>\",\n      \"<e.164 phone number>\"\n    ],\n    \"countries\": [\n      \"<string>\"\n    ],\n    \"questionnaire\": {\n      \"general\": {\n        \"answers\": {\n          \"optInDescription\": \"<string>\",\n          \"optInDescriptionMetadata\": {\n            \"ignore\": \"<string>\"\n          },\n          \"triggerDescription\": \"<string>\",\n          \"triggerDescriptionMetadata\": {\n            \"ignore\": \"<string>\"\n          },\n          \"interactionsDescription\": \"<string>\",\n          \"interactionsDescriptionMetadata\": {\n            \"ignore\": \"<string>\"\n          },\n          \"optOutDescription\": \"<string>\",\n          \"optOutDescriptionMetadata\": {\n            \"ignore\": \"<string>\"\n          },\n          \"videoUris\": [\n            \"<url>\"\n          ],\n          \"screenshotUris\": [\n            \"<url>\"\n          ]\n        }\n      },\n      \"verification\": {\n        \"answers\": {\n          \"name\": \"<string>\",\n          \"email\": \"<email>\",\n          \"title\": \"<string>\",\n          \"website\": \"<url>\"\n        }\n      },\n      \"gb\": {\n        \"answers\": {\n          \"brandIndustry\": \"<string>\",\n          \"companyLegalName\": \"<string>\",\n          \"companyRegistrationNumber\": \"<string>\",\n          \"fullCompanyAddress\": \"<string>\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"<string>\"\n          },\n          \"messagesVolume\": \"<string>\",\n          \"messagesFrequency\": \"<string>\",\n          \"campaignLength\": \"<string>\"\n        }\n      },\n      \"fr\": {\n        \"answers\": {\n          \"fullCompanyAddress\": \"<string>\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"<string>\"\n          },\n          \"siren\": \"<string>\"\n        }\n      },\n      \"es\": {\n        \"answers\": {\n          \"firstMessage\": \"<string>\"\n        }\n      },\n      \"us\": {\n        \"answers\": {\n          \"companyLegalName\": \"<string>\",\n          \"taxIdCountry\": \"<string>\",\n          \"ein\": \"<string>\",\n          \"taxId\": \"<string>\",\n          \"brandIndustry\": \"<string>\",\n          \"brandName\": \"<string>\",\n          \"legalForm\": \"<string>\",\n          \"additionalIdType\": \"<string>\",\n          \"additionalIdNumber\": \"<string>\",\n          \"stockExchange\": \"<string>\",\n          \"stockSymbol\": \"<string>\",\n          \"fullCompanyAddress\": \"<string>\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"<string>\"\n          },\n          \"phoneNumber\": \"<string>\",\n          \"websiteUrl\": \"<string>\",\n          \"contactFirstName\": \"<string>\",\n          \"contactSurname\": \"<string>\",\n          \"contactPosition\": \"<string>\",\n          \"contactEmail\": \"<string>\",\n          \"contactPhoneNumber\": \"<string>\",\n          \"smsCampaign\": \"<string>\",\n          \"useCaseDescription\": \"<string>\",\n          \"callToActionDescription\": \"<string>\",\n          \"callToActionScreenshotUrl\": \"<string>\",\n          \"sampleMessages\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"optInUserMessage\": \"<string>\",\n          \"optInConfirmationResponse\": \"<string>\",\n          \"optInBrandMessage\": \"<string>\",\n          \"helpMessageResponse\": \"<string>\",\n          \"stopMessageResponse\": \"<string>\",\n          \"verizonSmsUpgradeShortCode\": \"<string>\",\n          \"verizonSmsUpgradeLongCode\": \"<string>\",\n          \"verizonSmsOptInDescription\": \"<string>\",\n          \"verizonRbmOptInDescription\": \"<string>\",\n          \"verizonInitialMessageTypeModel\": \"<string>\",\n          \"verizonMonthlyMessagesVolume\": \"<string>\",\n          \"messagesVolume\": \"<string>\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"199f8f74-57ea-4928-b536-2916f6d1b3f7","name":"Sender","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"region\": \"EU\",\n  \"billingCategory\": \"CONVERSATIONAL\",\n  \"useCase\": \"OTP\",\n  \"details\": {\n    \"brand\": {\n      \"emails\": [\n        {\n          \"label\": \"label\",\n          \"address\": \"test@test.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"address\": \"test-1@test.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"address\": \"test-2@test.com\"\n        }\n      ],\n      \"phones\": [\n        {\n          \"label\": \"label\",\n          \"number\": \"+48777777777\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"number\": \"48888888888\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"number\": \"+48999999999\"\n        }\n      ],\n      \"websites\": [\n        {\n          \"label\": \"label\",\n          \"url\": \"https://example.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"url\": \"https://example-1.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"url\": \"https://example-2.com\"\n        }\n      ],\n      \"color\": \"#000000\",\n      \"description\": \"Test description\",\n      \"bannerUrl\": \"https://example-banner-url.com\",\n      \"logoUrl\": \"https://example-logo-url.com\",\n      \"privacyPolicyUrl\": \"https://example-private-policy-url.com\",\n      \"termsOfServiceUrl\": \"https://example-terms-of-service-url.com\",\n      \"name\": \"Test name\"\n    },\n    \"testNumbers\": [\n      \"+48777777777\"\n    ],\n    \"countries\": [\n      \"GB\",\n      \"FR\"\n    ],\n    \"questionnaire\": {\n      \"general\": {\n        \"answers\": {\n          \"optInDescription\": \"By subscribing to a newsletter\",\n          \"triggerDescription\": \"User actions (e.g. after making a purchase)\",\n          \"interactionsDescription\": \"Billing or payment reminders,aef Order updates,aef Upon package delivery\",\n          \"interactionsDescriptionMetadata\": {\n            \"ignore\": \",aef\"\n          },\n          \"optOutDescription\": \"We have registered your opt out request\",\n          \"videoUris\": [\n            \"https://example-video-url.com\"\n          ],\n          \"screenshotUris\": [\n            \"https://example-screenshot-url.com\"\n          ]\n        }\n      },\n      \"verification\": {\n        \"answers\": {\n          \"name\": \"Exam Ple\",\n          \"email\": \"email@example.com\",\n          \"title\": \"Head Example\",\n          \"website\": \"https://example.com\"\n        }\n      },\n      \"gb\": {\n        \"answers\": {\n          \"brandIndustry\": \"Automotive\",\n          \"companyLegalName\": \"Example company legal name\",\n          \"companyRegistrationNumber\": \"123-123456789\",\n          \"fullCompanyAddress\": \"Skeppsbron 1 Malmö, 123 12, Sweden\",\n          \"messagesVolume\": \"10K - 100K messages\",\n          \"messagesFrequency\": \"Once per month\"\n        }\n      },\n      \"fr\": {\n        \"answers\": {\n          \"fullCompanyAddress\": \"Skeppsbron 1-split-211 20-split-Malmö\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"-split-\"\n          },\n          \"siren\": \"123456789\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"cf11794a-6a5e-4a12-b103-da79bd378bf1\",\n  \"state\": \"IN_TEST\",\n  \"testNumberStates\": [\n    {\n      \"number\": \"+46123123111\",\n      \"state\": \"UNVERIFIED\",\n      \"submitted\": \"2023-01-19t13:11:08.204Z\"\n    },\n    {\n      \"number\": \"+46123123222\",\n      \"state\": \"VERIFIED\",\n      \"submitted\": \"2023-01-19t13:11:08.204Z\"\n    },\n    {\n      \"number\": \"+46123123333\",\n      \"state\": \"DECLINED\",\n      \"submitted\": \"2023-01-19t13:11:08.204Z\"\n    }\n  ],\n  \"countryStatus\": [\n    {\n      \"country\": \"FR\",\n      \"status\": \"NOT_LAUNCHED\",\n      \"operators\": [\n        {\n          \"name\": \"Coriolis Telecom\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Lycamobile\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Bouygues\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Free\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"NRJ Mobile\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"SFR\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Orange\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        }\n      ]\n    },\n    {\n      \"country\": \"GB\",\n      \"status\": \"NOT_LAUNCHED\",\n      \"operators\": [\n        {\n          \"name\": \"EE\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Three\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Sky\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"O2\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Vodafone\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        }\n      ]\n    },\n    {\n      \"country\": \"SE\",\n      \"status\": \"NOT_LAUNCHED\",\n      \"operators\": [\n        {\n          \"name\": \"Tele2\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Telenor\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Telia\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Three\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        }\n      ]\n    }\n  ],\n  \"details\": {\n    \"brand\": {\n      \"emails\": [\n        {\n          \"label\": \"label\",\n          \"address\": \"test@test.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"address\": \"test-1@test.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"address\": \"test-2@test.com\"\n        }\n      ],\n      \"phones\": [\n        {\n          \"label\": \"label\",\n          \"number\": \"+48777777777\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"number\": \"48888888888\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"number\": \"+48999999999\"\n        }\n      ],\n      \"websites\": [\n        {\n          \"label\": \"label\",\n          \"url\": \"https://example.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"url\": \"https://example-1.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"url\": \"https://example-2.com\"\n        }\n      ],\n      \"color\": \"#000000\",\n      \"description\": \"Test description\",\n      \"bannerUrl\": \"https://example-banner-url.com\",\n      \"logoUrl\": \"https://example-logo-url.com\",\n      \"privacyPolicyUrl\": \"https://example-private-policy-url.com\",\n      \"termsOfServiceUrl\": \"https://example-terms-of-service-url.com\",\n      \"name\": \"Test name\"\n    },\n    \"testNumbers\": [\n      \"+48777777777\"\n    ],\n    \"countries\": [\n      \"FR\",\n      \"GB\",\n      \"SE\"\n    ],\n    \"questionnaire\": {\n      \"general\": {\n        \"questions\": {\n          \"optInDescription\": {\n            \"question\": \"How do users agree to receive messages from your business through the agent?\",\n            \"suggestedAnswers\": [\n              \"By subscribing to our loyalty program\",\n              \"By making a purchase in-store or online\",\n              \"By subscribing to a newsletter\",\n              \"By creating an account on our website or app\"\n            ]\n          },\n          \"triggerDescription\": {\n            \"question\": \"When does your business send messages to users through the agent?\",\n            \"suggestedAnswers\": [\n              \"User actions (e.g. after making a purchase)\"\n            ]\n          },\n          \"interactionsDescription\": {\n            \"question\": \"How will users interact with your business through the agent?\",\n            \"suggestedAnswers\": [\n              \"Online Payment\",\n              \"Password reset\",\n              \"OTP/2FA for account login\"\n            ]\n          },\n          \"optOutDescription\": {\n            \"question\": \"What message does your business send when a user opts out?\",\n            \"suggestedAnswers\": [\n              \"Thank you for opting out\",\n              \"Thank you for unsubscribing\",\n              \"We have registered your opt out request\"\n            ]\n          },\n          \"videoUris\": {\n            \"question\": \"\",\n            \"suggestedAnswers\": []\n          },\n          \"screenshotUris\": {\n            \"question\": \"\",\n            \"suggestedAnswers\": []\n          }\n        },\n        \"answers\": {\n          \"optInDescription\": \"By subscribing to a newsletter\",\n          \"triggerDescription\": \"User actions (e.g. after making a purchase)\",\n          \"interactionsDescription\": \"Billing or payment reminders,aef Order updates,aef Upon package delivery\",\n          \"interactionsDescriptionMetadata\": {\n            \"ignore\": \",aef\"\n          },\n          \"optOutDescription\": \"We have registered your opt out request\",\n          \"videoUris\": [\n            \"https://example-video-url.com\"\n          ],\n          \"screenshotUris\": [\n            \"https://example-screenshot-url.com\"\n          ]\n        }\n      },\n      \"verification\": {\n        \"questions\": {\n          \"name\": {\n            \"question\": \"What is the name of your verification contact?\",\n            \"suggestedAnswers\": []\n          },\n          \"email\": {\n            \"question\": \"What is the email of your verification contact?\",\n            \"suggestedAnswers\": []\n          },\n          \"title\": {\n            \"question\": \"What is the title of your verification contact?\",\n            \"suggestedAnswers\": []\n          },\n          \"website\": {\n            \"question\": \"What is the website of your verification contact?\",\n            \"suggestedAnswers\": []\n          }\n        },\n        \"answers\": {\n          \"name\": \"Exam Ple\",\n          \"email\": \"email@example.com\",\n          \"title\": \"Head Example\",\n          \"website\": \"https://example.com\"\n        }\n      },\n      \"gb\": {\n        \"questions\": {\n          \"brandIndustry\": {\n            \"question\": \"What sector or industry does your business operate in?\",\n            \"suggestedAnswers\": [\n              \"Automotive\",\n              \"Beauty, spa and salon\",\n              \"Clothing\",\n              \"Education\",\n              \"Entertainment\",\n              \"Event planning and service\",\n              \"Finance and banking\",\n              \"Food and groceries\",\n              \"Public service\",\n              \"Hotel and lodging\",\n              \"Medical and health\",\n              \"Charity\",\n              \"Professional services\",\n              \"Shopping and retail\",\n              \"Travel and transportation\",\n              \"Restaurant\"\n            ]\n          },\n          \"companyLegalName\": {\n            \"question\": \"What is the registered legal name of your company?\",\n            \"suggestedAnswers\": []\n          },\n          \"companyRegistrationNumber\": {\n            \"question\": \"What is the registration number of your company?\",\n            \"suggestedAnswers\": []\n          },\n          \"fullCompanyAddress\": {\n            \"question\": \"Full Company Address\",\n            \"suggestedAnswers\": []\n          },\n          \"messagesVolume\": {\n            \"question\": \"What is the total volume of messages expected to be sent by your agent?\",\n            \"suggestedAnswers\": [\n              \"0 - 10K messages\",\n              \"10K - 100K messages\",\n              \"100K - 1M messages\",\n              \"1M+ messages\"\n            ]\n          },\n          \"messagesFrequency\": {\n            \"question\": \"How often do you expect to send messages?\",\n            \"suggestedAnswers\": [\n              \"Once per day\",\n              \"Once per week\",\n              \"Once per month\",\n              \"Once per 3 months\",\n              \"Once per 6 months\"\n            ]\n          },\n          \"campaignLength\": {\n            \"question\": \"What will be the length of the RCS campaign?\",\n            \"suggestedAnswers\": [\n              \"1 day or less\",\n              \"2 to 7 days\",\n              \"8 to 21 days\",\n              \"1 month\",\n              \"3 months\",\n              \"6 months\",\n              \"Continuous / ongoing\"\n            ]\n          }\n        },\n        \"answers\": {\n          \"brandIndustry\": \"Automotive\",\n          \"companyLegalName\": \"Example company legal name\",\n          \"companyRegistrationNumber\": \"123-123456789\",\n          \"fullCompanyAddress\": \"Skeppsbron 1 Malmö, 123 12, Sweden\",\n          \"messagesVolume\": \"10K - 100K messages\",\n          \"messagesFrequency\": \"Once per month\"\n        }\n      },\n      \"fr\": {\n        \"questions\": {\n          \"fullCompanyAddress\": {\n            \"question\": \"Full Company Address\",\n            \"suggestedAnswers\": []\n          },\n          \"siren\": {\n            \"question\": \"What is your Company directory identification system number (SIREN)?\",\n            \"suggestedAnswers\": []\n          }\n        },\n        \"answers\": {\n          \"fullCompanyAddress\": \"Skeppsbron 1-split-211 20-split-Malmö\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"-split-\"\n          },\n          \"siren\": \"123456789\"\n        }\n      }\n    }\n  },\n  \"region\": \"EU\",\n  \"billingCategory\": \"CONVERSATIONAL\",\n  \"useCase\": \"OTP\",\n  \"hostingRegion\": \"EUROPE\",\n  \"authName\": \"yurwN6123asd\",\n  \"authToken\": \"ejiiqJtDyurwN6jLze8v\",\n  \"conversationApiApp\": \"4CF9CE97504C4A468F4610919D17ECC1\",\n  \"conversationApiAppDetails\": {\n    \"id\": \"4CF9CE97504C4A468F4610919D17ECC1\",\n    \"projectId\": \"ea026751-3edf-40a9-ad93-1b382bd60a78\",\n    \"region\": \"EU\"\n  },\n  \"created\": \"2023-01-19t13:11:08.204Z\",\n  \"modified\": \"2023-01-19t13:11:08.204Z\",\n  \"launched\": \"2023-01-19t13:11:08.204Z\",\n  \"supplierDetails\": {\n    \"google\": {\n      \"agentId\": \"agentId\"\n    }\n  },\n  \"brand\": {\n    \"id\": \"eceed77f-22f6-42bc-b2ce-3fe65916028e\",\n    \"status\": \"DRAFT\",\n    \"registrations\": [\n      {\n        \"id\": \"2ea4f0aa-f85d-4785-9ad9-0b08bbc148c2\",\n        \"status\": \"NEW\",\n        \"logs\": [\n          {\n            \"previousStatus\": \"BRAND_REGISTRATION_PROCESS_STATUS_UNSPECIFIED\",\n            \"currentStatus\": \"NEW\",\n            \"notes\": \"New brand registration submitted.\",\n            \"updateTime\": \"2026-03-10T14:25:36.482+01:00\"\n          }\n        ]\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c91fba62-f0e7-4ebe-92aa-9fba6774734d","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"region\": \"EU\",\n  \"billingCategory\": \"CONVERSATIONAL\",\n  \"useCase\": \"OTP\",\n  \"details\": {\n    \"brand\": {\n      \"emails\": [\n        {\n          \"label\": \"label\",\n          \"address\": \"test@test.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"address\": \"test-1@test.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"address\": \"test-2@test.com\"\n        }\n      ],\n      \"phones\": [\n        {\n          \"label\": \"label\",\n          \"number\": \"+48777777777\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"number\": \"48888888888\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"number\": \"+48999999999\"\n        }\n      ],\n      \"websites\": [\n        {\n          \"label\": \"label\",\n          \"url\": \"https://example.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"url\": \"https://example-1.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"url\": \"https://example-2.com\"\n        }\n      ],\n      \"color\": \"#000000\",\n      \"description\": \"Test description\",\n      \"bannerUrl\": \"https://example-banner-url.com\",\n      \"logoUrl\": \"https://example-logo-url.com\",\n      \"privacyPolicyUrl\": \"https://example-private-policy-url.com\",\n      \"termsOfServiceUrl\": \"https://example-terms-of-service-url.com\",\n      \"name\": \"Test name\"\n    },\n    \"testNumbers\": [\n      \"+48777777777\"\n    ],\n    \"countries\": [\n      \"GB\",\n      \"FR\"\n    ],\n    \"questionnaire\": {\n      \"general\": {\n        \"answers\": {\n          \"optInDescription\": \"By subscribing to a newsletter\",\n          \"triggerDescription\": \"User actions (e.g. after making a purchase)\",\n          \"interactionsDescription\": \"Billing or payment reminders,aef Order updates,aef Upon package delivery\",\n          \"interactionsDescriptionMetadata\": {\n            \"ignore\": \",aef\"\n          },\n          \"optOutDescription\": \"We have registered your opt out request\",\n          \"videoUris\": [\n            \"https://example-video-url.com\"\n          ],\n          \"screenshotUris\": [\n            \"https://example-screenshot-url.com\"\n          ]\n        }\n      },\n      \"verification\": {\n        \"answers\": {\n          \"name\": \"Exam Ple\",\n          \"email\": \"email@example.com\",\n          \"title\": \"Head Example\",\n          \"website\": \"https://example.com\"\n        }\n      },\n      \"gb\": {\n        \"answers\": {\n          \"brandIndustry\": \"Automotive\",\n          \"companyLegalName\": \"Example company legal name\",\n          \"companyRegistrationNumber\": \"123-123456789\",\n          \"fullCompanyAddress\": \"Skeppsbron 1 Malmö, 123 12, Sweden\",\n          \"messagesVolume\": \"10K - 100K messages\",\n          \"messagesFrequency\": \"Once per month\"\n        }\n      },\n      \"fr\": {\n        \"answers\": {\n          \"fullCompanyAddress\": \"Skeppsbron 1-split-211 20-split-Malmö\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"-split-\"\n          },\n          \"siren\": \"123456789\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_input\",\n  \"message\": \"Invalid input.\",\n  \"resolution\": \"Correct the validation errors and submit again.\",\n  \"additionalInformation\": {\n    \"validationErrors\": [\n      \"details.brand.email.address must be an email\"\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"27b5a0fc-833b-4473-b39e-82e5d7dc3e60","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"region\": \"EU\",\n  \"billingCategory\": \"CONVERSATIONAL\",\n  \"useCase\": \"OTP\",\n  \"details\": {\n    \"brand\": {\n      \"emails\": [\n        {\n          \"label\": \"label\",\n          \"address\": \"test@test.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"address\": \"test-1@test.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"address\": \"test-2@test.com\"\n        }\n      ],\n      \"phones\": [\n        {\n          \"label\": \"label\",\n          \"number\": \"+48777777777\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"number\": \"48888888888\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"number\": \"+48999999999\"\n        }\n      ],\n      \"websites\": [\n        {\n          \"label\": \"label\",\n          \"url\": \"https://example.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"url\": \"https://example-1.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"url\": \"https://example-2.com\"\n        }\n      ],\n      \"color\": \"#000000\",\n      \"description\": \"Test description\",\n      \"bannerUrl\": \"https://example-banner-url.com\",\n      \"logoUrl\": \"https://example-logo-url.com\",\n      \"privacyPolicyUrl\": \"https://example-private-policy-url.com\",\n      \"termsOfServiceUrl\": \"https://example-terms-of-service-url.com\",\n      \"name\": \"Test name\"\n    },\n    \"testNumbers\": [\n      \"+48777777777\"\n    ],\n    \"countries\": [\n      \"GB\",\n      \"FR\"\n    ],\n    \"questionnaire\": {\n      \"general\": {\n        \"answers\": {\n          \"optInDescription\": \"By subscribing to a newsletter\",\n          \"triggerDescription\": \"User actions (e.g. after making a purchase)\",\n          \"interactionsDescription\": \"Billing or payment reminders,aef Order updates,aef Upon package delivery\",\n          \"interactionsDescriptionMetadata\": {\n            \"ignore\": \",aef\"\n          },\n          \"optOutDescription\": \"We have registered your opt out request\",\n          \"videoUris\": [\n            \"https://example-video-url.com\"\n          ],\n          \"screenshotUris\": [\n            \"https://example-screenshot-url.com\"\n          ]\n        }\n      },\n      \"verification\": {\n        \"answers\": {\n          \"name\": \"Exam Ple\",\n          \"email\": \"email@example.com\",\n          \"title\": \"Head Example\",\n          \"website\": \"https://example.com\"\n        }\n      },\n      \"gb\": {\n        \"answers\": {\n          \"brandIndustry\": \"Automotive\",\n          \"companyLegalName\": \"Example company legal name\",\n          \"companyRegistrationNumber\": \"123-123456789\",\n          \"fullCompanyAddress\": \"Skeppsbron 1 Malmö, 123 12, Sweden\",\n          \"messagesVolume\": \"10K - 100K messages\",\n          \"messagesFrequency\": \"Once per month\"\n        }\n      },\n      \"fr\": {\n        \"answers\": {\n          \"fullCompanyAddress\": \"Skeppsbron 1-split-211 20-split-Malmö\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"-split-\"\n          },\n          \"siren\": \"123456789\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"42930315-2f70-4675-aac8-841da75d884c","name":"Forbidden","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"region\": \"EU\",\n  \"billingCategory\": \"CONVERSATIONAL\",\n  \"useCase\": \"OTP\",\n  \"details\": {\n    \"brand\": {\n      \"emails\": [\n        {\n          \"label\": \"label\",\n          \"address\": \"test@test.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"address\": \"test-1@test.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"address\": \"test-2@test.com\"\n        }\n      ],\n      \"phones\": [\n        {\n          \"label\": \"label\",\n          \"number\": \"+48777777777\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"number\": \"48888888888\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"number\": \"+48999999999\"\n        }\n      ],\n      \"websites\": [\n        {\n          \"label\": \"label\",\n          \"url\": \"https://example.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"url\": \"https://example-1.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"url\": \"https://example-2.com\"\n        }\n      ],\n      \"color\": \"#000000\",\n      \"description\": \"Test description\",\n      \"bannerUrl\": \"https://example-banner-url.com\",\n      \"logoUrl\": \"https://example-logo-url.com\",\n      \"privacyPolicyUrl\": \"https://example-private-policy-url.com\",\n      \"termsOfServiceUrl\": \"https://example-terms-of-service-url.com\",\n      \"name\": \"Test name\"\n    },\n    \"testNumbers\": [\n      \"+48777777777\"\n    ],\n    \"countries\": [\n      \"GB\",\n      \"FR\"\n    ],\n    \"questionnaire\": {\n      \"general\": {\n        \"answers\": {\n          \"optInDescription\": \"By subscribing to a newsletter\",\n          \"triggerDescription\": \"User actions (e.g. after making a purchase)\",\n          \"interactionsDescription\": \"Billing or payment reminders,aef Order updates,aef Upon package delivery\",\n          \"interactionsDescriptionMetadata\": {\n            \"ignore\": \",aef\"\n          },\n          \"optOutDescription\": \"We have registered your opt out request\",\n          \"videoUris\": [\n            \"https://example-video-url.com\"\n          ],\n          \"screenshotUris\": [\n            \"https://example-screenshot-url.com\"\n          ]\n        }\n      },\n      \"verification\": {\n        \"answers\": {\n          \"name\": \"Exam Ple\",\n          \"email\": \"email@example.com\",\n          \"title\": \"Head Example\",\n          \"website\": \"https://example.com\"\n        }\n      },\n      \"gb\": {\n        \"answers\": {\n          \"brandIndustry\": \"Automotive\",\n          \"companyLegalName\": \"Example company legal name\",\n          \"companyRegistrationNumber\": \"123-123456789\",\n          \"fullCompanyAddress\": \"Skeppsbron 1 Malmö, 123 12, Sweden\",\n          \"messagesVolume\": \"10K - 100K messages\",\n          \"messagesFrequency\": \"Once per month\"\n        }\n      },\n      \"fr\": {\n        \"answers\": {\n          \"fullCompanyAddress\": \"Skeppsbron 1-split-211 20-split-Malmö\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"-split-\"\n          },\n          \"siren\": \"123456789\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"rbm_has_not_been_used\",\n  \"message\": \"RBM has not been used.\",\n  \"resolution\": \"Please wait and try again or reach out to support at si-richmessaging@sinch.com\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d69e036a-70d5-419a-af73-cca64c00b743","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"region\": \"EU\",\n  \"billingCategory\": \"CONVERSATIONAL\",\n  \"useCase\": \"OTP\",\n  \"details\": {\n    \"brand\": {\n      \"emails\": [\n        {\n          \"label\": \"label\",\n          \"address\": \"test@test.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"address\": \"test-1@test.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"address\": \"test-2@test.com\"\n        }\n      ],\n      \"phones\": [\n        {\n          \"label\": \"label\",\n          \"number\": \"+48777777777\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"number\": \"48888888888\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"number\": \"+48999999999\"\n        }\n      ],\n      \"websites\": [\n        {\n          \"label\": \"label\",\n          \"url\": \"https://example.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"url\": \"https://example-1.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"url\": \"https://example-2.com\"\n        }\n      ],\n      \"color\": \"#000000\",\n      \"description\": \"Test description\",\n      \"bannerUrl\": \"https://example-banner-url.com\",\n      \"logoUrl\": \"https://example-logo-url.com\",\n      \"privacyPolicyUrl\": \"https://example-private-policy-url.com\",\n      \"termsOfServiceUrl\": \"https://example-terms-of-service-url.com\",\n      \"name\": \"Test name\"\n    },\n    \"testNumbers\": [\n      \"+48777777777\"\n    ],\n    \"countries\": [\n      \"GB\",\n      \"FR\"\n    ],\n    \"questionnaire\": {\n      \"general\": {\n        \"answers\": {\n          \"optInDescription\": \"By subscribing to a newsletter\",\n          \"triggerDescription\": \"User actions (e.g. after making a purchase)\",\n          \"interactionsDescription\": \"Billing or payment reminders,aef Order updates,aef Upon package delivery\",\n          \"interactionsDescriptionMetadata\": {\n            \"ignore\": \",aef\"\n          },\n          \"optOutDescription\": \"We have registered your opt out request\",\n          \"videoUris\": [\n            \"https://example-video-url.com\"\n          ],\n          \"screenshotUris\": [\n            \"https://example-screenshot-url.com\"\n          ]\n        }\n      },\n      \"verification\": {\n        \"answers\": {\n          \"name\": \"Exam Ple\",\n          \"email\": \"email@example.com\",\n          \"title\": \"Head Example\",\n          \"website\": \"https://example.com\"\n        }\n      },\n      \"gb\": {\n        \"answers\": {\n          \"brandIndustry\": \"Automotive\",\n          \"companyLegalName\": \"Example company legal name\",\n          \"companyRegistrationNumber\": \"123-123456789\",\n          \"fullCompanyAddress\": \"Skeppsbron 1 Malmö, 123 12, Sweden\",\n          \"messagesVolume\": \"10K - 100K messages\",\n          \"messagesFrequency\": \"Once per month\"\n        }\n      },\n      \"fr\": {\n        \"answers\": {\n          \"fullCompanyAddress\": \"Skeppsbron 1-split-211 20-split-Malmö\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"-split-\"\n          },\n          \"siren\": \"123456789\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_found\",\n  \"message\": \"Project not found.\",\n  \"resolution\": \"Verify that the projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5c9b311b-3aed-4368-9c18-fdee6bb774d3","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"region\": \"EU\",\n  \"billingCategory\": \"CONVERSATIONAL\",\n  \"useCase\": \"OTP\",\n  \"details\": {\n    \"brand\": {\n      \"emails\": [\n        {\n          \"label\": \"label\",\n          \"address\": \"test@test.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"address\": \"test-1@test.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"address\": \"test-2@test.com\"\n        }\n      ],\n      \"phones\": [\n        {\n          \"label\": \"label\",\n          \"number\": \"+48777777777\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"number\": \"48888888888\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"number\": \"+48999999999\"\n        }\n      ],\n      \"websites\": [\n        {\n          \"label\": \"label\",\n          \"url\": \"https://example.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"url\": \"https://example-1.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"url\": \"https://example-2.com\"\n        }\n      ],\n      \"color\": \"#000000\",\n      \"description\": \"Test description\",\n      \"bannerUrl\": \"https://example-banner-url.com\",\n      \"logoUrl\": \"https://example-logo-url.com\",\n      \"privacyPolicyUrl\": \"https://example-private-policy-url.com\",\n      \"termsOfServiceUrl\": \"https://example-terms-of-service-url.com\",\n      \"name\": \"Test name\"\n    },\n    \"testNumbers\": [\n      \"+48777777777\"\n    ],\n    \"countries\": [\n      \"GB\",\n      \"FR\"\n    ],\n    \"questionnaire\": {\n      \"general\": {\n        \"answers\": {\n          \"optInDescription\": \"By subscribing to a newsletter\",\n          \"triggerDescription\": \"User actions (e.g. after making a purchase)\",\n          \"interactionsDescription\": \"Billing or payment reminders,aef Order updates,aef Upon package delivery\",\n          \"interactionsDescriptionMetadata\": {\n            \"ignore\": \",aef\"\n          },\n          \"optOutDescription\": \"We have registered your opt out request\",\n          \"videoUris\": [\n            \"https://example-video-url.com\"\n          ],\n          \"screenshotUris\": [\n            \"https://example-screenshot-url.com\"\n          ]\n        }\n      },\n      \"verification\": {\n        \"answers\": {\n          \"name\": \"Exam Ple\",\n          \"email\": \"email@example.com\",\n          \"title\": \"Head Example\",\n          \"website\": \"https://example.com\"\n        }\n      },\n      \"gb\": {\n        \"answers\": {\n          \"brandIndustry\": \"Automotive\",\n          \"companyLegalName\": \"Example company legal name\",\n          \"companyRegistrationNumber\": \"123-123456789\",\n          \"fullCompanyAddress\": \"Skeppsbron 1 Malmö, 123 12, Sweden\",\n          \"messagesVolume\": \"10K - 100K messages\",\n          \"messagesFrequency\": \"Once per month\"\n        }\n      },\n      \"fr\": {\n        \"answers\": {\n          \"fullCompanyAddress\": \"Skeppsbron 1-split-211 20-split-Malmö\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"-split-\"\n          },\n          \"siren\": \"123456789\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"account_data_is_corrupt\",\n  \"message\": \"Account data is corrupt.\",\n  \"resolution\": \"Please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7994f257-1fd8-4051-a144-8f96fc21fcd6","name":"TooManyRequests","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"region\": \"EU\",\n  \"billingCategory\": \"CONVERSATIONAL\",\n  \"useCase\": \"OTP\",\n  \"details\": {\n    \"brand\": {\n      \"emails\": [\n        {\n          \"label\": \"label\",\n          \"address\": \"test@test.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"address\": \"test-1@test.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"address\": \"test-2@test.com\"\n        }\n      ],\n      \"phones\": [\n        {\n          \"label\": \"label\",\n          \"number\": \"+48777777777\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"number\": \"48888888888\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"number\": \"+48999999999\"\n        }\n      ],\n      \"websites\": [\n        {\n          \"label\": \"label\",\n          \"url\": \"https://example.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"url\": \"https://example-1.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"url\": \"https://example-2.com\"\n        }\n      ],\n      \"color\": \"#000000\",\n      \"description\": \"Test description\",\n      \"bannerUrl\": \"https://example-banner-url.com\",\n      \"logoUrl\": \"https://example-logo-url.com\",\n      \"privacyPolicyUrl\": \"https://example-private-policy-url.com\",\n      \"termsOfServiceUrl\": \"https://example-terms-of-service-url.com\",\n      \"name\": \"Test name\"\n    },\n    \"testNumbers\": [\n      \"+48777777777\"\n    ],\n    \"countries\": [\n      \"GB\",\n      \"FR\"\n    ],\n    \"questionnaire\": {\n      \"general\": {\n        \"answers\": {\n          \"optInDescription\": \"By subscribing to a newsletter\",\n          \"triggerDescription\": \"User actions (e.g. after making a purchase)\",\n          \"interactionsDescription\": \"Billing or payment reminders,aef Order updates,aef Upon package delivery\",\n          \"interactionsDescriptionMetadata\": {\n            \"ignore\": \",aef\"\n          },\n          \"optOutDescription\": \"We have registered your opt out request\",\n          \"videoUris\": [\n            \"https://example-video-url.com\"\n          ],\n          \"screenshotUris\": [\n            \"https://example-screenshot-url.com\"\n          ]\n        }\n      },\n      \"verification\": {\n        \"answers\": {\n          \"name\": \"Exam Ple\",\n          \"email\": \"email@example.com\",\n          \"title\": \"Head Example\",\n          \"website\": \"https://example.com\"\n        }\n      },\n      \"gb\": {\n        \"answers\": {\n          \"brandIndustry\": \"Automotive\",\n          \"companyLegalName\": \"Example company legal name\",\n          \"companyRegistrationNumber\": \"123-123456789\",\n          \"fullCompanyAddress\": \"Skeppsbron 1 Malmö, 123 12, Sweden\",\n          \"messagesVolume\": \"10K - 100K messages\",\n          \"messagesFrequency\": \"Once per month\"\n        }\n      },\n      \"fr\": {\n        \"answers\": {\n          \"fullCompanyAddress\": \"Skeppsbron 1-split-211 20-split-Malmö\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"-split-\"\n          },\n          \"siren\": \"123456789\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"rbm_too_many_requests\",\n  \"message\": \"RCS Business Messaging too many requests.\",\n  \"resolution\": \"Please wait and try again.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e4a58e8d-b4f9-4135-a2a4-d601015b7931","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"region\": \"EU\",\n  \"billingCategory\": \"CONVERSATIONAL\",\n  \"useCase\": \"OTP\",\n  \"details\": {\n    \"brand\": {\n      \"emails\": [\n        {\n          \"label\": \"label\",\n          \"address\": \"test@test.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"address\": \"test-1@test.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"address\": \"test-2@test.com\"\n        }\n      ],\n      \"phones\": [\n        {\n          \"label\": \"label\",\n          \"number\": \"+48777777777\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"number\": \"48888888888\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"number\": \"+48999999999\"\n        }\n      ],\n      \"websites\": [\n        {\n          \"label\": \"label\",\n          \"url\": \"https://example.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"url\": \"https://example-1.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"url\": \"https://example-2.com\"\n        }\n      ],\n      \"color\": \"#000000\",\n      \"description\": \"Test description\",\n      \"bannerUrl\": \"https://example-banner-url.com\",\n      \"logoUrl\": \"https://example-logo-url.com\",\n      \"privacyPolicyUrl\": \"https://example-private-policy-url.com\",\n      \"termsOfServiceUrl\": \"https://example-terms-of-service-url.com\",\n      \"name\": \"Test name\"\n    },\n    \"testNumbers\": [\n      \"+48777777777\"\n    ],\n    \"countries\": [\n      \"GB\",\n      \"FR\"\n    ],\n    \"questionnaire\": {\n      \"general\": {\n        \"answers\": {\n          \"optInDescription\": \"By subscribing to a newsletter\",\n          \"triggerDescription\": \"User actions (e.g. after making a purchase)\",\n          \"interactionsDescription\": \"Billing or payment reminders,aef Order updates,aef Upon package delivery\",\n          \"interactionsDescriptionMetadata\": {\n            \"ignore\": \",aef\"\n          },\n          \"optOutDescription\": \"We have registered your opt out request\",\n          \"videoUris\": [\n            \"https://example-video-url.com\"\n          ],\n          \"screenshotUris\": [\n            \"https://example-screenshot-url.com\"\n          ]\n        }\n      },\n      \"verification\": {\n        \"answers\": {\n          \"name\": \"Exam Ple\",\n          \"email\": \"email@example.com\",\n          \"title\": \"Head Example\",\n          \"website\": \"https://example.com\"\n        }\n      },\n      \"gb\": {\n        \"answers\": {\n          \"brandIndustry\": \"Automotive\",\n          \"companyLegalName\": \"Example company legal name\",\n          \"companyRegistrationNumber\": \"123-123456789\",\n          \"fullCompanyAddress\": \"Skeppsbron 1 Malmö, 123 12, Sweden\",\n          \"messagesVolume\": \"10K - 100K messages\",\n          \"messagesFrequency\": \"Once per month\"\n        }\n      },\n      \"fr\": {\n        \"answers\": {\n          \"fullCompanyAddress\": \"Skeppsbron 1-split-211 20-split-Malmö\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"-split-\"\n          },\n          \"siren\": \"123456789\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5119e98b-d031-4300-bf51-faa8c21f37b0","name":"Get sender for project","request":{"name":"Get sender for project","description":{"content":"\n    Returns a sender for a project.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","rcs","senders","{{senderId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"befcf2c6-d805-4ed2-86e8-69483639d899","name":"Sender","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"cf11794a-6a5e-4a12-b103-da79bd378bf1\",\n  \"state\": \"IN_TEST\",\n  \"testNumberStates\": [\n    {\n      \"number\": \"+46123123111\",\n      \"state\": \"UNVERIFIED\",\n      \"submitted\": \"2023-01-19t13:11:08.204Z\"\n    },\n    {\n      \"number\": \"+46123123222\",\n      \"state\": \"VERIFIED\",\n      \"submitted\": \"2023-01-19t13:11:08.204Z\"\n    },\n    {\n      \"number\": \"+46123123333\",\n      \"state\": \"DECLINED\",\n      \"submitted\": \"2023-01-19t13:11:08.204Z\"\n    }\n  ],\n  \"countryStatus\": [\n    {\n      \"country\": \"FR\",\n      \"status\": \"NOT_LAUNCHED\",\n      \"operators\": [\n        {\n          \"name\": \"Coriolis Telecom\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Lycamobile\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Bouygues\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Free\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"NRJ Mobile\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"SFR\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Orange\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        }\n      ]\n    },\n    {\n      \"country\": \"GB\",\n      \"status\": \"NOT_LAUNCHED\",\n      \"operators\": [\n        {\n          \"name\": \"EE\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Three\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Sky\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"O2\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Vodafone\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        }\n      ]\n    },\n    {\n      \"country\": \"SE\",\n      \"status\": \"NOT_LAUNCHED\",\n      \"operators\": [\n        {\n          \"name\": \"Tele2\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Telenor\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Telia\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Three\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        }\n      ]\n    }\n  ],\n  \"details\": {\n    \"brand\": {\n      \"emails\": [\n        {\n          \"label\": \"label\",\n          \"address\": \"test@test.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"address\": \"test-1@test.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"address\": \"test-2@test.com\"\n        }\n      ],\n      \"phones\": [\n        {\n          \"label\": \"label\",\n          \"number\": \"+48777777777\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"number\": \"48888888888\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"number\": \"+48999999999\"\n        }\n      ],\n      \"websites\": [\n        {\n          \"label\": \"label\",\n          \"url\": \"https://example.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"url\": \"https://example-1.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"url\": \"https://example-2.com\"\n        }\n      ],\n      \"color\": \"#000000\",\n      \"description\": \"Test description\",\n      \"bannerUrl\": \"https://example-banner-url.com\",\n      \"logoUrl\": \"https://example-logo-url.com\",\n      \"privacyPolicyUrl\": \"https://example-private-policy-url.com\",\n      \"termsOfServiceUrl\": \"https://example-terms-of-service-url.com\",\n      \"name\": \"Test name\"\n    },\n    \"testNumbers\": [\n      \"+48777777777\"\n    ],\n    \"countries\": [\n      \"FR\",\n      \"GB\",\n      \"SE\"\n    ],\n    \"questionnaire\": {\n      \"general\": {\n        \"questions\": {\n          \"optInDescription\": {\n            \"question\": \"How do users agree to receive messages from your business through the agent?\",\n            \"suggestedAnswers\": [\n              \"By subscribing to our loyalty program\",\n              \"By making a purchase in-store or online\",\n              \"By subscribing to a newsletter\",\n              \"By creating an account on our website or app\"\n            ]\n          },\n          \"triggerDescription\": {\n            \"question\": \"When does your business send messages to users through the agent?\",\n            \"suggestedAnswers\": [\n              \"User actions (e.g. after making a purchase)\"\n            ]\n          },\n          \"interactionsDescription\": {\n            \"question\": \"How will users interact with your business through the agent?\",\n            \"suggestedAnswers\": [\n              \"Online Payment\",\n              \"Password reset\",\n              \"OTP/2FA for account login\"\n            ]\n          },\n          \"optOutDescription\": {\n            \"question\": \"What message does your business send when a user opts out?\",\n            \"suggestedAnswers\": [\n              \"Thank you for opting out\",\n              \"Thank you for unsubscribing\",\n              \"We have registered your opt out request\"\n            ]\n          },\n          \"videoUris\": {\n            \"question\": \"\",\n            \"suggestedAnswers\": []\n          },\n          \"screenshotUris\": {\n            \"question\": \"\",\n            \"suggestedAnswers\": []\n          }\n        },\n        \"answers\": {\n          \"optInDescription\": \"By subscribing to a newsletter\",\n          \"triggerDescription\": \"User actions (e.g. after making a purchase)\",\n          \"interactionsDescription\": \"Billing or payment reminders,aef Order updates,aef Upon package delivery\",\n          \"interactionsDescriptionMetadata\": {\n            \"ignore\": \",aef\"\n          },\n          \"optOutDescription\": \"We have registered your opt out request\",\n          \"videoUris\": [\n            \"https://example-video-url.com\"\n          ],\n          \"screenshotUris\": [\n            \"https://example-screenshot-url.com\"\n          ]\n        }\n      },\n      \"verification\": {\n        \"questions\": {\n          \"name\": {\n            \"question\": \"What is the name of your verification contact?\",\n            \"suggestedAnswers\": []\n          },\n          \"email\": {\n            \"question\": \"What is the email of your verification contact?\",\n            \"suggestedAnswers\": []\n          },\n          \"title\": {\n            \"question\": \"What is the title of your verification contact?\",\n            \"suggestedAnswers\": []\n          },\n          \"website\": {\n            \"question\": \"What is the website of your verification contact?\",\n            \"suggestedAnswers\": []\n          }\n        },\n        \"answers\": {\n          \"name\": \"Exam Ple\",\n          \"email\": \"email@example.com\",\n          \"title\": \"Head Example\",\n          \"website\": \"https://example.com\"\n        }\n      },\n      \"gb\": {\n        \"questions\": {\n          \"brandIndustry\": {\n            \"question\": \"What sector or industry does your business operate in?\",\n            \"suggestedAnswers\": [\n              \"Automotive\",\n              \"Beauty, spa and salon\",\n              \"Clothing\",\n              \"Education\",\n              \"Entertainment\",\n              \"Event planning and service\",\n              \"Finance and banking\",\n              \"Food and groceries\",\n              \"Public service\",\n              \"Hotel and lodging\",\n              \"Medical and health\",\n              \"Charity\",\n              \"Professional services\",\n              \"Shopping and retail\",\n              \"Travel and transportation\",\n              \"Restaurant\"\n            ]\n          },\n          \"companyLegalName\": {\n            \"question\": \"What is the registered legal name of your company?\",\n            \"suggestedAnswers\": []\n          },\n          \"companyRegistrationNumber\": {\n            \"question\": \"What is the registration number of your company?\",\n            \"suggestedAnswers\": []\n          },\n          \"fullCompanyAddress\": {\n            \"question\": \"Full Company Address\",\n            \"suggestedAnswers\": []\n          },\n          \"messagesVolume\": {\n            \"question\": \"What is the total volume of messages expected to be sent by your agent?\",\n            \"suggestedAnswers\": [\n              \"0 - 10K messages\",\n              \"10K - 100K messages\",\n              \"100K - 1M messages\",\n              \"1M+ messages\"\n            ]\n          },\n          \"messagesFrequency\": {\n            \"question\": \"How often do you expect to send messages?\",\n            \"suggestedAnswers\": [\n              \"Once per day\",\n              \"Once per week\",\n              \"Once per month\",\n              \"Once per 3 months\",\n              \"Once per 6 months\"\n            ]\n          },\n          \"campaignLength\": {\n            \"question\": \"What will be the length of the RCS campaign?\",\n            \"suggestedAnswers\": [\n              \"1 day or less\",\n              \"2 to 7 days\",\n              \"8 to 21 days\",\n              \"1 month\",\n              \"3 months\",\n              \"6 months\",\n              \"Continuous / ongoing\"\n            ]\n          }\n        },\n        \"answers\": {\n          \"brandIndustry\": \"Automotive\",\n          \"companyLegalName\": \"Example company legal name\",\n          \"companyRegistrationNumber\": \"123-123456789\",\n          \"fullCompanyAddress\": \"Skeppsbron 1 Malmö, 123 12, Sweden\",\n          \"messagesVolume\": \"10K - 100K messages\",\n          \"messagesFrequency\": \"Once per month\"\n        }\n      },\n      \"fr\": {\n        \"questions\": {\n          \"fullCompanyAddress\": {\n            \"question\": \"Full Company Address\",\n            \"suggestedAnswers\": []\n          },\n          \"siren\": {\n            \"question\": \"What is your Company directory identification system number (SIREN)?\",\n            \"suggestedAnswers\": []\n          }\n        },\n        \"answers\": {\n          \"fullCompanyAddress\": \"Skeppsbron 1-split-211 20-split-Malmö\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"-split-\"\n          },\n          \"siren\": \"123456789\"\n        }\n      }\n    }\n  },\n  \"region\": \"EU\",\n  \"billingCategory\": \"CONVERSATIONAL\",\n  \"useCase\": \"OTP\",\n  \"hostingRegion\": \"EUROPE\",\n  \"authName\": \"yurwN6123asd\",\n  \"authToken\": \"ejiiqJtDyurwN6jLze8v\",\n  \"conversationApiApp\": \"4CF9CE97504C4A468F4610919D17ECC1\",\n  \"conversationApiAppDetails\": {\n    \"id\": \"4CF9CE97504C4A468F4610919D17ECC1\",\n    \"projectId\": \"ea026751-3edf-40a9-ad93-1b382bd60a78\",\n    \"region\": \"EU\"\n  },\n  \"created\": \"2023-01-19t13:11:08.204Z\",\n  \"modified\": \"2023-01-19t13:11:08.204Z\",\n  \"launched\": \"2023-01-19t13:11:08.204Z\",\n  \"supplierDetails\": {\n    \"google\": {\n      \"agentId\": \"agentId\"\n    }\n  },\n  \"brand\": {\n    \"id\": \"eceed77f-22f6-42bc-b2ce-3fe65916028e\",\n    \"status\": \"DRAFT\",\n    \"registrations\": [\n      {\n        \"id\": \"2ea4f0aa-f85d-4785-9ad9-0b08bbc148c2\",\n        \"status\": \"NEW\",\n        \"logs\": [\n          {\n            \"previousStatus\": \"BRAND_REGISTRATION_PROCESS_STATUS_UNSPECIFIED\",\n            \"currentStatus\": \"NEW\",\n            \"notes\": \"New brand registration submitted.\",\n            \"updateTime\": \"2026-03-10T14:25:36.482+01:00\"\n          }\n        ]\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"14afe5d5-c387-48ce-9517-49378e1adfee","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_id_format\",\n  \"message\": \"Id is not in the expected format.\",\n  \"resolution\": \"senderId param is in the wrong format. Confirm that you're sending the correct value.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ba74457c-9cef-483a-8c23-f993b7f24d3a","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8f75cf79-7f81-4ca0-bfe5-4b9d6c2535cd","name":"Forbidden","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"rbm_has_not_been_used\",\n  \"message\": \"RBM has not been used.\",\n  \"resolution\": \"Please wait and try again or reach out to support at si-richmessaging@sinch.com\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"507dc9a4-d7e4-48d3-93de-ea1da53d56af","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a8b8de99-a85b-4018-a741-c5703e1cbf68","name":"TooManyRequests","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"rbm_too_many_requests\",\n  \"message\": \"RCS Business Messaging too many requests.\",\n  \"resolution\": \"Please wait and try again.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5d91a948-028d-489f-844a-df0ea9a7d760","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"28c5e56c-7f93-4846-a6bf-d65d0ae69f89","name":"Update sender for project","request":{"name":"Update sender for project","description":{"content":"\n    Returns updated sender for a project.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","rcs","senders","{{senderId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) "}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":null,"body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"brand\": {\n      \"name\": \"<string>\",\n      \"emails\": [\n        {\n          \"label\": \"<string>\",\n          \"address\": \"<email>\"\n        }\n      ],\n      \"phones\": [\n        {\n          \"label\": \"<string>\",\n          \"number\": \"<string>\"\n        }\n      ],\n      \"websites\": [\n        {\n          \"label\": \"<string>\",\n          \"url\": \"<url>\"\n        }\n      ],\n      \"color\": \"<hex>\",\n      \"description\": \"<string>\",\n      \"bannerUrl\": \"<url>\",\n      \"logoUrl\": \"<url>\",\n      \"privacyPolicyUrl\": \"<url>\",\n      \"termsOfServiceUrl\": \"<url>\"\n    },\n    \"testNumbers\": [\n      \"<e.164 phone number>\",\n      \"<e.164 phone number>\"\n    ],\n    \"countries\": [\n      \"<string>\"\n    ],\n    \"questionnaire\": {\n      \"general\": {\n        \"answers\": {\n          \"optInDescription\": \"<string>\",\n          \"optInDescriptionMetadata\": {\n            \"ignore\": \"<string>\"\n          },\n          \"triggerDescription\": \"<string>\",\n          \"triggerDescriptionMetadata\": {\n            \"ignore\": \"<string>\"\n          },\n          \"interactionsDescription\": \"<string>\",\n          \"interactionsDescriptionMetadata\": {\n            \"ignore\": \"<string>\"\n          },\n          \"optOutDescription\": \"<string>\",\n          \"optOutDescriptionMetadata\": {\n            \"ignore\": \"<string>\"\n          },\n          \"videoUris\": [\n            \"<url>\"\n          ],\n          \"screenshotUris\": [\n            \"<url>\"\n          ]\n        }\n      },\n      \"verification\": {\n        \"answers\": {\n          \"name\": \"<string>\",\n          \"email\": \"<email>\",\n          \"title\": \"<string>\",\n          \"website\": \"<url>\"\n        }\n      },\n      \"gb\": {\n        \"answers\": {\n          \"brandIndustry\": \"<string>\",\n          \"companyLegalName\": \"<string>\",\n          \"companyRegistrationNumber\": \"<string>\",\n          \"fullCompanyAddress\": \"<string>\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"<string>\"\n          },\n          \"messagesVolume\": \"<string>\",\n          \"messagesFrequency\": \"<string>\",\n          \"campaignLength\": \"<string>\"\n        }\n      },\n      \"fr\": {\n        \"answers\": {\n          \"fullCompanyAddress\": \"<string>\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"<string>\"\n          },\n          \"siren\": \"<string>\"\n        }\n      },\n      \"es\": {\n        \"answers\": {\n          \"firstMessage\": \"<string>\"\n        }\n      },\n      \"us\": {\n        \"answers\": {\n          \"companyLegalName\": \"<string>\",\n          \"taxIdCountry\": \"<string>\",\n          \"ein\": \"<string>\",\n          \"taxId\": \"<string>\",\n          \"brandIndustry\": \"<string>\",\n          \"brandName\": \"<string>\",\n          \"legalForm\": \"<string>\",\n          \"additionalIdType\": \"<string>\",\n          \"additionalIdNumber\": \"<string>\",\n          \"stockExchange\": \"<string>\",\n          \"stockSymbol\": \"<string>\",\n          \"fullCompanyAddress\": \"<string>\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"<string>\"\n          },\n          \"phoneNumber\": \"<string>\",\n          \"websiteUrl\": \"<string>\",\n          \"contactFirstName\": \"<string>\",\n          \"contactSurname\": \"<string>\",\n          \"contactPosition\": \"<string>\",\n          \"contactEmail\": \"<string>\",\n          \"contactPhoneNumber\": \"<string>\",\n          \"smsCampaign\": \"<string>\",\n          \"useCaseDescription\": \"<string>\",\n          \"callToActionDescription\": \"<string>\",\n          \"callToActionScreenshotUrl\": \"<url>\",\n          \"sampleMessages\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"optInUserMessage\": \"<string>\",\n          \"optInConfirmationResponse\": \"<string>\",\n          \"optInBrandMessage\": \"<string>\",\n          \"helpMessageResponse\": \"<string>\",\n          \"stopMessageResponse\": \"<string>\",\n          \"verizonSmsUpgradeShortCode\": \"<string>\",\n          \"verizonSmsUpgradeLongCode\": \"<string>\",\n          \"verizonSmsOptInDescription\": \"<string>\",\n          \"verizonRbmOptInDescription\": \"<string>\",\n          \"verizonInitialMessageTypeModel\": \"<string>\",\n          \"verizonMonthlyMessagesVolume\": \"<string>\",\n          \"messagesVolume\": \"<string>\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"50805343-d8b9-452b-a535-95575aaf7a24","name":"Sender","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"brand\": {\n      \"emails\": [\n        {\n          \"label\": \"label\",\n          \"address\": \"test@test.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"address\": \"test-1@test.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"address\": \"test-2@test.com\"\n        }\n      ],\n      \"phones\": [\n        {\n          \"label\": \"label\",\n          \"number\": \"+48777777777\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"number\": \"48888888888\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"number\": \"+48999999999\"\n        }\n      ],\n      \"websites\": [\n        {\n          \"label\": \"label\",\n          \"url\": \"https://example.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"url\": \"https://example-1.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"url\": \"https://example-2.com\"\n        }\n      ],\n      \"color\": \"#000000\",\n      \"description\": \"Test description\",\n      \"bannerUrl\": \"https://example-banner-url.com\",\n      \"logoUrl\": \"https://example-logo-url.com\",\n      \"privacyPolicyUrl\": \"https://example-private-policy-url.com\",\n      \"termsOfServiceUrl\": \"https://example-terms-of-service-url.com\",\n      \"name\": \"Test name\"\n    },\n    \"testNumbers\": [\n      \"+48777777777\"\n    ],\n    \"countries\": [\n      \"GB\",\n      \"FR\"\n    ],\n    \"questionnaire\": {\n      \"general\": {\n        \"answers\": {\n          \"optInDescription\": \"By subscribing to a newsletter\",\n          \"triggerDescription\": \"User actions (e.g. after making a purchase)\",\n          \"interactionsDescription\": \"Billing or payment reminders,aef Order updates,aef Upon package delivery\",\n          \"interactionsDescriptionMetadata\": {\n            \"ignore\": \",aef\"\n          },\n          \"optOutDescription\": \"We have registered your opt out request\",\n          \"videoUris\": [\n            \"https://example-video-url.com\"\n          ],\n          \"screenshotUris\": [\n            \"https://example-screenshot-url.com\"\n          ]\n        }\n      },\n      \"verification\": {\n        \"answers\": {\n          \"name\": \"Exam Ple\",\n          \"email\": \"email@example.com\",\n          \"title\": \"Head Example\",\n          \"website\": \"https://example.com\"\n        }\n      },\n      \"gb\": {\n        \"answers\": {\n          \"brandIndustry\": \"Automotive\",\n          \"companyLegalName\": \"Example company legal name\",\n          \"companyRegistrationNumber\": \"123-123456789\",\n          \"fullCompanyAddress\": \"Skeppsbron 1 Malmö, 123 12, Sweden\",\n          \"messagesVolume\": \"10K - 100K messages\",\n          \"messagesFrequency\": \"Once per month\"\n        }\n      },\n      \"fr\": {\n        \"answers\": {\n          \"fullCompanyAddress\": \"Skeppsbron 1-split-211 20-split-Malmö\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"-split-\"\n          },\n          \"siren\": \"123456789\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"cf11794a-6a5e-4a12-b103-da79bd378bf1\",\n  \"state\": \"IN_TEST\",\n  \"testNumberStates\": [\n    {\n      \"number\": \"+46123123111\",\n      \"state\": \"UNVERIFIED\",\n      \"submitted\": \"2023-01-19t13:11:08.204Z\"\n    },\n    {\n      \"number\": \"+46123123222\",\n      \"state\": \"VERIFIED\",\n      \"submitted\": \"2023-01-19t13:11:08.204Z\"\n    },\n    {\n      \"number\": \"+46123123333\",\n      \"state\": \"DECLINED\",\n      \"submitted\": \"2023-01-19t13:11:08.204Z\"\n    }\n  ],\n  \"countryStatus\": [\n    {\n      \"country\": \"FR\",\n      \"status\": \"NOT_LAUNCHED\",\n      \"operators\": [\n        {\n          \"name\": \"Coriolis Telecom\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Lycamobile\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Bouygues\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Free\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"NRJ Mobile\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"SFR\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Orange\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        }\n      ]\n    },\n    {\n      \"country\": \"GB\",\n      \"status\": \"NOT_LAUNCHED\",\n      \"operators\": [\n        {\n          \"name\": \"EE\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Three\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Sky\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"O2\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Vodafone\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        }\n      ]\n    },\n    {\n      \"country\": \"SE\",\n      \"status\": \"NOT_LAUNCHED\",\n      \"operators\": [\n        {\n          \"name\": \"Tele2\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Telenor\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Telia\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Three\",\n          \"status\": \"NOT_LAUNCHED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        }\n      ]\n    }\n  ],\n  \"details\": {\n    \"brand\": {\n      \"emails\": [\n        {\n          \"label\": \"label\",\n          \"address\": \"test@test.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"address\": \"test-1@test.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"address\": \"test-2@test.com\"\n        }\n      ],\n      \"phones\": [\n        {\n          \"label\": \"label\",\n          \"number\": \"+48777777777\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"number\": \"48888888888\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"number\": \"+48999999999\"\n        }\n      ],\n      \"websites\": [\n        {\n          \"label\": \"label\",\n          \"url\": \"https://example.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"url\": \"https://example-1.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"url\": \"https://example-2.com\"\n        }\n      ],\n      \"color\": \"#000000\",\n      \"description\": \"Test description\",\n      \"bannerUrl\": \"https://example-banner-url.com\",\n      \"logoUrl\": \"https://example-logo-url.com\",\n      \"privacyPolicyUrl\": \"https://example-private-policy-url.com\",\n      \"termsOfServiceUrl\": \"https://example-terms-of-service-url.com\",\n      \"name\": \"Test name\"\n    },\n    \"testNumbers\": [\n      \"+48777777777\"\n    ],\n    \"countries\": [\n      \"FR\",\n      \"GB\",\n      \"SE\"\n    ],\n    \"questionnaire\": {\n      \"general\": {\n        \"questions\": {\n          \"optInDescription\": {\n            \"question\": \"How do users agree to receive messages from your business through the agent?\",\n            \"suggestedAnswers\": [\n              \"By subscribing to our loyalty program\",\n              \"By making a purchase in-store or online\",\n              \"By subscribing to a newsletter\",\n              \"By creating an account on our website or app\"\n            ]\n          },\n          \"triggerDescription\": {\n            \"question\": \"When does your business send messages to users through the agent?\",\n            \"suggestedAnswers\": [\n              \"User actions (e.g. after making a purchase)\"\n            ]\n          },\n          \"interactionsDescription\": {\n            \"question\": \"How will users interact with your business through the agent?\",\n            \"suggestedAnswers\": [\n              \"Online Payment\",\n              \"Password reset\",\n              \"OTP/2FA for account login\"\n            ]\n          },\n          \"optOutDescription\": {\n            \"question\": \"What message does your business send when a user opts out?\",\n            \"suggestedAnswers\": [\n              \"Thank you for opting out\",\n              \"Thank you for unsubscribing\",\n              \"We have registered your opt out request\"\n            ]\n          },\n          \"videoUris\": {\n            \"question\": \"\",\n            \"suggestedAnswers\": []\n          },\n          \"screenshotUris\": {\n            \"question\": \"\",\n            \"suggestedAnswers\": []\n          }\n        },\n        \"answers\": {\n          \"optInDescription\": \"By subscribing to a newsletter\",\n          \"triggerDescription\": \"User actions (e.g. after making a purchase)\",\n          \"interactionsDescription\": \"Billing or payment reminders,aef Order updates,aef Upon package delivery\",\n          \"interactionsDescriptionMetadata\": {\n            \"ignore\": \",aef\"\n          },\n          \"optOutDescription\": \"We have registered your opt out request\",\n          \"videoUris\": [\n            \"https://example-video-url.com\"\n          ],\n          \"screenshotUris\": [\n            \"https://example-screenshot-url.com\"\n          ]\n        }\n      },\n      \"verification\": {\n        \"questions\": {\n          \"name\": {\n            \"question\": \"What is the name of your verification contact?\",\n            \"suggestedAnswers\": []\n          },\n          \"email\": {\n            \"question\": \"What is the email of your verification contact?\",\n            \"suggestedAnswers\": []\n          },\n          \"title\": {\n            \"question\": \"What is the title of your verification contact?\",\n            \"suggestedAnswers\": []\n          },\n          \"website\": {\n            \"question\": \"What is the website of your verification contact?\",\n            \"suggestedAnswers\": []\n          }\n        },\n        \"answers\": {\n          \"name\": \"Exam Ple\",\n          \"email\": \"email@example.com\",\n          \"title\": \"Head Example\",\n          \"website\": \"https://example.com\"\n        }\n      },\n      \"gb\": {\n        \"questions\": {\n          \"brandIndustry\": {\n            \"question\": \"What sector or industry does your business operate in?\",\n            \"suggestedAnswers\": [\n              \"Automotive\",\n              \"Beauty, spa and salon\",\n              \"Clothing\",\n              \"Education\",\n              \"Entertainment\",\n              \"Event planning and service\",\n              \"Finance and banking\",\n              \"Food and groceries\",\n              \"Public service\",\n              \"Hotel and lodging\",\n              \"Medical and health\",\n              \"Charity\",\n              \"Professional services\",\n              \"Shopping and retail\",\n              \"Travel and transportation\",\n              \"Restaurant\"\n            ]\n          },\n          \"companyLegalName\": {\n            \"question\": \"What is the registered legal name of your company?\",\n            \"suggestedAnswers\": []\n          },\n          \"companyRegistrationNumber\": {\n            \"question\": \"What is the registration number of your company?\",\n            \"suggestedAnswers\": []\n          },\n          \"fullCompanyAddress\": {\n            \"question\": \"Full Company Address\",\n            \"suggestedAnswers\": []\n          },\n          \"messagesVolume\": {\n            \"question\": \"What is the total volume of messages expected to be sent by your agent?\",\n            \"suggestedAnswers\": [\n              \"0 - 10K messages\",\n              \"10K - 100K messages\",\n              \"100K - 1M messages\",\n              \"1M+ messages\"\n            ]\n          },\n          \"messagesFrequency\": {\n            \"question\": \"How often do you expect to send messages?\",\n            \"suggestedAnswers\": [\n              \"Once per day\",\n              \"Once per week\",\n              \"Once per month\",\n              \"Once per 3 months\",\n              \"Once per 6 months\"\n            ]\n          },\n          \"campaignLength\": {\n            \"question\": \"What will be the length of the RCS campaign?\",\n            \"suggestedAnswers\": [\n              \"1 day or less\",\n              \"2 to 7 days\",\n              \"8 to 21 days\",\n              \"1 month\",\n              \"3 months\",\n              \"6 months\",\n              \"Continuous / ongoing\"\n            ]\n          }\n        },\n        \"answers\": {\n          \"brandIndustry\": \"Automotive\",\n          \"companyLegalName\": \"Example company legal name\",\n          \"companyRegistrationNumber\": \"123-123456789\",\n          \"fullCompanyAddress\": \"Skeppsbron 1 Malmö, 123 12, Sweden\",\n          \"messagesVolume\": \"10K - 100K messages\",\n          \"messagesFrequency\": \"Once per month\"\n        }\n      },\n      \"fr\": {\n        \"questions\": {\n          \"fullCompanyAddress\": {\n            \"question\": \"Full Company Address\",\n            \"suggestedAnswers\": []\n          },\n          \"siren\": {\n            \"question\": \"What is your Company directory identification system number (SIREN)?\",\n            \"suggestedAnswers\": []\n          }\n        },\n        \"answers\": {\n          \"fullCompanyAddress\": \"Skeppsbron 1-split-211 20-split-Malmö\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"-split-\"\n          },\n          \"siren\": \"123456789\"\n        }\n      }\n    }\n  },\n  \"region\": \"EU\",\n  \"billingCategory\": \"CONVERSATIONAL\",\n  \"useCase\": \"OTP\",\n  \"hostingRegion\": \"EUROPE\",\n  \"authName\": \"yurwN6123asd\",\n  \"authToken\": \"ejiiqJtDyurwN6jLze8v\",\n  \"conversationApiApp\": \"4CF9CE97504C4A468F4610919D17ECC1\",\n  \"conversationApiAppDetails\": {\n    \"id\": \"4CF9CE97504C4A468F4610919D17ECC1\",\n    \"projectId\": \"ea026751-3edf-40a9-ad93-1b382bd60a78\",\n    \"region\": \"EU\"\n  },\n  \"created\": \"2023-01-19t13:11:08.204Z\",\n  \"modified\": \"2023-01-19t13:11:08.204Z\",\n  \"launched\": \"2023-01-19t13:11:08.204Z\",\n  \"supplierDetails\": {\n    \"google\": {\n      \"agentId\": \"agentId\"\n    }\n  },\n  \"brand\": {\n    \"id\": \"eceed77f-22f6-42bc-b2ce-3fe65916028e\",\n    \"status\": \"DRAFT\",\n    \"registrations\": [\n      {\n        \"id\": \"2ea4f0aa-f85d-4785-9ad9-0b08bbc148c2\",\n        \"status\": \"NEW\",\n        \"logs\": [\n          {\n            \"previousStatus\": \"BRAND_REGISTRATION_PROCESS_STATUS_UNSPECIFIED\",\n            \"currentStatus\": \"NEW\",\n            \"notes\": \"New brand registration submitted.\",\n            \"updateTime\": \"2026-03-10T14:25:36.482+01:00\"\n          }\n        ]\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cfe58b14-7dfb-4d00-b897-694943b147bb","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"brand\": {\n      \"emails\": [\n        {\n          \"label\": \"label\",\n          \"address\": \"test@test.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"address\": \"test-1@test.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"address\": \"test-2@test.com\"\n        }\n      ],\n      \"phones\": [\n        {\n          \"label\": \"label\",\n          \"number\": \"+48777777777\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"number\": \"48888888888\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"number\": \"+48999999999\"\n        }\n      ],\n      \"websites\": [\n        {\n          \"label\": \"label\",\n          \"url\": \"https://example.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"url\": \"https://example-1.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"url\": \"https://example-2.com\"\n        }\n      ],\n      \"color\": \"#000000\",\n      \"description\": \"Test description\",\n      \"bannerUrl\": \"https://example-banner-url.com\",\n      \"logoUrl\": \"https://example-logo-url.com\",\n      \"privacyPolicyUrl\": \"https://example-private-policy-url.com\",\n      \"termsOfServiceUrl\": \"https://example-terms-of-service-url.com\",\n      \"name\": \"Test name\"\n    },\n    \"testNumbers\": [\n      \"+48777777777\"\n    ],\n    \"countries\": [\n      \"GB\",\n      \"FR\"\n    ],\n    \"questionnaire\": {\n      \"general\": {\n        \"answers\": {\n          \"optInDescription\": \"By subscribing to a newsletter\",\n          \"triggerDescription\": \"User actions (e.g. after making a purchase)\",\n          \"interactionsDescription\": \"Billing or payment reminders,aef Order updates,aef Upon package delivery\",\n          \"interactionsDescriptionMetadata\": {\n            \"ignore\": \",aef\"\n          },\n          \"optOutDescription\": \"We have registered your opt out request\",\n          \"videoUris\": [\n            \"https://example-video-url.com\"\n          ],\n          \"screenshotUris\": [\n            \"https://example-screenshot-url.com\"\n          ]\n        }\n      },\n      \"verification\": {\n        \"answers\": {\n          \"name\": \"Exam Ple\",\n          \"email\": \"email@example.com\",\n          \"title\": \"Head Example\",\n          \"website\": \"https://example.com\"\n        }\n      },\n      \"gb\": {\n        \"answers\": {\n          \"brandIndustry\": \"Automotive\",\n          \"companyLegalName\": \"Example company legal name\",\n          \"companyRegistrationNumber\": \"123-123456789\",\n          \"fullCompanyAddress\": \"Skeppsbron 1 Malmö, 123 12, Sweden\",\n          \"messagesVolume\": \"10K - 100K messages\",\n          \"messagesFrequency\": \"Once per month\"\n        }\n      },\n      \"fr\": {\n        \"answers\": {\n          \"fullCompanyAddress\": \"Skeppsbron 1-split-211 20-split-Malmö\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"-split-\"\n          },\n          \"siren\": \"123456789\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_input\",\n  \"message\": \"Invalid input.\",\n  \"resolution\": \"Correct the validation errors and submit again.\",\n  \"additionalInformation\": {\n    \"validationErrors\": [\n      \"details.brand.email.address must be an email\"\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"95444885-5b66-4a93-9029-f398ca08eb88","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"brand\": {\n      \"emails\": [\n        {\n          \"label\": \"label\",\n          \"address\": \"test@test.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"address\": \"test-1@test.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"address\": \"test-2@test.com\"\n        }\n      ],\n      \"phones\": [\n        {\n          \"label\": \"label\",\n          \"number\": \"+48777777777\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"number\": \"48888888888\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"number\": \"+48999999999\"\n        }\n      ],\n      \"websites\": [\n        {\n          \"label\": \"label\",\n          \"url\": \"https://example.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"url\": \"https://example-1.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"url\": \"https://example-2.com\"\n        }\n      ],\n      \"color\": \"#000000\",\n      \"description\": \"Test description\",\n      \"bannerUrl\": \"https://example-banner-url.com\",\n      \"logoUrl\": \"https://example-logo-url.com\",\n      \"privacyPolicyUrl\": \"https://example-private-policy-url.com\",\n      \"termsOfServiceUrl\": \"https://example-terms-of-service-url.com\",\n      \"name\": \"Test name\"\n    },\n    \"testNumbers\": [\n      \"+48777777777\"\n    ],\n    \"countries\": [\n      \"GB\",\n      \"FR\"\n    ],\n    \"questionnaire\": {\n      \"general\": {\n        \"answers\": {\n          \"optInDescription\": \"By subscribing to a newsletter\",\n          \"triggerDescription\": \"User actions (e.g. after making a purchase)\",\n          \"interactionsDescription\": \"Billing or payment reminders,aef Order updates,aef Upon package delivery\",\n          \"interactionsDescriptionMetadata\": {\n            \"ignore\": \",aef\"\n          },\n          \"optOutDescription\": \"We have registered your opt out request\",\n          \"videoUris\": [\n            \"https://example-video-url.com\"\n          ],\n          \"screenshotUris\": [\n            \"https://example-screenshot-url.com\"\n          ]\n        }\n      },\n      \"verification\": {\n        \"answers\": {\n          \"name\": \"Exam Ple\",\n          \"email\": \"email@example.com\",\n          \"title\": \"Head Example\",\n          \"website\": \"https://example.com\"\n        }\n      },\n      \"gb\": {\n        \"answers\": {\n          \"brandIndustry\": \"Automotive\",\n          \"companyLegalName\": \"Example company legal name\",\n          \"companyRegistrationNumber\": \"123-123456789\",\n          \"fullCompanyAddress\": \"Skeppsbron 1 Malmö, 123 12, Sweden\",\n          \"messagesVolume\": \"10K - 100K messages\",\n          \"messagesFrequency\": \"Once per month\"\n        }\n      },\n      \"fr\": {\n        \"answers\": {\n          \"fullCompanyAddress\": \"Skeppsbron 1-split-211 20-split-Malmö\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"-split-\"\n          },\n          \"siren\": \"123456789\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1b2e7052-2529-49b0-842d-3759fd6604a4","name":"Forbidden","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"brand\": {\n      \"emails\": [\n        {\n          \"label\": \"label\",\n          \"address\": \"test@test.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"address\": \"test-1@test.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"address\": \"test-2@test.com\"\n        }\n      ],\n      \"phones\": [\n        {\n          \"label\": \"label\",\n          \"number\": \"+48777777777\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"number\": \"48888888888\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"number\": \"+48999999999\"\n        }\n      ],\n      \"websites\": [\n        {\n          \"label\": \"label\",\n          \"url\": \"https://example.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"url\": \"https://example-1.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"url\": \"https://example-2.com\"\n        }\n      ],\n      \"color\": \"#000000\",\n      \"description\": \"Test description\",\n      \"bannerUrl\": \"https://example-banner-url.com\",\n      \"logoUrl\": \"https://example-logo-url.com\",\n      \"privacyPolicyUrl\": \"https://example-private-policy-url.com\",\n      \"termsOfServiceUrl\": \"https://example-terms-of-service-url.com\",\n      \"name\": \"Test name\"\n    },\n    \"testNumbers\": [\n      \"+48777777777\"\n    ],\n    \"countries\": [\n      \"GB\",\n      \"FR\"\n    ],\n    \"questionnaire\": {\n      \"general\": {\n        \"answers\": {\n          \"optInDescription\": \"By subscribing to a newsletter\",\n          \"triggerDescription\": \"User actions (e.g. after making a purchase)\",\n          \"interactionsDescription\": \"Billing or payment reminders,aef Order updates,aef Upon package delivery\",\n          \"interactionsDescriptionMetadata\": {\n            \"ignore\": \",aef\"\n          },\n          \"optOutDescription\": \"We have registered your opt out request\",\n          \"videoUris\": [\n            \"https://example-video-url.com\"\n          ],\n          \"screenshotUris\": [\n            \"https://example-screenshot-url.com\"\n          ]\n        }\n      },\n      \"verification\": {\n        \"answers\": {\n          \"name\": \"Exam Ple\",\n          \"email\": \"email@example.com\",\n          \"title\": \"Head Example\",\n          \"website\": \"https://example.com\"\n        }\n      },\n      \"gb\": {\n        \"answers\": {\n          \"brandIndustry\": \"Automotive\",\n          \"companyLegalName\": \"Example company legal name\",\n          \"companyRegistrationNumber\": \"123-123456789\",\n          \"fullCompanyAddress\": \"Skeppsbron 1 Malmö, 123 12, Sweden\",\n          \"messagesVolume\": \"10K - 100K messages\",\n          \"messagesFrequency\": \"Once per month\"\n        }\n      },\n      \"fr\": {\n        \"answers\": {\n          \"fullCompanyAddress\": \"Skeppsbron 1-split-211 20-split-Malmö\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"-split-\"\n          },\n          \"siren\": \"123456789\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"rbm_has_not_been_used\",\n  \"message\": \"RBM has not been used.\",\n  \"resolution\": \"Please wait and try again or reach out to support at si-richmessaging@sinch.com\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a34fd074-5150-4094-9102-0e06a4ab1fc1","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"brand\": {\n      \"emails\": [\n        {\n          \"label\": \"label\",\n          \"address\": \"test@test.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"address\": \"test-1@test.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"address\": \"test-2@test.com\"\n        }\n      ],\n      \"phones\": [\n        {\n          \"label\": \"label\",\n          \"number\": \"+48777777777\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"number\": \"48888888888\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"number\": \"+48999999999\"\n        }\n      ],\n      \"websites\": [\n        {\n          \"label\": \"label\",\n          \"url\": \"https://example.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"url\": \"https://example-1.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"url\": \"https://example-2.com\"\n        }\n      ],\n      \"color\": \"#000000\",\n      \"description\": \"Test description\",\n      \"bannerUrl\": \"https://example-banner-url.com\",\n      \"logoUrl\": \"https://example-logo-url.com\",\n      \"privacyPolicyUrl\": \"https://example-private-policy-url.com\",\n      \"termsOfServiceUrl\": \"https://example-terms-of-service-url.com\",\n      \"name\": \"Test name\"\n    },\n    \"testNumbers\": [\n      \"+48777777777\"\n    ],\n    \"countries\": [\n      \"GB\",\n      \"FR\"\n    ],\n    \"questionnaire\": {\n      \"general\": {\n        \"answers\": {\n          \"optInDescription\": \"By subscribing to a newsletter\",\n          \"triggerDescription\": \"User actions (e.g. after making a purchase)\",\n          \"interactionsDescription\": \"Billing or payment reminders,aef Order updates,aef Upon package delivery\",\n          \"interactionsDescriptionMetadata\": {\n            \"ignore\": \",aef\"\n          },\n          \"optOutDescription\": \"We have registered your opt out request\",\n          \"videoUris\": [\n            \"https://example-video-url.com\"\n          ],\n          \"screenshotUris\": [\n            \"https://example-screenshot-url.com\"\n          ]\n        }\n      },\n      \"verification\": {\n        \"answers\": {\n          \"name\": \"Exam Ple\",\n          \"email\": \"email@example.com\",\n          \"title\": \"Head Example\",\n          \"website\": \"https://example.com\"\n        }\n      },\n      \"gb\": {\n        \"answers\": {\n          \"brandIndustry\": \"Automotive\",\n          \"companyLegalName\": \"Example company legal name\",\n          \"companyRegistrationNumber\": \"123-123456789\",\n          \"fullCompanyAddress\": \"Skeppsbron 1 Malmö, 123 12, Sweden\",\n          \"messagesVolume\": \"10K - 100K messages\",\n          \"messagesFrequency\": \"Once per month\"\n        }\n      },\n      \"fr\": {\n        \"answers\": {\n          \"fullCompanyAddress\": \"Skeppsbron 1-split-211 20-split-Malmö\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"-split-\"\n          },\n          \"siren\": \"123456789\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_found\",\n  \"message\": \"Project not found.\",\n  \"resolution\": \"Verify that the projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d12694d3-1e85-479a-a307-95f8db9d1f2b","name":"TooManyRequests","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"brand\": {\n      \"emails\": [\n        {\n          \"label\": \"label\",\n          \"address\": \"test@test.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"address\": \"test-1@test.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"address\": \"test-2@test.com\"\n        }\n      ],\n      \"phones\": [\n        {\n          \"label\": \"label\",\n          \"number\": \"+48777777777\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"number\": \"48888888888\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"number\": \"+48999999999\"\n        }\n      ],\n      \"websites\": [\n        {\n          \"label\": \"label\",\n          \"url\": \"https://example.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"url\": \"https://example-1.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"url\": \"https://example-2.com\"\n        }\n      ],\n      \"color\": \"#000000\",\n      \"description\": \"Test description\",\n      \"bannerUrl\": \"https://example-banner-url.com\",\n      \"logoUrl\": \"https://example-logo-url.com\",\n      \"privacyPolicyUrl\": \"https://example-private-policy-url.com\",\n      \"termsOfServiceUrl\": \"https://example-terms-of-service-url.com\",\n      \"name\": \"Test name\"\n    },\n    \"testNumbers\": [\n      \"+48777777777\"\n    ],\n    \"countries\": [\n      \"GB\",\n      \"FR\"\n    ],\n    \"questionnaire\": {\n      \"general\": {\n        \"answers\": {\n          \"optInDescription\": \"By subscribing to a newsletter\",\n          \"triggerDescription\": \"User actions (e.g. after making a purchase)\",\n          \"interactionsDescription\": \"Billing or payment reminders,aef Order updates,aef Upon package delivery\",\n          \"interactionsDescriptionMetadata\": {\n            \"ignore\": \",aef\"\n          },\n          \"optOutDescription\": \"We have registered your opt out request\",\n          \"videoUris\": [\n            \"https://example-video-url.com\"\n          ],\n          \"screenshotUris\": [\n            \"https://example-screenshot-url.com\"\n          ]\n        }\n      },\n      \"verification\": {\n        \"answers\": {\n          \"name\": \"Exam Ple\",\n          \"email\": \"email@example.com\",\n          \"title\": \"Head Example\",\n          \"website\": \"https://example.com\"\n        }\n      },\n      \"gb\": {\n        \"answers\": {\n          \"brandIndustry\": \"Automotive\",\n          \"companyLegalName\": \"Example company legal name\",\n          \"companyRegistrationNumber\": \"123-123456789\",\n          \"fullCompanyAddress\": \"Skeppsbron 1 Malmö, 123 12, Sweden\",\n          \"messagesVolume\": \"10K - 100K messages\",\n          \"messagesFrequency\": \"Once per month\"\n        }\n      },\n      \"fr\": {\n        \"answers\": {\n          \"fullCompanyAddress\": \"Skeppsbron 1-split-211 20-split-Malmö\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"-split-\"\n          },\n          \"siren\": \"123456789\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"rbm_too_many_requests\",\n  \"message\": \"RCS Business Messaging too many requests.\",\n  \"resolution\": \"Please wait and try again.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4e7a5338-b468-4ba5-9d4c-3307c2fa56c3","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"brand\": {\n      \"emails\": [\n        {\n          \"label\": \"label\",\n          \"address\": \"test@test.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"address\": \"test-1@test.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"address\": \"test-2@test.com\"\n        }\n      ],\n      \"phones\": [\n        {\n          \"label\": \"label\",\n          \"number\": \"+48777777777\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"number\": \"48888888888\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"number\": \"+48999999999\"\n        }\n      ],\n      \"websites\": [\n        {\n          \"label\": \"label\",\n          \"url\": \"https://example.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"url\": \"https://example-1.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"url\": \"https://example-2.com\"\n        }\n      ],\n      \"color\": \"#000000\",\n      \"description\": \"Test description\",\n      \"bannerUrl\": \"https://example-banner-url.com\",\n      \"logoUrl\": \"https://example-logo-url.com\",\n      \"privacyPolicyUrl\": \"https://example-private-policy-url.com\",\n      \"termsOfServiceUrl\": \"https://example-terms-of-service-url.com\",\n      \"name\": \"Test name\"\n    },\n    \"testNumbers\": [\n      \"+48777777777\"\n    ],\n    \"countries\": [\n      \"GB\",\n      \"FR\"\n    ],\n    \"questionnaire\": {\n      \"general\": {\n        \"answers\": {\n          \"optInDescription\": \"By subscribing to a newsletter\",\n          \"triggerDescription\": \"User actions (e.g. after making a purchase)\",\n          \"interactionsDescription\": \"Billing or payment reminders,aef Order updates,aef Upon package delivery\",\n          \"interactionsDescriptionMetadata\": {\n            \"ignore\": \",aef\"\n          },\n          \"optOutDescription\": \"We have registered your opt out request\",\n          \"videoUris\": [\n            \"https://example-video-url.com\"\n          ],\n          \"screenshotUris\": [\n            \"https://example-screenshot-url.com\"\n          ]\n        }\n      },\n      \"verification\": {\n        \"answers\": {\n          \"name\": \"Exam Ple\",\n          \"email\": \"email@example.com\",\n          \"title\": \"Head Example\",\n          \"website\": \"https://example.com\"\n        }\n      },\n      \"gb\": {\n        \"answers\": {\n          \"brandIndustry\": \"Automotive\",\n          \"companyLegalName\": \"Example company legal name\",\n          \"companyRegistrationNumber\": \"123-123456789\",\n          \"fullCompanyAddress\": \"Skeppsbron 1 Malmö, 123 12, Sweden\",\n          \"messagesVolume\": \"10K - 100K messages\",\n          \"messagesFrequency\": \"Once per month\"\n        }\n      },\n      \"fr\": {\n        \"answers\": {\n          \"fullCompanyAddress\": \"Skeppsbron 1-split-211 20-split-Malmö\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"-split-\"\n          },\n          \"siren\": \"123456789\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"9883f2ce-0ade-4753-905a-9219e7f059ce","name":"Lists activities on sender","request":{"name":"Lists activities on sender","description":{"content":"\n    Paginated list of activities for sender. Ordered from the most recent one to the oldest one.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","rcs","senders","{{senderId}}","activities"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"pageToken","value":"<string>","description":"The page token if retrieving the next page from a previous query."},{"disabled":false,"key":"pageSize","value":"<number>","description":"The page size requested."}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"530cd295-16c1-4b60-9561-ecd89db95d39","name":"Recent activities on sender","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"totalSize\": 2,\n  \"pageSize\": 50,\n  \"notifications\": [\n    {\n      \"type\": \"CREATED\",\n      \"created\": \"2023-02-10T11:41:14.202Z\",\n      \"author\": \"Provisioning API user\"\n    },\n    {\n      \"type\": \"COMMENT_ADDED\",\n      \"created\": \"2023-02-10T11:41:14.202Z\",\n      \"comment\": \"Example comment\",\n      \"author\": \"Provisioning API user\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b7fc32dd-7699-45dc-adac-9f868b561f76","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_page_token\",\n  \"message\": \"Invalid page token.\",\n  \"resolution\": \"The page token to use is provided in the previous query response, for new queries simply leave this field undefined.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a01370ca-044d-4143-ab68-cd6bc448ffae","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8868d590-69c6-4b7b-b17c-a0168a725c68","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2df5044f-5afa-4633-bd8a-c57611b6ce12","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"af4249dc-9912-4c91-a19c-398e9070389b","name":"Creates a comment for a sender in project","request":{"name":"Creates a comment for a sender in project","description":{"content":"\n    Creates a comment for a sender in project.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","rcs","senders","{{senderId}}","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"comment\": \"<string>\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"48438f5f-1008-4ac4-8df3-b0ee26490787","name":"Created comment for a sender in project","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"type\": \"CREATED\",\n  \"comment\": \"Example comment\",\n  \"created\": \"2023-01-19T13:11:08.204Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e54e7260-2fec-49af-aeb4-b96e0a56ab52","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_input\",\n  \"message\": \"Invalid input.\",\n  \"resolution\": \"Correct the validation errors and submit again.\",\n  \"additionalInformation\": {\n    \"validationErrors\": [\n      \"comment must be longer than or equal to 1 characters\"\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b4c2a294-d04e-41ad-b08a-f968873be98a","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"df95f487-c94a-4d23-af2b-0d20b3fc6552","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"53ffc666-678d-44c2-a5a8-5ef2378d9a47","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"failed_to_create_comment\",\n  \"message\": \"Failed to create a comment.\",\n  \"resolution\": \"Please try again later.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"31761bf5-9411-4b0f-a30b-e0cc075054ef","name":"Begin launch process for sender","request":{"name":"Begin launch process for sender","description":{"content":"\n      Begins launch process for a sender in project.\n\n      Requirements to begin launch process:\n        - Questionnaire needs to be completed;\n        - Countries (`details.countries`) must have at least one (1) value;\n        - At least one contact phone number (`details.brand.phones`) or a contact email (`details.brand.emails`) is required, but both are recommended;\n        - A brand banner url (`details.brand.bannerUrl`) must be defined;\n        - A brand logo url (`details.brand.logoUrl`) must be defined;\n        - A privacy policy url (`details.brand.privacyPolicyUrl`) must be defined;\n        - A terms of service url (`details.brand.termsOfServiceUrl`) must be defined;\n\n      If no video URI was provided in questionnaire, Sender will go into PENDING_LAUNCH while a video is added by Service Implementation.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","rcs","senders","{{senderId}}","launch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":null},"response":[{"id":"2e58f5fc-c3fd-4134-9b1b-2e3ce455fdc8","name":"Launched sender in project","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","launch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"cf11794a-6a5e-4a12-b103-da79bd378bf1\",\n  \"state\": \"LAUNCHING\",\n  \"testNumberStates\": [\n    {\n      \"number\": \"+46123123111\",\n      \"state\": \"UNVERIFIED\",\n      \"submitted\": \"2023-01-19t13:11:08.204Z\"\n    },\n    {\n      \"number\": \"+46123123222\",\n      \"state\": \"VERIFIED\",\n      \"submitted\": \"2023-01-19t13:11:08.204Z\"\n    },\n    {\n      \"number\": \"+46123123333\",\n      \"state\": \"DECLINED\",\n      \"submitted\": \"2023-01-19t13:11:08.204Z\"\n    }\n  ],\n  \"countryStatus\": [\n    {\n      \"country\": \"FR\",\n      \"status\": \"PENDING\",\n      \"operators\": [\n        {\n          \"name\": \"Coriolis Telecom\",\n          \"status\": \"PENDING\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Lycamobile\",\n          \"status\": \"PENDING\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Bouygues\",\n          \"status\": \"PENDING\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Free\",\n          \"status\": \"PENDING\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"NRJ Mobile\",\n          \"status\": \"REJECTED\",\n          \"remark\": \"Sender was rejected due to operator policy.\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"SFR\",\n          \"status\": \"SUSPENDED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Orange\",\n          \"status\": \"PENDING\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        }\n      ]\n    },\n    {\n      \"country\": \"GB\",\n      \"status\": \"PENDING\",\n      \"operators\": [\n        {\n          \"name\": \"EE\",\n          \"status\": \"PENDING\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Three\",\n          \"status\": \"PENDING\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Sky\",\n          \"status\": \"PENDING\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"O2\",\n          \"status\": \"PENDING\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Vodafone\",\n          \"status\": \"SUSPENDED\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        }\n      ]\n    },\n    {\n      \"country\": \"SE\",\n      \"status\": \"PENDING\",\n      \"operators\": [\n        {\n          \"name\": \"Tele2\",\n          \"status\": \"PENDING\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Telenor\",\n          \"status\": \"PENDING\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Telia\",\n          \"status\": \"PENDING\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        },\n        {\n          \"name\": \"Three\",\n          \"status\": \"PENDING\",\n          \"modified\": \"2023-01-19t13:11:08.204Z\"\n        }\n      ]\n    }\n  ],\n  \"details\": {\n    \"brand\": {\n      \"emails\": [\n        {\n          \"label\": \"label\",\n          \"address\": \"test@test.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"address\": \"test-1@test.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"address\": \"test-2@test.com\"\n        }\n      ],\n      \"phones\": [\n        {\n          \"label\": \"label\",\n          \"number\": \"+48777777777\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"number\": \"48888888888\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"number\": \"+48999999999\"\n        }\n      ],\n      \"websites\": [\n        {\n          \"label\": \"label\",\n          \"url\": \"https://example.com\"\n        },\n        {\n          \"label\": \"label-1\",\n          \"url\": \"https://example-1.com\"\n        },\n        {\n          \"label\": \"label-2\",\n          \"url\": \"https://example-2.com\"\n        }\n      ],\n      \"color\": \"#000000\",\n      \"description\": \"Test description\",\n      \"bannerUrl\": \"https://example-banner-url.com\",\n      \"logoUrl\": \"https://example-logo-url.com\",\n      \"privacyPolicyUrl\": \"https://example-private-policy-url.com\",\n      \"termsOfServiceUrl\": \"https://example-terms-of-service-url.com\",\n      \"name\": \"Test name\"\n    },\n    \"testNumbers\": [\n      \"+48777777777\"\n    ],\n    \"countries\": [\n      \"FR\",\n      \"GB\",\n      \"SE\"\n    ],\n    \"questionnaire\": {\n      \"general\": {\n        \"questions\": {\n          \"optInDescription\": {\n            \"question\": \"How do users agree to receive messages from your business through the agent?\",\n            \"suggestedAnswers\": [\n              \"By subscribing to our loyalty program\",\n              \"By making a purchase in-store or online\",\n              \"By subscribing to a newsletter\",\n              \"By creating an account on our website or app\"\n            ]\n          },\n          \"triggerDescription\": {\n            \"question\": \"When does your business send messages to users through the agent?\",\n            \"suggestedAnswers\": [\n              \"User actions (e.g. after making a purchase)\"\n            ]\n          },\n          \"interactionsDescription\": {\n            \"question\": \"How will users interact with your business through the agent?\",\n            \"suggestedAnswers\": [\n              \"Online Payment\",\n              \"Password reset\",\n              \"OTP/2FA for account login\"\n            ]\n          },\n          \"optOutDescription\": {\n            \"question\": \"What message does your business send when a user opts out?\",\n            \"suggestedAnswers\": [\n              \"Thank you for opting out\",\n              \"Thank you for unsubscribing\",\n              \"We have registered your opt out request\"\n            ]\n          },\n          \"videoUris\": {\n            \"question\": \"\",\n            \"suggestedAnswers\": []\n          },\n          \"screenshotUris\": {\n            \"question\": \"\",\n            \"suggestedAnswers\": []\n          }\n        },\n        \"answers\": {\n          \"optInDescription\": \"By subscribing to a newsletter\",\n          \"triggerDescription\": \"User actions (e.g. after making a purchase)\",\n          \"interactionsDescription\": \"Billing or payment reminders,aef Order updates,aef Upon package delivery\",\n          \"interactionsDescriptionMetadata\": {\n            \"ignore\": \",aef\"\n          },\n          \"optOutDescription\": \"We have registered your opt out request\",\n          \"videoUris\": [\n            \"https://example-video-url.com\"\n          ],\n          \"screenshotUris\": [\n            \"https://example-screenshot-url.com\"\n          ]\n        }\n      },\n      \"verification\": {\n        \"questions\": {\n          \"name\": {\n            \"question\": \"What is the name of your verification contact?\",\n            \"suggestedAnswers\": []\n          },\n          \"email\": {\n            \"question\": \"What is the email of your verification contact?\",\n            \"suggestedAnswers\": []\n          },\n          \"title\": {\n            \"question\": \"What is the title of your verification contact?\",\n            \"suggestedAnswers\": []\n          },\n          \"website\": {\n            \"question\": \"What is the website of your verification contact?\",\n            \"suggestedAnswers\": []\n          }\n        },\n        \"answers\": {\n          \"name\": \"Exam Ple\",\n          \"email\": \"email@example.com\",\n          \"title\": \"Head Example\",\n          \"website\": \"https://example.com\"\n        }\n      },\n      \"gb\": {\n        \"questions\": {\n          \"brandIndustry\": {\n            \"question\": \"What sector or industry does your business operate in?\",\n            \"suggestedAnswers\": [\n              \"Automotive\",\n              \"Beauty, spa and salon\",\n              \"Clothing\",\n              \"Education\",\n              \"Entertainment\",\n              \"Event planning and service\",\n              \"Finance and banking\",\n              \"Food and groceries\",\n              \"Public service\",\n              \"Hotel and lodging\",\n              \"Medical and health\",\n              \"Charity\",\n              \"Professional services\",\n              \"Shopping and retail\",\n              \"Travel and transportation\",\n              \"Restaurant\"\n            ]\n          },\n          \"companyLegalName\": {\n            \"question\": \"What is the registered legal name of your company?\",\n            \"suggestedAnswers\": []\n          },\n          \"companyRegistrationNumber\": {\n            \"question\": \"What is the registration number of your company?\",\n            \"suggestedAnswers\": []\n          },\n          \"fullCompanyAddress\": {\n            \"question\": \"Full Company Address\",\n            \"suggestedAnswers\": []\n          },\n          \"messagesVolume\": {\n            \"question\": \"What is the total volume of messages expected to be sent by your agent?\",\n            \"suggestedAnswers\": [\n              \"0 - 10K messages\",\n              \"10K - 100K messages\",\n              \"100K - 1M messages\",\n              \"1M+ messages\"\n            ]\n          },\n          \"messagesFrequency\": {\n            \"question\": \"How often do you expect to send messages?\",\n            \"suggestedAnswers\": [\n              \"Once per day\",\n              \"Once per week\",\n              \"Once per month\",\n              \"Once per 3 months\",\n              \"Once per 6 months\"\n            ]\n          },\n          \"campaignLength\": {\n            \"question\": \"What will be the length of the RCS campaign?\",\n            \"suggestedAnswers\": [\n              \"1 day or less\",\n              \"2 to 7 days\",\n              \"8 to 21 days\",\n              \"1 month\",\n              \"3 months\",\n              \"6 months\",\n              \"Continuous / ongoing\"\n            ]\n          }\n        },\n        \"answers\": {\n          \"brandIndustry\": \"Automotive\",\n          \"companyLegalName\": \"Example company legal name\",\n          \"companyRegistrationNumber\": \"123-123456789\",\n          \"fullCompanyAddress\": \"Skeppsbron 1 Malmö, 123 12, Sweden\",\n          \"messagesVolume\": \"10K - 100K messages\",\n          \"messagesFrequency\": \"Once per month\"\n        }\n      },\n      \"fr\": {\n        \"questions\": {\n          \"fullCompanyAddress\": {\n            \"question\": \"Full Company Address\",\n            \"suggestedAnswers\": []\n          },\n          \"siren\": {\n            \"question\": \"What is your Company directory identification system number (SIREN)?\",\n            \"suggestedAnswers\": []\n          }\n        },\n        \"answers\": {\n          \"fullCompanyAddress\": \"Skeppsbron 1-split-211 20-split-Malmö\",\n          \"fullCompanyAddressMetadata\": {\n            \"ignore\": \"-split-\"\n          },\n          \"siren\": \"123456789\"\n        }\n      }\n    }\n  },\n  \"region\": \"EU\",\n  \"billingCategory\": \"CONVERSATIONAL\",\n  \"useCase\": \"OTP\",\n  \"hostingRegion\": \"EUROPE\",\n  \"authName\": \"yurwN6123asd\",\n  \"authToken\": \"ejiiqJtDyurwN6jLze8v\",\n  \"conversationApiApp\": \"4CF9CE97504C4A468F4610919D17ECC1\",\n  \"conversationApiAppDetails\": {\n    \"id\": \"4CF9CE97504C4A468F4610919D17ECC1\",\n    \"projectId\": \"ea026751-3edf-40a9-ad93-1b382bd60a78\",\n    \"region\": \"EU\"\n  },\n  \"created\": \"2023-01-19t13:11:08.204Z\",\n  \"modified\": \"2023-01-19t13:11:08.204Z\",\n  \"launched\": \"2023-01-19t13:11:08.204Z\",\n  \"supplierDetails\": {\n    \"google\": {\n      \"agentId\": \"agentId\"\n    }\n  },\n  \"brand\": {\n    \"id\": \"eceed77f-22f6-42bc-b2ce-3fe65916028e\",\n    \"status\": \"DRAFT\",\n    \"registrations\": [\n      {\n        \"id\": \"2ea4f0aa-f85d-4785-9ad9-0b08bbc148c2\",\n        \"status\": \"NEW\",\n        \"logs\": [\n          {\n            \"previousStatus\": \"BRAND_REGISTRATION_PROCESS_STATUS_UNSPECIFIED\",\n            \"currentStatus\": \"NEW\",\n            \"notes\": \"New brand registration submitted.\",\n            \"updateTime\": \"2026-03-10T14:25:36.482+01:00\"\n          }\n        ]\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"816aef36-9fed-4e9d-a0de-f4947ea3180d","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","launch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"verification_suspended_in_gmb\",\n  \"message\": \"Associated Google My Business is suspended\",\n  \"resolution\": \"Reverify Google My Business.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fa581b2e-d6b6-4f6d-b0f2-8279247cba91","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","launch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"88195871-767d-4347-85db-462ec45b9bf8","name":"Forbidden","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","launch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"rbm_has_not_been_used\",\n  \"message\": \"RBM has not been used.\",\n  \"resolution\": \"Please wait and try again or reach out to support at si-richmessaging@sinch.com\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"55e77092-9556-49fc-949a-01750c61a9e2","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","launch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"70f0aea3-b2ef-4fe4-a42b-0ea946c62442","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","launch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"launch_invalid_agent_state\",\n  \"message\": \"Sender can't be launched.\",\n  \"resolution\": \"Launch are only supported by senders with state: IN_TEST, LAUNCHING, LAUNCHED, UNLAUNCHED.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a0e60a52-fd57-47f8-9b13-bf7dc2af0bf7","name":"PreconditionFailed","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","launch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Precondition Failed","code":412,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"launch_precondition_failed\",\n  \"message\": \"Launch precondition failed.\",\n  \"resolution\": \"Correct the precondition errors and launch again.\",\n  \"additionalInformation\": {\n    \"validationErrors\": [\n      \"validation.error\"\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7f8a2606-24f2-44a4-96f9-5173c92f59d3","name":"TooManyRequests","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","launch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"rbm_too_many_requests\",\n  \"message\": \"RCS Business Messaging too many requests.\",\n  \"resolution\": \"Please wait and try again.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0e6ebaec-c6c9-48b3-bde1-6451c5859220","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","launch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5bfef157-4f62-4d8b-ab2b-2820df55a935","name":"Add test numbers to sender for project","request":{"name":"Add test numbers to sender for project","description":{"content":"\n    Returns updated test number states of sender for a project.\n\n    Please note that if you re-add verified number, state will be changed to unverified and an invite to become a tester will be sent again.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","rcs","senders","{{senderId}}","testNumbers"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) "}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"testNumbers\": [\n    \"<e.164 phone number>\",\n    \"<e.164 phone number>\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"48a0a564-7c58-47c5-852e-f075b8496007","name":"Test number states","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"testNumbers\": [\n    \"+48777777777\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"testNumbers\": [\n    {\n      \"number\": \"+46123123111\",\n      \"state\": \"UNVERIFIED\",\n      \"submitted\": \"2023-01-19t13:11:08.204Z\"\n    },\n    {\n      \"number\": \"+46123123222\",\n      \"state\": \"VERIFIED\",\n      \"submitted\": \"2023-01-19t13:11:08.204Z\"\n    },\n    {\n      \"number\": \"+46123123333\",\n      \"state\": \"DECLINED\",\n      \"submitted\": \"2023-01-19t13:11:08.204Z\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"63048efd-a704-4972-84b7-7ba32691f565","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"testNumbers\": [\n    \"+48777777777\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_id_format\",\n  \"message\": \"Id is not in the expected format.\",\n  \"resolution\": \"senderId param is in the wrong format. Confirm that you're sending the correct value.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1229f86c-859f-4277-a6c5-9483723fbb97","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"testNumbers\": [\n    \"+48777777777\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a2260be0-e095-45ef-b64f-e795a57a82b0","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"testNumbers\": [\n    \"+48777777777\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_found\",\n  \"message\": \"Project not found.\",\n  \"resolution\": \"Verify that the projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ac66728c-b40b-4bfb-a059-8d518e2ef183","name":"TooManyRequests","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"testNumbers\": [\n    \"+48777777777\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"rbm_too_many_requests\",\n  \"message\": \"RCS Business Messaging too many requests.\",\n  \"resolution\": \"Please wait and try again.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7146de07-b6c3-4e62-af98-287addc53275","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"testNumbers\": [\n    \"+48777777777\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"62c00226-fac9-4876-8ad2-16f6887d18d1","name":"Gets test number state of the sender for the project.","request":{"name":"Gets test number state of the sender for the project.","description":{"content":"\n    Returns test number state of the sender for the project.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","rcs","senders","{{senderId}}","testNumbers","{{testNumber}}"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) "},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) "}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"79fe9580-9541-4b17-8a89-6b25558fd655","name":"Test number state.","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) "},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"number\": \"+46123123222\",\n  \"state\": \"VERIFIED\",\n  \"submitted\": \"2023-01-19t13:11:08.204Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"17085f1c-af8b-4440-bf2b-5006ad39ae51","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) "},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"no_google_supplier\",\n  \"message\": \"No google supplier in sender.\",\n  \"resolution\": \"Verify that the sender has google supplier.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"281672dc-9f14-4910-8bc2-486f93c04420","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) "},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8b7573d1-ed7b-4385-9fa9-05140928441c","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) "},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_found\",\n  \"message\": \"Project not found.\",\n  \"resolution\": \"Verify that the projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1b897c67-b6a1-4e5d-b8d2-2c1790f10390","name":"TooManyRequests","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) "},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"rbm_too_many_requests\",\n  \"message\": \"RCS Business Messaging too many requests.\",\n  \"resolution\": \"Please wait and try again.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"215562ba-b39b-4eae-be41-f2ddb4e9b31b","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) "},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b429c5e7-02ff-431c-a0a9-f0040bce2a07","name":"Deletes a test number for the sender","request":{"name":"Deletes a test number for the sender","description":{"content":"\n    Deletes a test number for the sender.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","rcs","senders","{{senderId}}","testNumbers","{{testNumber}}"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) the user's phone number in E.164 format. For example, for a user with the US phone number +1-222-333-4444, the resulting parameter is '+12223334444'."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":null},"response":[{"id":"2cb01e1c-e2db-4d13-92d3-3bd053d829a2","name":"Test number deleted","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) the user's phone number in E.164 format. For example, for a user with the US phone number +1-222-333-4444, the resulting parameter is '+12223334444'."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"8bcdcbe1-64d9-4459-bbd9-195f6c8c6eb2","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) the user's phone number in E.164 format. For example, for a user with the US phone number +1-222-333-4444, the resulting parameter is '+12223334444'."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_id_format\",\n  \"message\": \"Id is not in the expected format.\",\n  \"resolution\": \"senderId param is in the wrong format. Confirm that you're sending the correct value.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d6b4557c-6d40-4d54-b5df-5bdb6993e16d","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) the user's phone number in E.164 format. For example, for a user with the US phone number +1-222-333-4444, the resulting parameter is '+12223334444'."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"088d143e-116c-4ca2-bebc-8615c7de840b","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) the user's phone number in E.164 format. For example, for a user with the US phone number +1-222-333-4444, the resulting parameter is '+12223334444'."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"71c83573-357f-402d-8966-59947838b414","name":"TooManyRequests","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) the user's phone number in E.164 format. For example, for a user with the US phone number +1-222-333-4444, the resulting parameter is '+12223334444'."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"rbm_too_many_requests\",\n  \"message\": \"RCS Business Messaging too many requests.\",\n  \"resolution\": \"Please wait and try again.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e374722a-4b3a-4750-af09-f6eb86148065","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) the user's phone number in E.164 format. For example, for a user with the US phone number +1-222-333-4444, the resulting parameter is '+12223334444'."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0d435ec5-183b-495f-80ca-5b4963b8f3f4","name":"Get test number capabilities of sender for project","request":{"name":"Get test number capabilities of sender for project","description":{"content":"\n    Returns test number capabilities of sender for a project.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","rcs","senders","{{senderId}}","testNumbers","{{testNumber}}","capabilities"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) the user's phone number in E.164 format. For example, for a user with the US phone number +1-222-333-4444, the resulting parameter is '+12223334444'."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"495e5664-4d9b-494f-9529-ba2b65fb8d09","name":"test number capabilities","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber","capabilities"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) the user's phone number in E.164 format. For example, for a user with the US phone number +1-222-333-4444, the resulting parameter is '+12223334444'."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"features\": [\n    \"REVOCATION\",\n    \"ACTION_DIAL\"\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b2b3df1e-f6c2-4c52-9d23-ed1a151bfb20","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber","capabilities"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) the user's phone number in E.164 format. For example, for a user with the US phone number +1-222-333-4444, the resulting parameter is '+12223334444'."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_id_format\",\n  \"message\": \"Id is not in the expected format.\",\n  \"resolution\": \"senderId param is in the wrong format. Confirm that you're sending the correct value.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5ae53393-c432-4f1c-ad1f-420deeb8e97c","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber","capabilities"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) the user's phone number in E.164 format. For example, for a user with the US phone number +1-222-333-4444, the resulting parameter is '+12223334444'."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"829a60ee-75b4-454d-bb48-0cb123e97c61","name":"Forbidden","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber","capabilities"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) the user's phone number in E.164 format. For example, for a user with the US phone number +1-222-333-4444, the resulting parameter is '+12223334444'."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"wrong_supplier_configuration\",\n  \"message\": \"Wrong supplier configuration is used, configuration needs to be setup via SI team\",\n  \"resolution\": \"Please reach out to support at si-richmessaging@sinch.com\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4bb540b5-8c08-4aca-b69d-59dd477a32a9","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber","capabilities"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) the user's phone number in E.164 format. For example, for a user with the US phone number +1-222-333-4444, the resulting parameter is '+12223334444'."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b42b389e-46e9-4be3-89d6-ef842935f9be","name":"TooManyRequests","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber","capabilities"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) the user's phone number in E.164 format. For example, for a user with the US phone number +1-222-333-4444, the resulting parameter is '+12223334444'."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"rbm_too_many_requests\",\n  \"message\": \"RCS Business Messaging too many requests.\",\n  \"resolution\": \"Please wait and try again.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fa8459a2-3fdb-4637-8a40-132a7ab477a1","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber","capabilities"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) the user's phone number in E.164 format. For example, for a user with the US phone number +1-222-333-4444, the resulting parameter is '+12223334444'."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2dbfbabf-b069-4cc5-871c-e7d3c7a6fb10","name":"Resend an invite to test number of sender for project","request":{"name":"Resend an invite to test number of sender for project","description":{"content":"\n    Resend an invite and returns state for test number of sender for a project.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","rcs","senders","{{senderId}}","testNumbers","{{testNumber}}","retry"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) the user's phone number in E.164 format. For example, for a user with the US phone number +1-222-333-4444, the resulting parameter is '+12223334444'."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"9dfdf9f5-c9cf-4f79-a443-8b7bd364757b","name":"test number state","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber","retry"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) the user's phone number in E.164 format. For example, for a user with the US phone number +1-222-333-4444, the resulting parameter is '+12223334444'."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"number\": \"+46123123111\",\n  \"state\": \"UNVERIFIED\",\n  \"submitted\": \"2023-01-19t13:11:08.204Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fbca33b9-b239-4212-848a-605bb9d587db","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber","retry"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) the user's phone number in E.164 format. For example, for a user with the US phone number +1-222-333-4444, the resulting parameter is '+12223334444'."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_id_format\",\n  \"message\": \"Id is not in the expected format.\",\n  \"resolution\": \"senderId param is in the wrong format. Confirm that you're sending the correct value.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"45d56837-7272-43c9-904b-9ddece524861","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber","retry"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) the user's phone number in E.164 format. For example, for a user with the US phone number +1-222-333-4444, the resulting parameter is '+12223334444'."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"84bc3629-ac95-48ae-b3dd-1388097e1acd","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber","retry"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) the user's phone number in E.164 format. For example, for a user with the US phone number +1-222-333-4444, the resulting parameter is '+12223334444'."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f49d3f1f-27e4-4e55-815f-37eba325d0b0","name":"TooManyRequests","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber","retry"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) the user's phone number in E.164 format. For example, for a user with the US phone number +1-222-333-4444, the resulting parameter is '+12223334444'."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"rbm_too_many_requests\",\n  \"message\": \"RCS Business Messaging too many requests.\",\n  \"resolution\": \"Please wait and try again.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d32709b3-a461-4ad8-808b-eac0e7244566","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","rcs","senders",":senderId","testNumbers",":testNumber","retry"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."},{"disabled":false,"type":"any","value":"<string>","key":"testNumber","description":"(Required) the user's phone number in E.164 format. For example, for a user with the US phone number +1-222-333-4444, the resulting parameter is '+12223334444'."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}]},{"name":"sms","item":[]},{"name":"upscale","item":[]},{"name":"webhook","item":[{"id":"374e48fe-609a-4597-8766-912c4324d544","name":"Webhooks","description":{"content":"Webhooks allow the Sinch servers to communicate with your server backend. The `webhooks` endpoint lets you create, update, and delete webhooks programmatically.","type":"text/plain"},"item":[],"event":[]}]},{"name":"whatsapp","item":[{"id":"20d330ff-d94c-4777-a43d-482bee2373a8","name":"WhatsApp","description":{"content":"he WhatsApp endpoint enables programmatic login to your WhatsApp account and retrieval of its details.","type":"text/plain"},"item":[{"id":"a7a9207d-3e00-41c7-9443-0e463b2fd761","name":"Enable Meta template analytics","request":{"name":"Enable Meta template analytics","description":{"content":"\n      Enable Meta template analytics for WhatsApp Business Account.\n      ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","enableTemplateAnalytics"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"PUT","auth":null},"response":[{"id":"9ee79674-364d-4f13-9b0e-051c612fe667","name":"Meta template analytics enabled for WhatsApp Business Account.","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","enableTemplateAnalytics"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"PUT","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"8eaf41ca-a7f4-47f5-bfd4-0c28d2d2e581","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","enableTemplateAnalytics"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for WhatsApp.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for WhatsApp.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"28f1aa84-2567-4804-8764-3147e19452d2","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","enableTemplateAnalytics"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2b1dd75c-826d-4c5a-a900-2dc9b006c400","name":"FailedDependency","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","enableTemplateAnalytics"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{}},"status":"Failed Dependency (WebDAV) (RFC 4918)","code":424,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_insights_not_yet_available\",\n  \"message\": \"Template Insights unavailable.\",\n  \"resolution\": \"Template Insights are not available yet for this WhatsApp Business account, please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"71c937f3-e3bb-4dcc-bac8-f825abb5f2d0","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","enableTemplateAnalytics"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a9dd3af8-c220-44a5-b390-68157839db43","name":"Create a long lived access token","request":{"name":"Create a long lived access token","description":{"content":"\n    Returns a long lived access token based on the facebook token from the embedded signup. Valid for 60 days.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","longLivedAccessToken"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"facebookToken\": \"<string>\",\n  \"facebookCode\": \"<string>\",\n  \"businessManager\": \"<string>\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"4f86d5f8-3a52-4706-8c32-3e3115cdd01d","name":"The long lived access token.","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","longLivedAccessToken"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"facebookCode\": \"FACEBOOK_CODE\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"longLivedAccessToken\": \"FACEBOOK_TOKEN\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ce84fce1-bd9f-470a-a79c-342faeb00542","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","longLivedAccessToken"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"facebookCode\": \"FACEBOOK_CODE\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_input\",\n  \"message\": \"Invalid input.\",\n  \"resolution\": \"Correct the validation errors and submit again.\",\n  \"additionalInformation\": {\n    \"validationErrors\": [\n      \"facebookToken must be a string\"\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"de20b7b0-b685-451e-909f-84fa4f5145a7","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","longLivedAccessToken"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"facebookCode\": \"FACEBOOK_CODE\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7b04a1bf-bbe0-4319-978b-cdbc69f42a7b","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","longLivedAccessToken"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"facebookCode\": \"FACEBOOK_CODE\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"facebook_Request_limit_reached\",\n  \"message\": \"Facebook request limit reached.\",\n  \"resolution\": \"Please try again later.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"79186ee9-f35a-4a85-8ade-24040345d471","name":"List WhatsApp Business Accounts details","request":{"name":"List WhatsApp Business Accounts details","description":{"content":"\n    Returns a list of all the WhatsApp Business Accounts that the facebook token is associated with, together with the numbers that are shared.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","wabaDetails"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"facebookToken\": \"<string>\",\n  \"businessManager\": \"<string>\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"971aa37e-ce72-43c6-94c5-406108f85b51","name":"List of WhatsApp Business Accounts.","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","wabaDetails"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"facebookToken\": \"FACEBOOK_TOKEN\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"wabas\": [\n    {\n      \"id\": \"100000000000000\",\n      \"numbers\": [\n        {\n          \"id\": \"222222222222222\",\n          \"displayPhoneNumber\": \"+48 777 777777\",\n          \"provisioned\": false\n        }\n      ]\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0f8be14e-eff8-4587-b8b5-a95032d365b5","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","wabaDetails"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"facebookToken\": \"FACEBOOK_TOKEN\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_input\",\n  \"message\": \"Invalid input.\",\n  \"resolution\": \"Correct the validation errors and submit again.\",\n  \"additionalInformation\": {\n    \"validationErrors\": [\n      \"facebookToken must be a string\"\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9015b594-cb3d-45d2-9f7c-0c2115a9196d","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","wabaDetails"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"facebookToken\": \"FACEBOOK_TOKEN\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"edfb5ef3-fc50-4be7-ad8b-0f84d065d551","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","wabaDetails"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"facebookToken\": \"FACEBOOK_TOKEN\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"facebook_Request_limit_reached\",\n  \"message\": \"Facebook request limit reached.\",\n  \"resolution\": \"Please try again later.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"9865e05a-aad4-4b82-9eed-c802cc1c8723","name":"WhatsApp Accounts","description":{"content":"The WhatsApp accounts endpoint lets you create and update WhatsApp accounts as well as get account activity and leave comments.","type":"text/plain"},"item":[{"id":"d8ba20a5-68a1-4765-8fb0-f9032848c1ed","name":"Get account for project","request":{"name":"Get account for project","description":{"content":"\n    Returns an account for a project.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"9ecdf9f4-e58a-4a1c-a433-f436e1a3d38a","name":"Account","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"state\": \"ONBOARDED\",\n  \"isEmbeddedSignup\": false,\n  \"businessManager\": \"SINCH_UK\",\n  \"wabaId\": \"1234567890\",\n  \"details\": {\n    \"companyLegalName\": \"Legal name of company\",\n    \"wabaName\": \"Legal name of company\",\n    \"clientBusinessManagerId\": \"1234567890\"\n  },\n  \"wabaEnabledForInsights\": false,\n  \"wabaEnabledForDirectSend\": false,\n  \"compatibleRegions\": [\n    \"eu\",\n    \"us\"\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7df95426-e48a-47dd-86c4-c54826967e44","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ed8f7804-8a61-4b95-b5c2-c866b3604c2b","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"account_not_found\",\n  \"message\": \"Account not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"089a7365-4952-40bd-9473-44037ba7d784","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"account_data_is_corrupt\",\n  \"message\": \"Account data is corrupt.\",\n  \"resolution\": \"Please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"95db8ba8-1b79-4bef-92da-1e83963aa2f2","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6795354f-18a0-4289-ac5e-03fe276c9ec3","name":"Create account for project","request":{"name":"Create account for project","description":{"content":"\n    Create the WhatsApp account for the project. Each project can only have one account.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"wabaName\": \"<string>\",\n  \"clientBusinessManagerId\": \"<string>\",\n  \"senderDetails\": {\n    \"displayName\": \"<string>\",\n    \"businessCategory\": \"<string>\",\n    \"region\": \"<string>\",\n    \"metaLocalStorage\": \"<string>\"\n  },\n  \"businessManager\": \"<string>\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"25156ace-51c2-469b-8345-0fc21d4c79e6","name":"Account","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"companyLegalName\": \"Legal name of company\",\n  \"clientBusinessManagerId\": \"1234567890\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"isEmbeddedSignup\": false,\n  \"businessManager\": \"SINCH_UK\",\n  \"wabaId\": \"1234567890\",\n  \"changes\": {\n    \"status\": \"IN_PROGRESS\",\n    \"details\": {\n      \"companyLegalName\": \"Legal name of company\",\n      \"wabaName\": \"Legal name of company\",\n      \"clientBusinessManagerId\": \"1234567890\"\n    }\n  },\n  \"compatibleRegions\": [\n    \"eu\",\n    \"us\"\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ddc44233-1593-44c9-9afb-6dc54a5e7d83","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"companyLegalName\": \"Legal name of company\",\n  \"clientBusinessManagerId\": \"1234567890\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_input\",\n  \"message\": \"Invalid input.\",\n  \"resolution\": \"Correct the validation errors and submit again.\",\n  \"additionalInformation\": {\n    \"validationErrors\": [\n      \"companyLegalName must be a string\"\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7e846b42-81b7-46a2-adc9-67e2b612cf39","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"companyLegalName\": \"Legal name of company\",\n  \"clientBusinessManagerId\": \"1234567890\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"37b15555-61db-4477-83ad-b98bdcfaa8f3","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"companyLegalName\": \"Legal name of company\",\n  \"clientBusinessManagerId\": \"1234567890\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_found\",\n  \"message\": \"Project not found.\",\n  \"resolution\": \"Verify that the projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"77347205-3248-497b-941d-169306e21e9e","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"companyLegalName\": \"Legal name of company\",\n  \"clientBusinessManagerId\": \"1234567890\"\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"account_exists\",\n  \"message\": \"Account already exists.\",\n  \"resolution\": \"There can only be one WhatsApp account for each project. Choose another one project to create a new WhatsApp account.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"45a379dc-1c6b-47bb-ab6c-5f7830fb9827","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"companyLegalName\": \"Legal name of company\",\n  \"clientBusinessManagerId\": \"1234567890\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d87475a9-0880-47a0-add5-dffca56ed972","name":"Accounts Controller delete Account v1","request":{"name":"Accounts Controller delete Account v1","description":{},"url":{"path":["v1","projects","{{projectId}}","whatsapp"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) "}]},"method":"DELETE","auth":null},"response":[{"id":"1422e54f-694f-4bd5-9c32-d1293ca2d91e","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"375546fa-87ec-458d-947f-2d54d3767753","name":"Update account for project","request":{"name":"Update account for project","description":{"content":"\n    Update an account. \n\n    It is only possible to update an account that has been rejected. After update the status will be set to `IN_PROGRESS`.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":null,"body":{"mode":"raw","raw":"{\n  \"companyLegalName\": \"<string>\",\n  \"wabaName\": \"<string>\",\n  \"clientBusinessManagerId\": \"<string>\",\n  \"senderDetails\": {\n    \"displayName\": \"<string>\",\n    \"businessCategory\": \"<string>\",\n    \"region\": \"<string>\",\n    \"metaLocalStorage\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"e7b952b0-bcdf-467c-974a-d2dc979e3077","name":"Account","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"companyLegalName\": \"Updated legal name of company\",\n  \"wabaName\": \"Updated legal name of company\",\n  \"clientBusinessManagerId\": \"1234567890\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"state\": \"REJECTED\",\n  \"isEmbeddedSignup\": false,\n  \"businessManager\": \"SINCH_UK\",\n  \"wabaId\": \"1234567890\",\n  \"changes\": {\n    \"status\": \"IN_PROGRESS\",\n    \"details\": {\n      \"companyLegalName\": \"Update legal name of company\",\n      \"wabaName\": \"Legal name of company\",\n      \"clientBusinessManagerId\": \"1234567890\"\n    }\n  },\n  \"details\": {\n    \"companyLegalName\": \"Legal name of company\",\n    \"wabaName\": \"Legal name of company\",\n    \"clientBusinessManagerId\": \"1234567890\"\n  },\n  \"wabaEnabledForInsights\": true,\n  \"wabaEnabledForDirectSend\": false,\n  \"compatibleRegions\": [\n    \"eu\",\n    \"us\"\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"721656b1-67bc-48d6-98e5-612d45f15fba","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"companyLegalName\": \"Updated legal name of company\",\n  \"wabaName\": \"Updated legal name of company\",\n  \"clientBusinessManagerId\": \"1234567890\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_input\",\n  \"message\": \"Invalid input.\",\n  \"resolution\": \"Correct the validation errors and submit again.\",\n  \"additionalInformation\": {\n    \"validationErrors\": [\n      \"wabaName must be a string\"\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"66caa6bf-d76c-4a4a-9cde-16c64b9eef66","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"companyLegalName\": \"Updated legal name of company\",\n  \"wabaName\": \"Updated legal name of company\",\n  \"clientBusinessManagerId\": \"1234567890\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0d67c841-4a7f-4128-8d21-2c762d363fdf","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"companyLegalName\": \"Updated legal name of company\",\n  \"wabaName\": \"Updated legal name of company\",\n  \"clientBusinessManagerId\": \"1234567890\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"account_not_found\",\n  \"message\": \"Account not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3dbfa720-2c69-493c-a7cb-5ef54ddcd804","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"companyLegalName\": \"Updated legal name of company\",\n  \"wabaName\": \"Updated legal name of company\",\n  \"clientBusinessManagerId\": \"1234567890\"\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"account_not_updatable\",\n  \"message\": \"Account is not updatable.\",\n  \"resolution\": \"Only account that are in \\\"REJECTED\\\" state can be updated.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3abf7f26-0972-4519-91be-64c7f07dbed3","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"companyLegalName\": \"Updated legal name of company\",\n  \"wabaName\": \"Updated legal name of company\",\n  \"clientBusinessManagerId\": \"1234567890\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"59dfa0d5-3537-4be2-9c27-b91501ffb748","name":"Lists activities on account","request":{"name":"Lists activities on account","description":{"content":"\n    Lists activities on account from the most recent one to the oldest one.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","activities"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"pageToken","value":"<string>","description":"The page token if retrieving the next page from a previous query."},{"disabled":false,"key":"pageSize","value":"<number>","description":"The page size requested."}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"85c37119-5447-4e74-9951-73a3470b5e9c","name":"Recent activities on account","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"totalSize\": 2,\n  \"pageSize\": 50,\n  \"notifications\": [\n    {\n      \"type\": \"CREATED\",\n      \"created\": \"2023-01-19T13:11:08.204Z\",\n      \"author\": \"Provisioning API user\"\n    },\n    {\n      \"type\": \"COMMENT_ADDED\",\n      \"created\": \"2023-01-19T13:11:08.204Z\",\n      \"comment\": \"Example comment\",\n      \"author\": \"Provisioning API user\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9567ab4a-7d4e-4654-b0c0-bd0d8af7fa0e","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_page_token\",\n  \"message\": \"Invalid page token.\",\n  \"resolution\": \"The page token to use is provided in the previous query response, for new queries simply leave this field undefined.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"025f7a6d-a98f-4fec-b0ba-8db317fc7379","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0c4d400b-5aca-4864-9d7d-3c9e2b2d63dd","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"account_not_found\",\n  \"message\": \"Account not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"612bc2a0-e390-44df-980a-87ff8e533606","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"cba5e650-adef-4750-be02-4c49c5e3691d","name":"Creates a comment for an account","request":{"name":"Creates a comment for an account","description":{"content":"\n    Creates a comment for an account.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"comment\": \"<string>\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"bbc82c1e-8ffe-4fca-b671-dfde9f35d684","name":"Created comment for an account.","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"type\": \"CREATED\",\n  \"comment\": \"Example comment\",\n  \"created\": \"2023-01-19T13:11:08.204Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1b6811c9-1fcc-457b-91bf-d4ea24e0f5ff","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_input\",\n  \"message\": \"Invalid input.\",\n  \"resolution\": \"Correct the validation errors and submit again.\",\n  \"additionalInformation\": {\n    \"validationErrors\": [\n      \"comment must be longer than or equal to 1 characters\"\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ca2ae369-6dc4-4c76-888b-da88cce34619","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8f592194-4c70-4323-8b83-884f030d93d2","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"account_not_found\",\n  \"message\": \"Account not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"abc1e82a-82cf-4b8d-9de2-51d630f5e901","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"account_data_is_corrupt\",\n  \"message\": \"Account data is corrupt.\",\n  \"resolution\": \"Please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e18985d4-bff2-40c6-ac0d-12c0e669794e","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"failed_to_create_comment\",\n  \"message\": \"Failed to create a comment.\",\n  \"resolution\": \"Please try again later.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"4c662993-65b2-43c2-abae-898e314a0c2e","name":"WhatsApp Flows","description":{"content":"The WhatsApp flows endpoint lets you retrieve and manage WhatsApp Flows associated with the project.","type":"text/plain"},"item":[{"id":"27c62845-4fa2-4844-868e-3f48d2430bf3","name":"Get flows in the WhatsApp business account (WABA) associated to the project","request":{"name":"Get flows in the WhatsApp business account (WABA) associated to the project","description":{"content":"\n    Retrieve the list of flows created in the WhatsApp business account (WABA) associated with the project.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","flows"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"pageToken","value":"<string>","description":"The page token if retrieving the next page from a previous query."},{"disabled":false,"key":"pageSize","value":"<number>","description":"The page size requested."}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"29e89820-0b34-4923-8ab7-2bb8f896f377","name":"Flows","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","flows"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"totalSize\": 2,\n  \"pageSize\": 50,\n  \"flows\": [\n    {\n      \"id\": \"12345678765432\",\n      \"name\": \"flow1\",\n      \"status\": \"FLOW_STATUS_PUBLISHED\"\n    },\n    {\n      \"id\": \"98765676543654567\",\n      \"name\": \"flow2\",\n      \"status\": \"FLOW_STATUS_DRAFT\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"06f51360-4574-46ec-b471-2870710f1f4c","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","flows"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for WhatsApp.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for WhatsApp.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b9186312-7ea2-4ac3-9328-4b7a02c1f313","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","flows"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cfeb8a02-c1b0-463b-95ef-45d496327947","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","flows"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_found\",\n  \"message\": \"Project not found.\",\n  \"resolution\": \"Verify that the projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3173f9fa-1539-4136-8836-d5e58901d2e7","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","flows"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6f294770-69ef-4a72-9fbf-b2a23daf8c29","name":"Get screens of a flow","request":{"name":"Get screens of a flow","description":{"content":"\n    Retrieve the list of screens in a flow.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","flows","{{flowId}}","screens"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"flowId","description":"(Required) "}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"4e80dfb5-54cf-4d2b-861d-25e93ad73d94","name":"Flow screens","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","flows",":flowId","screens"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"flowId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"screens\": [\n    {\n      \"id\": \"MY_FIRST_SCREEN\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"063cd5d8-13a9-4592-a56d-b3621bc1d256","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","flows",":flowId","screens"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"flowId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for WhatsApp.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for WhatsApp.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6e740f4f-662d-4163-811a-03e15c890376","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","flows",":flowId","screens"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"flowId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c7495d0f-86d0-4734-980b-e50ded5e2d01","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","flows",":flowId","screens"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"flowId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_found\",\n  \"message\": \"Project not found.\",\n  \"resolution\": \"Verify that the projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"57755338-295a-4893-b0b6-e5d0a08df20d","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","flows",":flowId","screens"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"flowId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"e640ab58-bc81-4671-b3b8-420c1a47e6b5","name":"WhatsApp Senders","description":{"content":"A WhatsApp Sender is also referred to as a 'Business Profile' or a WhatsApp channel. The WhatsApp Sender endpoint allows you to create a Sender through Meta's Embedded sign up. A Sender must be provisioned for you as a consumer of the WhatsApp API to send messages to your end users.","type":"text/plain"},"item":[{"id":"e174db7b-a8bd-4938-adf3-3dd706b1655c","name":"List all senders in project","request":{"name":"List all senders in project","description":{"content":"\n    Returns a paginated list of senders for the specified project. If no page token is supplied then the first `50` will be returned.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","senders"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"pageToken","value":"<string>","description":"The page token if retrieving the next page from a previous query."},{"disabled":false,"key":"pageSize","value":"<number>","description":"The page size requested."},{"disabled":false,"key":"filterStates","value":"<string>","description":"Optionally query for sender by states."},{"disabled":false,"key":"filterStates","value":"<string>","description":"Optionally query for sender by states."},{"disabled":false,"key":"filterStatuses","value":"<string>","description":"Optionally query for sender by statuses."},{"disabled":false,"key":"filterStatuses","value":"<string>","description":"Optionally query for sender by statuses."}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"87fed954-8526-47d1-823d-16a09548e1f4","name":"List of senders","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"filterStatuses","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"totalSize\": 2,\n  \"pageSize\": 50,\n  \"senders\": [\n    {\n      \"id\": \"cf11794a-6a5e-4a12-b103-da79bd378bf1\",\n      \"state\": \"ACTIVE\",\n      \"details\": {\n        \"displayName\": \"Test name\",\n        \"description\": \"Test description\",\n        \"vertical\": \"PROFESSIONAL_SERVICES\",\n        \"email\": \"test@test.com\",\n        \"address\": \"Test address\",\n        \"about\": \"Test about\",\n        \"websiteOne\": \"https://example-1.com\",\n        \"photoUrl\": \"https://example.com/photos/1.png\"\n      },\n      \"created\": \"2023-01-19T13:11:08.204Z\",\n      \"modified\": \"2023-01-19T13:11:08.204Z\",\n      \"region\": \"EU\",\n      \"metaLocalStorage\": \"DE\",\n      \"conversationApiApp\": \"4CF9CE97504C4A468F4610919D17ECC1\",\n      \"conversationApiAppDetails\": {\n        \"id\": \"4CF9CE97504C4A468F4610919D17ECC1\",\n        \"projectId\": \"ea026751-3edf-40a9-ad93-1b382bd60a78\",\n        \"region\": \"EU\"\n      },\n      \"maxTps\": 10,\n      \"qualityRating\": \"GREEN\",\n      \"dailyLimit\": \"NOT_SET\",\n      \"bearerToken\": \"aaaaAAAA.bbbbBBBB.ccccCCCC\",\n      \"cloudApi\": true,\n      \"countryCode\": \"48\",\n      \"phoneNumber\": \"777777777\",\n      \"numberProvider\": \"CUSTOMER\",\n      \"businessManager\": \"SINCH_UK\",\n      \"compatibleRegions\": [\n        \"eu\",\n        \"us\"\n      ]\n    },\n    {\n      \"id\": \"cf11794a-6a5e-4a12-b103-da79bd378bf1\",\n      \"changes\": {\n        \"status\": \"IN_PROGRESS\",\n        \"details\": {\n          \"displayName\": \"Test name\",\n          \"description\": \"Test description\",\n          \"vertical\": \"PROFESSIONAL_SERVICES\",\n          \"email\": \"test@test.com\",\n          \"address\": \"Test address\",\n          \"about\": \"Test about\",\n          \"websiteOne\": \"https://example-1.com\",\n          \"photoUrl\": \"https://example.com/photos/1.png\"\n        }\n      },\n      \"created\": \"2023-01-19T13:11:08.204Z\",\n      \"modified\": \"2023-01-19T13:11:08.204Z\",\n      \"region\": \"EU\",\n      \"metaLocalStorage\": \"DE\",\n      \"conversationApiApp\": \"4CF9CE97504C4A468F4610919D17ECC1\",\n      \"conversationApiAppDetails\": {\n        \"id\": \"4CF9CE97504C4A468F4610919D17ECC1\",\n        \"projectId\": \"ea026751-3edf-40a9-ad93-1b382bd60a78\",\n        \"region\": \"EU\"\n      },\n      \"maxTps\": 10,\n      \"qualityRating\": \"GREEN\",\n      \"dailyLimit\": \"NOT_SET\",\n      \"bearerToken\": \"aaaaAAAA.bbbbBBBB.ccccCCCC\",\n      \"cloudApi\": true,\n      \"countryCode\": \"48\",\n      \"phoneNumber\": \"777777777\",\n      \"numberProvider\": \"CUSTOMER\",\n      \"businessManager\": \"SINCH_UK\",\n      \"compatibleRegions\": [\n        \"eu\",\n        \"us\"\n      ]\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"89f0d21d-4edf-43ec-bd35-430a7e17da32","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"filterStatuses","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for WhatsApp.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for WhatsApp.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4a21e16d-d603-4c6b-8e81-2627b0f874c3","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"filterStatuses","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f109fc57-8fc5-4cd7-9e7f-09649c358f6d","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"filterStatuses","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"466ed4b5-5f61-4f6e-a971-eafe48cb9700","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"filterStatuses","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"77283189-db67-4664-9bd2-718c3a6cdb00","name":"Create sender for project","request":{"name":"Create sender for project","description":{"content":"\nCreates a sender for a project. The possible combinations of region, business manager and hosting type are the following\n\n| Region | | SINCH_BR | SINCH_MX | SINCH_UK  |\n| --------- | -- |  ---  |  ---  |  ---  |\n| BR | Embedded (ES) |  ✅ Supported | ✅ Supported | ❌ Unsupported |\n|  | Partner-initiated |  ✅ Supported | ✅ Supported | ❌ Unsupported |\n| EU | Embedded (ES) |  ❌ Unsupported | ❌ Unsupported | ✅ Supported |\n|  | Partner-initiated |  ❌ Unsupported | ❌ Unsupported | ✅ Supported |\n| US | Embedded (ES) |  ✅ Supported | ✅ Supported | ✅ Supported |\n|  | Partner-initiated |  ✅ Supported | ✅ Supported | ✅ Supported |\n        ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"wabaId\": \"<string>\",\n  \"phoneNumberId\": \"<string>\",\n  \"region\": \"<string>\",\n  \"metaLocalStorage\": \"<string>\",\n  \"businessManager\": \"<string>\",\n  \"authenticationCode\": \"<string>\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"056e038b-511c-4451-966c-4a0330ce0c2e","name":"Sender","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"region\": \"EU\",\n  \"metaLocalStorage\": \"DE\",\n  \"wabaId\": \"11111111111111\",\n  \"phoneNumberId\": \"222222222222222\",\n  \"authenticationCode\": \"123asdf123\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"cf11794a-6a5e-4a12-b103-da79bd378bf1\",\n  \"changes\": {\n    \"status\": \"IN_PROGRESS\",\n    \"details\": {\n      \"displayName\": \"Test name\",\n      \"description\": \"Test description\",\n      \"vertical\": \"PROFESSIONAL_SERVICES\",\n      \"email\": \"test@test.com\",\n      \"address\": \"Test address\",\n      \"about\": \"Test about\",\n      \"websiteOne\": \"https://example-1.com\",\n      \"photoUrl\": \"https://example.com/photos/1.png\"\n    }\n  },\n  \"created\": \"2023-01-19T13:11:08.204Z\",\n  \"modified\": \"2023-01-19T13:11:08.204Z\",\n  \"region\": \"EU\",\n  \"metaLocalStorage\": \"DE\",\n  \"conversationApiApp\": \"4CF9CE97504C4A468F4610919D17ECC1\",\n  \"conversationApiAppDetails\": {\n    \"id\": \"4CF9CE97504C4A468F4610919D17ECC1\",\n    \"projectId\": \"ea026751-3edf-40a9-ad93-1b382bd60a78\",\n    \"region\": \"EU\"\n  },\n  \"maxTps\": 10,\n  \"qualityRating\": \"GREEN\",\n  \"dailyLimit\": \"NOT_SET\",\n  \"bearerToken\": \"aaaaAAAA.bbbbBBBB.ccccCCCC\",\n  \"cloudApi\": true,\n  \"countryCode\": \"48\",\n  \"phoneNumber\": \"777777777\",\n  \"numberProvider\": \"CUSTOMER\",\n  \"businessManager\": \"SINCH_UK\",\n  \"compatibleRegions\": [\n    \"eu\",\n    \"us\"\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6d8ac415-f020-490c-9ff2-c88b07fdc804","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"region\": \"EU\",\n  \"metaLocalStorage\": \"DE\",\n  \"wabaId\": \"11111111111111\",\n  \"phoneNumberId\": \"222222222222222\",\n  \"authenticationCode\": \"123asdf123\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_input\",\n  \"message\": \"Invalid input.\",\n  \"resolution\": \"Correct the validation errors and submit again.\",\n  \"additionalInformation\": {\n    \"validationErrors\": [\n      \"details should not be null or undefined\"\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bffd0fed-a5f0-4c77-9293-6c85ea95758b","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"region\": \"EU\",\n  \"metaLocalStorage\": \"DE\",\n  \"wabaId\": \"11111111111111\",\n  \"phoneNumberId\": \"222222222222222\",\n  \"authenticationCode\": \"123asdf123\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6066c0f9-1180-4d69-a921-e6774192a02f","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"region\": \"EU\",\n  \"metaLocalStorage\": \"DE\",\n  \"wabaId\": \"11111111111111\",\n  \"phoneNumberId\": \"222222222222222\",\n  \"authenticationCode\": \"123asdf123\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_found\",\n  \"message\": \"Project not found.\",\n  \"resolution\": \"Verify that the projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8d78dcd5-7160-47f2-944c-035c1c9dca1c","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"region\": \"EU\",\n  \"metaLocalStorage\": \"DE\",\n  \"wabaId\": \"11111111111111\",\n  \"phoneNumberId\": \"222222222222222\",\n  \"authenticationCode\": \"123asdf123\"\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"account_data_is_corrupt\",\n  \"message\": \"Account data is corrupt.\",\n  \"resolution\": \"Please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0cc8a970-21a4-4ee3-aefc-de3389b66a94","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"region\": \"EU\",\n  \"metaLocalStorage\": \"DE\",\n  \"wabaId\": \"11111111111111\",\n  \"phoneNumberId\": \"222222222222222\",\n  \"authenticationCode\": \"123asdf123\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"facebook_Request_limit_reached\",\n  \"message\": \"Facebook request limit reached.\",\n  \"resolution\": \"Please try again later.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"884d4d38-0aa2-47e9-85af-a3e4ffb66c66","name":"Get sender for project","request":{"name":"Get sender for project","description":{"content":"\n    Returns a sender for a project.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","senders","{{senderId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"5bb0554d-cc06-4d79-a985-ba1c2b626290","name":"Sender","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"cf11794a-6a5e-4a12-b103-da79bd378bf1\",\n  \"state\": \"ACTIVE\",\n  \"details\": {\n    \"displayName\": \"Test name\",\n    \"description\": \"Test description\",\n    \"vertical\": \"PROFESSIONAL_SERVICES\",\n    \"email\": \"test@test.com\",\n    \"address\": \"Test address\",\n    \"about\": \"Test about\",\n    \"websiteOne\": \"https://example-1.com\",\n    \"photoUrl\": \"https://example.com/photos/1.png\"\n  },\n  \"created\": \"2023-01-19T13:11:08.204Z\",\n  \"modified\": \"2023-01-19T13:11:08.204Z\",\n  \"region\": \"EU\",\n  \"metaLocalStorage\": \"DE\",\n  \"conversationApiApp\": \"4CF9CE97504C4A468F4610919D17ECC1\",\n  \"conversationApiAppDetails\": {\n    \"id\": \"4CF9CE97504C4A468F4610919D17ECC1\",\n    \"projectId\": \"ea026751-3edf-40a9-ad93-1b382bd60a78\",\n    \"region\": \"EU\"\n  },\n  \"maxTps\": 10,\n  \"qualityRating\": \"GREEN\",\n  \"dailyLimit\": \"NOT_SET\",\n  \"bearerToken\": \"aaaaAAAA.bbbbBBBB.ccccCCCC\",\n  \"cloudApi\": true,\n  \"countryCode\": \"48\",\n  \"phoneNumber\": \"777777777\",\n  \"numberProvider\": \"CUSTOMER\",\n  \"businessManager\": \"SINCH_UK\",\n  \"compatibleRegions\": [\n    \"eu\",\n    \"us\"\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"71df2314-a5d2-4ca9-a305-eda10ade87bd","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for WhatsApp.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for WhatsApp.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7d537671-b1f5-42a0-a0ae-04143bbcf009","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ae2800cf-4ad6-4a40-90b5-6a74e81c23c6","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1deaf965-62cb-49d0-9bd7-7034d7b346c0","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"295f4c63-d94d-453e-b3ec-a367d177e642","name":"Delete sender for project","request":{"name":"Delete sender for project","description":{"content":"\n    Marks a sender for removal. Once requested the sender will be active for 30 days to send final messages. After 30 days it will be removed.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","senders","{{senderId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":null},"response":[{"id":"6e523992-b424-4ee4-8a38-3ab49aabd262","name":"Sender deleted","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"a377c76d-30a8-43c4-a7a2-7c11cb741cb4","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for WhatsApp.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for WhatsApp.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9d4a1d72-17b5-49ab-b82f-4fcb3fa0666e","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cbb56628-0500-4ed2-a3cf-797e0721194c","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cb3639c4-a56f-49f0-a73b-2b1adff53fa6","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_already_deleted\",\n  \"message\": \"A sender has been deleted within 30 days.\",\n  \"resolution\": \"Wait the required time.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5dbaaadb-4ad6-407e-a2ff-423006ca7086","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"382fc4e3-fee3-4717-9d0c-d56501d92040","name":"Updates a sender in project","request":{"name":"Updates a sender in project","description":{"content":"\n    Updates a sender in project.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","senders","{{senderId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":null,"body":{"mode":"raw","raw":"{\n  \"status\": \"DRAFT\",\n  \"details\": {\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"vertical\": \"<string>\",\n    \"email\": \"<email>\",\n    \"address\": \"<string>\",\n    \"websiteOne\": \"<url>\",\n    \"websiteTwo\": \"<url>\",\n    \"about\": \"<string>\",\n    \"photoUrl\": \"<url>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"aebe9917-0f37-4989-a627-39c08405edff","name":"Updated sender in project","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"displayName\": \"Test name update\",\n    \"description\": \"Test description update\",\n    \"email\": null,\n    \"address\": null,\n    \"websiteTwo\": \"https://example-2.com\",\n    \"about\": \"Test about update\",\n    \"photoUrl\": \"https://example.com/photos/2.png\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"cf11794a-6a5e-4a12-b103-da79bd378bf1\",\n  \"state\": \"ACTIVE\",\n  \"changes\": {\n    \"status\": \"IN_PROGRESS\",\n    \"details\": {\n      \"displayName\": \"Test name\",\n      \"description\": \"Test description\",\n      \"vertical\": \"PROFESSIONAL_SERVICES\",\n      \"email\": \"test@test.com\",\n      \"address\": \"Test address\",\n      \"about\": \"Test about\",\n      \"websiteOne\": \"https://example-1.com\",\n      \"photoUrl\": \"https://example.com/photos/1.png\"\n    }\n  },\n  \"details\": {\n    \"displayName\": \"Test name\",\n    \"description\": \"Test description\",\n    \"vertical\": \"PROFESSIONAL_SERVICES\",\n    \"email\": \"test@test.com\",\n    \"address\": \"Test address\",\n    \"about\": \"Test about\",\n    \"websiteOne\": \"https://example-1.com\",\n    \"photoUrl\": \"https://example.com/photos/1.png\"\n  },\n  \"created\": \"2023-01-19T13:11:08.204Z\",\n  \"modified\": \"2023-01-19T13:11:08.204Z\",\n  \"region\": \"EU\",\n  \"metaLocalStorage\": \"DE\",\n  \"conversationApiApp\": \"4CF9CE97504C4A468F4610919D17ECC1\",\n  \"conversationApiAppDetails\": {\n    \"id\": \"4CF9CE97504C4A468F4610919D17ECC1\",\n    \"projectId\": \"ea026751-3edf-40a9-ad93-1b382bd60a78\",\n    \"region\": \"EU\"\n  },\n  \"maxTps\": 10,\n  \"qualityRating\": \"GREEN\",\n  \"dailyLimit\": \"NOT_SET\",\n  \"bearerToken\": \"aaaaAAAA.bbbbBBBB.ccccCCCC\",\n  \"cloudApi\": true,\n  \"countryCode\": \"48\",\n  \"phoneNumber\": \"777777777\",\n  \"numberProvider\": \"CUSTOMER\",\n  \"businessManager\": \"SINCH_UK\",\n  \"compatibleRegions\": [\n    \"eu\",\n    \"us\"\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e289f377-1ce2-4bee-ae3c-8dc234578134","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"displayName\": \"Test name update\",\n    \"description\": \"Test description update\",\n    \"email\": null,\n    \"address\": null,\n    \"websiteTwo\": \"https://example-2.com\",\n    \"about\": \"Test about update\",\n    \"photoUrl\": \"https://example.com/photos/2.png\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_input\",\n  \"message\": \"Invalid input.\",\n  \"resolution\": \"Correct the validation errors and submit again.\",\n  \"additionalInformation\": {\n    \"validationErrors\": [\n      \"details.displayName must be a string\",\n      \"details.displayName must be longer than or equal to 1 characters\",\n      \"details.displayName must be shorter than or equal to 128 characters\",\n      \"details.displayName should not be equal to null\"\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3e7996a8-6cf8-4c86-bdec-aa7e1e7e4117","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"displayName\": \"Test name update\",\n    \"description\": \"Test description update\",\n    \"email\": null,\n    \"address\": null,\n    \"websiteTwo\": \"https://example-2.com\",\n    \"about\": \"Test about update\",\n    \"photoUrl\": \"https://example.com/photos/2.png\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bdcc7242-4fa3-4096-917a-ae9cb21beae3","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"displayName\": \"Test name update\",\n    \"description\": \"Test description update\",\n    \"email\": null,\n    \"address\": null,\n    \"websiteTwo\": \"https://example-2.com\",\n    \"about\": \"Test about update\",\n    \"photoUrl\": \"https://example.com/photos/2.png\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0f9da745-a36f-4672-9836-4cb8bd9c15e7","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"displayName\": \"Test name update\",\n    \"description\": \"Test description update\",\n    \"email\": null,\n    \"address\": null,\n    \"websiteTwo\": \"https://example-2.com\",\n    \"about\": \"Test about update\",\n    \"photoUrl\": \"https://example.com/photos/2.png\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_updatable\",\n  \"message\": \"Sender is not updatable.\",\n  \"resolution\": \"Updates are only supported by senders with state: ACTIVE.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4550bba9-5b5c-47bf-9445-8a4b785b5f31","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"displayName\": \"Test name update\",\n    \"description\": \"Test description update\",\n    \"email\": null,\n    \"address\": null,\n    \"websiteTwo\": \"https://example-2.com\",\n    \"about\": \"Test about update\",\n    \"photoUrl\": \"https://example.com/photos/2.png\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"002ad09d-02b6-4631-a392-dd094588564c","name":"Lists activities on sender","request":{"name":"Lists activities on sender","description":{"content":"\n    Paginated list of activities for sender. Ordered from the most recent one to the oldest one.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","senders","{{senderId}}","activities"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"pageToken","value":"<string>","description":"The page token if retrieving the next page from a previous query."},{"disabled":false,"key":"pageSize","value":"<number>","description":"The page size requested."}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"b9bc2b2a-84aa-45c4-8289-98a4797257fd","name":"Recent activities on sender","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"totalSize\": 2,\n  \"pageSize\": 50,\n  \"notifications\": [\n    {\n      \"type\": \"CREATED\",\n      \"created\": \"2023-01-19T13:11:08.204Z\",\n      \"author\": \"Provisioning API user\"\n    },\n    {\n      \"type\": \"COMMENT_ADDED\",\n      \"created\": \"2023-01-19T13:11:08.204Z\",\n      \"comment\": \"Example comment\",\n      \"author\": \"Provisioning API user\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4692a83f-43a5-46cf-a663-4fd4c2471d11","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for WhatsApp.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for WhatsApp.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d2915d4a-b356-477b-8f55-2bea416f7e26","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"38a7eea2-70b8-4a57-9196-ec083419e072","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e8f461c4-01ed-4913-8b41-94457c8a30d4","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"cf8f8adc-b82e-43ed-8c6a-07934c105e0a","name":"Delete pending or rejected changes to a sender","request":{"name":"Delete pending or rejected changes to a sender","description":{"content":"\n    Delete pending or rejected changes to a sender.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","senders","{{senderId}}","changes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":null},"response":[{"id":"54aa32be-1792-4cbf-8739-915fc4c02e3f","name":"Sender changes deleted","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","changes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"fa1b7129-fe6a-4502-b1b9-010393f6dbac","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","changes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for WhatsApp.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for WhatsApp.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1801fbae-c0ba-4ae2-b800-c1722878df67","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","changes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c4202c8c-d69e-41b6-abf3-dc5086e292db","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","changes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_changes_not_found\",\n  \"message\": \"Sender changes not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"00a6a820-b190-4a4c-ba20-f2f8bc0e3ecc","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","changes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_changes_not_deletable\",\n  \"message\": \"Sender changes is not deletable.\",\n  \"resolution\": \"Only DRAFT, REJECTED, ERROR senders changes can be marked for deletion.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a43a1829-d587-460a-92dd-47f3380a81e5","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","changes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"218b8b89-f480-4b25-82bb-23651d1908fe","name":"Creates a comment for a sender in project","request":{"name":"Creates a comment for a sender in project","description":{"content":"\n    Creates a comment for a sender in project.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","senders","{{senderId}}","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"comment\": \"<string>\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"3e82dddd-e6d8-4a7e-ae46-6347b66f746a","name":"Created comment for a sender in project","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"type\": \"CREATED\",\n  \"comment\": \"Example comment\",\n  \"created\": \"2023-01-19T13:11:08.204Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7329f390-1f5b-4ecf-8541-2e562c184f37","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for WhatsApp.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for WhatsApp.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"200b5874-7084-44b8-8f1b-94972482e104","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8a8e26f4-1505-41be-afc5-bd555c698372","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2d4317b5-e727-4280-b43f-258340e23e0c","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"failed_to_create_comment\",\n  \"message\": \"Failed to create a comment.\",\n  \"resolution\": \"Please try again later.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"aed228c8-760f-445a-a673-938f42b02f6a","name":"Register sender for project","request":{"name":"Register sender for project","description":{"content":"\n    Triggers sender registration with the requested method. An OTP code will be sent over the requested method that will need to be used in the Verify sender endpoint.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","senders","{{senderId}}","register"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"method\": \"<string>\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"fbc119ed-9448-4e4b-84de-881a9b5c359e","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","register"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"method\": \"SMS\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"cf11794a-6a5e-4a12-b103-da79bd378bf1\",\n  \"method\": \"SMS\",\n  \"accepted\": \"2023-01-19T13:11:08.204Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"836fbb29-4fd2-4900-8682-83ef312d10dd","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","register"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"method\": \"SMS\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_input\",\n  \"message\": \"Invalid input.\",\n  \"resolution\": \"Correct the validation errors and submit again.\",\n  \"additionalInformation\": {\n    \"validationErrors\": [\n      \"method must be one of the following values: SMS, VOICE\"\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"06245867-6983-46ae-864e-c762a0a65cc7","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","register"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"method\": \"SMS\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"da94d76d-57b7-42af-910e-5d4eb7421828","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","register"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"method\": \"SMS\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6f9cb62d-3981-4e82-aa89-d61832919063","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","register"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"method\": \"SMS\"\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"not_allowed_register\",\n  \"message\": \"Sender not allowed to be registered.\",\n  \"resolution\": \"Only \\\"PENDING_VERIFICATION\\\" sender can be registered.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"623f45ea-0e5d-41f0-b943-9a64eba6a91f","name":"TooManyRequests","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","register"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"method\": \"SMS\"\n}","options":{"raw":{"language":"json"}}}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender-register-too-many-requests\",\n  \"message\": \"Sender register too many requests.\",\n  \"resolution\": \"Register sender request limits reached. Please try again later.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5661a20e-467a-4e77-b69b-0fd1c5998ed1","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","register"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"method\": \"SMS\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"29fe3205-a93a-4739-bfea-fa91d4bd346d","name":"Verify sender for project","request":{"name":"Verify sender for project","description":{"content":"\n    Verify sender with the OTP received after triggering registration.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","senders","{{senderId}}","verify"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"code\": \"<otp>\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"ed7ca35e-2084-42b7-a1fe-3638186b1e02","name":"Sender verified","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","verify"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"code\": \"123456\"\n}","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"d181b68e-62c2-4048-83cf-62e550b76d73","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","verify"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"code\": \"123456\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_input\",\n  \"message\": \"Invalid input.\",\n  \"resolution\": \"Correct the validation errors and submit again.\",\n  \"additionalInformation\": {\n    \"validationErrors\": [\n      \"code must be a string\",\n      \"code must be exactly 6 characters\"\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c52e06bf-3c86-4d72-a605-9ce3aea82811","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","verify"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"code\": \"123456\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8afc2e5e-82b2-4505-9ef3-d87530aa3813","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","verify"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"code\": \"123456\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"sender_not_found\",\n  \"message\": \"Sender not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"51bde161-c302-4e33-a792-9016f9bd3b54","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","verify"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"code\": \"123456\"\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"not_allowed_verify\",\n  \"message\": \"Sender not allowed to be verified.\",\n  \"resolution\": \"Only \\\"PENDING_VERIFICATION\\\" sender can be verified.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"25d6239b-d5e0-406b-b91e-8fc6a17cd0fd","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","senders",":senderId","verify"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"senderId","description":"(Required) The unique ID of the sender."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"code\": \"123456\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"06a658a8-f066-4257-9364-317fe5e0b27b","name":"WhatsApp Solutions","description":{"content":"The WhatsApp solutions endpoint offers a way for you to manage your WhatsApp solutions.","type":"text/plain"},"item":[{"id":"341de2e7-8c1a-4d7f-b025-0ca10dc84721","name":"List all solutions in project","request":{"name":"List all solutions in project","description":{"content":"\n    Returns a list of solutions for the specified project.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","solutions"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"f1ba1994-3a6d-40f3-b1fd-abdf17606cf3","name":"List of solutions","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","solutions"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"solutions\": [\n    {\n      \"id\": \"123\",\n      \"details\": {\n        \"name\": \"Test name\"\n      },\n      \"ownerApp\": {\n        \"id\": 456,\n        \"name\": \"Test owner app name\"\n      },\n      \"partnerApp\": {\n        \"id\": 789,\n        \"name\": \"Test partner app name\"\n      },\n      \"assigned\": false\n    },\n    {\n      \"id\": \"123\",\n      \"details\": {\n        \"name\": \"Test name\"\n      },\n      \"ownerApp\": {\n        \"id\": 456,\n        \"name\": \"Test owner app name\"\n      },\n      \"partnerApp\": {\n        \"id\": 789,\n        \"name\": \"Test partner app name\"\n      },\n      \"assigned\": true\n    },\n    {\n      \"id\": \"123\",\n      \"details\": {\n        \"name\": \"Test name\"\n      },\n      \"ownerApp\": {\n        \"id\": 456,\n        \"name\": \"Test owner app name\"\n      },\n      \"partnerApp\": {\n        \"id\": 789,\n        \"name\": \"Test partner app name\"\n      },\n      \"assigned\": false\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9054b35c-0549-418a-aa67-aceeccd25bd7","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","solutions"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"db28e167-6d3e-41f7-9613-5ba4ba27dc46","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","solutions"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_found\",\n  \"message\": \"Project not found.\",\n  \"resolution\": \"Verify that the projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8718af08-b212-49bb-a406-bc0ce8cb88b8","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","solutions"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"db86dddc-43d3-44cb-92f6-9ade50aa62dd","name":"Create solution for project","request":{"name":"Create solution for project","description":{"content":"\n    Returns all solutions for a project.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","solutions"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"name\": \"<string>\"\n  },\n  \"accessToken\": \"<string>\",\n  \"businessManager\": \"<string>\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"a9cf570a-5d20-409c-8a8e-4154229d724b","name":"Solutions","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","solutions"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"accessToken\": \"2250f588-c91c-4a0b-a251-6ca291b4d248\",\n  \"businessManager\": \"SINCH_UK\",\n  \"details\": {\n    \"name\": \"Test name\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"solutions\": [\n    {\n      \"id\": \"123\",\n      \"details\": {\n        \"name\": \"Test name\"\n      },\n      \"ownerApp\": {\n        \"id\": 456,\n        \"name\": \"Test owner app name\"\n      },\n      \"partnerApp\": {\n        \"id\": 789,\n        \"name\": \"Test partner app name\"\n      },\n      \"assigned\": false\n    },\n    {\n      \"id\": \"123\",\n      \"details\": {\n        \"name\": \"Test name\"\n      },\n      \"ownerApp\": {\n        \"id\": 456,\n        \"name\": \"Test owner app name\"\n      },\n      \"partnerApp\": {\n        \"id\": 789,\n        \"name\": \"Test partner app name\"\n      },\n      \"assigned\": false\n    },\n    {\n      \"id\": \"123\",\n      \"details\": {\n        \"name\": \"Test name\"\n      },\n      \"ownerApp\": {\n        \"id\": 456,\n        \"name\": \"Test owner app name\"\n      },\n      \"partnerApp\": {\n        \"id\": 789,\n        \"name\": \"Test partner app name\"\n      },\n      \"assigned\": false\n    }\n  ],\n  \"failedSolutions\": []\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6f9707dc-9e1a-4840-9c86-b375204311e7","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","solutions"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"accessToken\": \"2250f588-c91c-4a0b-a251-6ca291b4d248\",\n  \"businessManager\": \"SINCH_UK\",\n  \"details\": {\n    \"name\": \"Test name\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3f5a8ec3-d1ca-4eba-a595-538fafb664a9","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","solutions"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"accessToken\": \"2250f588-c91c-4a0b-a251-6ca291b4d248\",\n  \"businessManager\": \"SINCH_UK\",\n  \"details\": {\n    \"name\": \"Test name\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_found\",\n  \"message\": \"Project not found.\",\n  \"resolution\": \"Verify that the projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"74e775a9-d334-4030-80f4-26a5cca9a9f6","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","solutions"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"accessToken\": \"2250f588-c91c-4a0b-a251-6ca291b4d248\",\n  \"businessManager\": \"SINCH_UK\",\n  \"details\": {\n    \"name\": \"Test name\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"43b7ecee-006c-4015-bdcb-e1ffe27db9c1","name":"Get solution for project","request":{"name":"Get solution for project","description":{"content":"\n    Returns a solution for a project.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","solutions","{{solutionId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"solutionId","description":"(Required) The unique ID of the solution."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"4cda091a-43d5-45a7-a77c-a578088ae2f0","name":"Solution","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","solutions",":solutionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"solutionId","description":"(Required) The unique ID of the solution."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"123\",\n  \"details\": {\n    \"name\": \"Test name\"\n  },\n  \"ownerApp\": {\n    \"id\": 456,\n    \"name\": \"Test owner app name\"\n  },\n  \"partnerApp\": {\n    \"id\": 789,\n    \"name\": \"Test partner app name\"\n  },\n  \"assigned\": true\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1b1e9e02-d1ed-4ae0-b9fe-d0f4cb2d4b9e","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","solutions",":solutionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"solutionId","description":"(Required) The unique ID of the solution."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"855102be-cf6e-497b-9a68-02c4a934dc80","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","solutions",":solutionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"solutionId","description":"(Required) The unique ID of the solution."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_found\",\n  \"message\": \"Project not found.\",\n  \"resolution\": \"Verify that the projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bc0fb122-efe9-4eca-8c61-325c97241bbb","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","solutions",":solutionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"solutionId","description":"(Required) The unique ID of the solution."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"27a3f3b5-1d4b-4ed5-8239-bf928775ac39","name":"Assign solution to project","request":{"name":"Assign solution to project","description":{"content":"\n    Assign solution to project, to enable Embedded Signup onboarding.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","solutions","{{solutionId}}","assign"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"solutionId","description":"(Required) The unique ID of the solution."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":null},"response":[{"id":"daf7fe5e-2f7a-4541-a071-9a773f21414e","name":"Solution assigned","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","solutions",":solutionId","assign"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"solutionId","description":"(Required) The unique ID of the solution."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"57ec90e0-ac48-4c4b-b235-09b04cdc974f","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","solutions",":solutionId","assign"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"solutionId","description":"(Required) The unique ID of the solution."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"24a69234-a601-4bc9-99b9-b81512b2d246","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","solutions",":solutionId","assign"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"solutionId","description":"(Required) The unique ID of the solution."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_found\",\n  \"message\": \"Project not found.\",\n  \"resolution\": \"Verify that the projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a2caea6f-7226-413c-8325-9fb69e8d8886","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","solutions",":solutionId","assign"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"solutionId","description":"(Required) The unique ID of the solution."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"solution_cannot_be_reassigned\",\n  \"message\": \"Project is already onboarded, can't reassign solution\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"21a62565-2915-45c2-9769-1969ebf512dd","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","solutions",":solutionId","assign"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"solutionId","description":"(Required) The unique ID of the solution."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"a8f3bbf0-9691-496c-9164-933a906f8d98","name":"WhatsApp Templates","description":{"content":"The WhatsApp template endpoint offers a way for you to manage your WhatsApp templates that can be used with the Conversation API. The WhatsApp templates are a requirement to send the initial outbound messages in the WhatsApp API.","type":"text/plain"},"item":[{"id":"d697841a-86fd-46cb-af8f-1de1d61121e2","name":"List all templates in project","request":{"name":"List all templates in project","description":{"content":"\n    Returns a paginated list of templates for the specified project. If no page token is supplied then the first `50` templates are returned in alphabetical order.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","templates"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"pageToken","value":"<string>","description":"The page token if retrieving the next page from a previous query."},{"disabled":false,"key":"pageSize","value":"<number>","description":"The page size requested."},{"disabled":false,"key":"fieldMask","value":"<string>","description":"Field masks are a way for API callers to list the fields that a request should return."},{"disabled":false,"key":"fieldMask","value":"<string>","description":"Field masks are a way for API callers to list the fields that a request should return."},{"disabled":false,"key":"filterStates","value":"<string>","description":"Optionally query for sender by states."},{"disabled":false,"key":"filterStates","value":"<string>","description":"Optionally query for sender by states."},{"disabled":false,"key":"filterStatuses","value":"<string>","description":"Optionally query for sender by statuses."},{"disabled":false,"key":"filterStatuses","value":"<string>","description":"Optionally query for sender by statuses."},{"disabled":false,"key":"templateAnalyticsDateRange","value":"<string>","description":"The date range to retrieve template analytics for. Fallback to DAY if none is set."},{"disabled":false,"key":"templateName","value":"<string>","description":"Optionally query for template by name. Will return all templates with names that begin with the query string."}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"9fa5f60f-4e64-4f32-95c6-47f3f10c8f7c","name":"List of templates","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"fieldMask","value":"<string>"},{"key":"fieldMask","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"templateAnalyticsDateRange","value":"<string>"},{"key":"templateName","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"totalSize\": 5168.339680031475,\n  \"pageSize\": 1001.0650547392386,\n  \"templates\": [\n    {\n      \"name\": \"string\",\n      \"language\": \"ZH_TW\",\n      \"category\": \"AUTHENTICATION\",\n      \"analytics\": [\n        {\n          \"sent\": 5787.020293502048,\n          \"delivered\": 7818.364481523763,\n          \"read\": 9350.114252437,\n          \"start\": \"string\",\n          \"end\": \"string\",\n          \"buttons\": [\n            {\n              \"type\": \"QUICK_REPLY\",\n              \"content\": \"string\",\n              \"clicks\": 4190.749836387815\n            },\n            {\n              \"type\": \"QUICK_REPLY\",\n              \"content\": \"string\",\n              \"clicks\": 5202.907485131452\n            }\n          ]\n        },\n        {\n          \"sent\": 9922.567366227779,\n          \"delivered\": 691.4847561196402,\n          \"read\": 7899.012401359595,\n          \"start\": \"string\",\n          \"end\": \"string\",\n          \"buttons\": [\n            {\n              \"type\": \"UNRECOGNIZED\",\n              \"content\": \"string\",\n              \"clicks\": 6109.825298203106\n            },\n            {\n              \"type\": \"UNIQUE_URL\",\n              \"content\": \"string\",\n              \"clicks\": 342.90023143667804\n            }\n          ]\n        }\n      ],\n      \"isMetaGenerated\": true,\n      \"whatsappId\": \"string\",\n      \"state\": \"PAUSED\",\n      \"rejectionCode\": \"ABUSIVE_CONTENT\",\n      \"qualityScore\": \"QUALITY_SCORE_UNKNOWN\",\n      \"changes\": {\n        \"status\": \"DRAFT\",\n        \"allowCategoryChange\": false,\n        \"details\": {\n          \"components\": [\n            {\n              \"type\": \"string\",\n              \"description\": \"Example for the header variable.\",\n              \"uniqueItems\": false\n            },\n            {\n              \"type\": \"string\",\n              \"description\": \"Example for the header variable.\",\n              \"uniqueItems\": false\n            }\n          ],\n          \"messageSendTtlSeconds\": 4297.1255949873075\n        }\n      },\n      \"details\": {\n        \"components\": [\n          {\n            \"type\": \"string\",\n            \"description\": \"Example for the header variable.\",\n            \"uniqueItems\": false\n          },\n          {\n            \"type\": \"string\",\n            \"description\": \"Example for the header variable.\",\n            \"uniqueItems\": false\n          }\n        ],\n        \"messageSendTtlSeconds\": 8102.7324565984845\n      }\n    },\n    {\n      \"name\": \"string\",\n      \"language\": \"HU\",\n      \"category\": \"MARKETING\",\n      \"analytics\": [\n        {\n          \"sent\": 9440.121420644607,\n          \"delivered\": 8619.150677893607,\n          \"read\": 5591.47390175996,\n          \"start\": \"string\",\n          \"end\": \"string\",\n          \"buttons\": [\n            {\n              \"type\": \"UNIQUE_URL\",\n              \"content\": \"string\",\n              \"clicks\": 892.4363420915338\n            },\n            {\n              \"type\": \"UNRECOGNIZED\",\n              \"content\": \"string\",\n              \"clicks\": 2673.438339174685\n            }\n          ]\n        },\n        {\n          \"sent\": 5267.481257999751,\n          \"delivered\": 5887.399084688363,\n          \"read\": 1608.391351407512,\n          \"start\": \"string\",\n          \"end\": \"string\",\n          \"buttons\": [\n            {\n              \"type\": \"UNIQUE_URL\",\n              \"content\": \"string\",\n              \"clicks\": 9359.632713848334\n            },\n            {\n              \"type\": \"QUICK_REPLY\",\n              \"content\": \"string\",\n              \"clicks\": 4643.493929116021\n            }\n          ]\n        }\n      ],\n      \"isMetaGenerated\": false,\n      \"whatsappId\": \"string\",\n      \"state\": \"APPROVED\",\n      \"rejectionCode\": \"NONE\",\n      \"qualityScore\": \"QUALITY_SCORE_UNKNOWN\",\n      \"changes\": {\n        \"status\": \"IN_PROGRESS\",\n        \"allowCategoryChange\": true,\n        \"details\": {\n          \"components\": [\n            {\n              \"type\": \"string\",\n              \"description\": \"Example for the header variable.\",\n              \"uniqueItems\": false\n            },\n            {\n              \"type\": \"string\",\n              \"description\": \"Example for the header variable.\",\n              \"uniqueItems\": false\n            }\n          ],\n          \"messageSendTtlSeconds\": 9287.602875918858\n        }\n      },\n      \"details\": {\n        \"components\": [\n          {\n            \"type\": \"string\",\n            \"description\": \"Example for the header variable.\",\n            \"uniqueItems\": false\n          },\n          {\n            \"type\": \"string\",\n            \"description\": \"Example for the header variable.\",\n            \"uniqueItems\": false\n          }\n        ],\n        \"messageSendTtlSeconds\": 4802.5453792623375\n      }\n    }\n  ],\n  \"previousPageToken\": \"string\",\n  \"nextPageToken\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"48f9f539-ccc0-4c9e-999b-b452be6a6f4d","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"fieldMask","value":"<string>"},{"key":"fieldMask","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"templateAnalyticsDateRange","value":"<string>"},{"key":"templateName","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for WhatsApp.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for WhatsApp.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"163d411d-9fea-46db-85f9-f555453b9466","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"fieldMask","value":"<string>"},{"key":"fieldMask","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"templateAnalyticsDateRange","value":"<string>"},{"key":"templateName","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3f2c9e92-4fb6-41c8-9fde-dcdc266f2657","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"fieldMask","value":"<string>"},{"key":"fieldMask","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStates","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"filterStatuses","value":"<string>"},{"key":"templateAnalyticsDateRange","value":"<string>"},{"key":"templateName","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"32857e9b-d734-4630-b00a-530f01a7ceac","name":"Create a template in project","request":{"name":"Create a template in project","description":{"content":"\n    Creates a new template with the request data. If the `status` field is set to `submit` the template will be created immediately, otherwise it will be saved as a `draft`.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"language\": \"<string>\",\n  \"category\": \"<string>\",\n  \"details\": {\n    \"components\": [\n      {\n        \"type\": \"<string>\",\n        \"format\": \"<string>\"\n      },\n      {\n        \"type\": \"<string>\",\n        \"format\": \"<string>\"\n      }\n    ],\n    \"messageSendTtlSeconds\": \"<number>\"\n  },\n  \"status\": \"SUBMIT\",\n  \"saveDraftOnFailure\": false,\n  \"allowCategoryChange\": false\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"df6c30d1-38d7-4b36-b048-b5de18adaf95","name":"Created template","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"my_template\",\n  \"category\": \"MARKETING\",\n  \"language\": \"EN\",\n  \"details\": {\n    \"components\": [\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"LOCATION\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"TEXT\",\n        \"text\": \"Save {{1}}% on your next purchase!\",\n        \"example\": \"20\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"DOCUMENT\",\n        \"example\": {\n          \"url\": \"https://example.com/photos/1.png\"\n        }\n      },\n      {\n        \"type\": \"BODY\",\n        \"text\": \"Good morning {{1}}, your package has arrived.\",\n        \"examples\": [\n          \"Mr. Smith\"\n        ],\n        \"addSecurityRecommendation\": true\n      },\n      {\n        \"type\": \"FOOTER\",\n        \"text\": \"To track your order please click the 'Track Your Order' button\",\n        \"codeExpirationMinutes\": 5\n      },\n      {\n        \"type\": \"BUTTONS\",\n        \"buttons\": [\n          {\n            \"type\": \"PHONE_NUMBER\",\n            \"text\": \"Example text.\",\n            \"phoneNumber\": \"+48 777 777777\"\n          },\n          {\n            \"type\": \"URL\",\n            \"text\": \"Example test\",\n            \"url\": \"https://www.my-website.com?name={{1}}\",\n            \"example\": \"https://www.my-website.com?name=john\"\n          },\n          {\n            \"type\": \"QUICK_REPLY\",\n            \"text\": \"Track Your Order\"\n          },\n          {\n            \"type\": \"OTP\",\n            \"otpType\": \"COPY_CODE\",\n            \"text\": \"Example text.\"\n          },\n          {\n            \"type\": \"FLOW\",\n            \"text\": \"Start Flow\",\n            \"flowId\": \"flow-id\",\n            \"navigateScreen\": \"QUESTION_ONE\",\n            \"flowAction\": \"NAVIGATE\"\n          }\n        ]\n      },\n      {\n        \"type\": \"CAROUSEL\",\n        \"cards\": [\n          {\n            \"components\": [\n              {\n                \"type\": \"HEADER\",\n                \"format\": \"IMAGE\",\n                \"example\": {\n                  \"url\": \"https://example.com/photos/1.png\"\n                }\n              },\n              {\n                \"type\": \"BODY\",\n                \"text\": \"Good morning {{1}}, your package has arrived.\",\n                \"examples\": [\n                  \"Mr. Smith\"\n                ]\n              },\n              {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                  {\n                    \"type\": \"URL\",\n                    \"text\": \"Example test\",\n                    \"url\": \"https://www.my-website.com?name={{1}}\",\n                    \"example\": \"https://www.my-website.com?name=john\"\n                  },\n                  {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Track Your Order\"\n                  },\n                  {\n                    \"type\": \"PHONE_NUMBER\",\n                    \"text\": \"Example text.\",\n                    \"phoneNumber\": \"+48 777 777777\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"name\": \"My WhatsApp Template\",\n  \"category\": \"UTILITY\",\n  \"language\": \"EN_US\",\n  \"qualityScore\": \"QUALITY_SCORE_GREEN\",\n  \"changes\": {\n    \"status\": \"DRAFT\",\n    \"details\": {\n      \"components\": [\n        {\n          \"type\": \"HEADER\",\n          \"format\": \"TEXT\",\n          \"text\": \"Save {{1}}% on your next purchase!\",\n          \"example\": \"20\"\n        },\n        {\n          \"type\": \"HEADER\",\n          \"format\": \"DOCUMENT\",\n          \"example\": {\n            \"url\": \"https://example.com/photos/1.png\"\n          }\n        },\n        {\n          \"type\": \"HEADER\",\n          \"format\": \"LOCATION\"\n        },\n        {\n          \"type\": \"BODY\",\n          \"text\": \"Good morning {{1}}, your package has arrived.\",\n          \"examples\": [\n            \"Mr. Smith\"\n          ],\n          \"addSecurityRecommendation\": true\n        },\n        {\n          \"type\": \"FOOTER\",\n          \"text\": \"To track your order please click the 'Track Your Order' button\",\n          \"codeExpirationMinutes\": 5\n        },\n        {\n          \"type\": \"BUTTONS\",\n          \"buttons\": [\n            {\n              \"type\": \"PHONE_NUMBER\",\n              \"text\": \"Example text.\",\n              \"phoneNumber\": \"+48 777 777777\"\n            },\n            {\n              \"type\": \"URL\",\n              \"text\": \"Example test\",\n              \"url\": \"https://www.my-website.com?name={{1}}\",\n              \"example\": \"https://www.my-website.com?name=john\"\n            },\n            {\n              \"type\": \"QUICK_REPLY\",\n              \"text\": \"Track Your Order\"\n            },\n            {\n              \"type\": \"OTP\",\n              \"otpType\": \"COPY_CODE\",\n              \"text\": \"Example text.\"\n            }\n          ]\n        },\n        {\n          \"type\": \"CAROUSEL\",\n          \"cards\": [\n            {\n              \"components\": [\n                {\n                  \"type\": \"HEADER\",\n                  \"format\": \"IMAGE\",\n                  \"example\": {\n                    \"url\": \"https://example.com/photos/1.png\"\n                  }\n                },\n                {\n                  \"type\": \"BODY\",\n                  \"text\": \"Good morning {{1}}, your package has arrived.\",\n                  \"examples\": [\n                    \"Mr. Smith\"\n                  ]\n                },\n                {\n                  \"type\": \"BUTTONS\",\n                  \"buttons\": [\n                    {\n                      \"type\": \"URL\",\n                      \"text\": \"Example test\",\n                      \"url\": \"https://www.my-website.com?name={{1}}\",\n                      \"example\": \"https://www.my-website.com?name=john\"\n                    },\n                    {\n                      \"type\": \"QUICK_REPLY\",\n                      \"text\": \"Track Your Order\"\n                    },\n                    {\n                      \"type\": \"PHONE_NUMBER\",\n                      \"text\": \"Example text.\",\n                      \"phoneNumber\": \"+48 777 777777\"\n                    }\n                  ]\n                }\n              ]\n            }\n          ]\n        }\n      ],\n      \"messageSendTtlSeconds\": 60\n    }\n  },\n  \"analytics\": [],\n  \"isMetaGenerated\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"09315ea3-c3b6-435e-80d7-319bc60af609","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"my_template\",\n  \"category\": \"MARKETING\",\n  \"language\": \"EN\",\n  \"details\": {\n    \"components\": [\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"LOCATION\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"TEXT\",\n        \"text\": \"Save {{1}}% on your next purchase!\",\n        \"example\": \"20\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"DOCUMENT\",\n        \"example\": {\n          \"url\": \"https://example.com/photos/1.png\"\n        }\n      },\n      {\n        \"type\": \"BODY\",\n        \"text\": \"Good morning {{1}}, your package has arrived.\",\n        \"examples\": [\n          \"Mr. Smith\"\n        ],\n        \"addSecurityRecommendation\": true\n      },\n      {\n        \"type\": \"FOOTER\",\n        \"text\": \"To track your order please click the 'Track Your Order' button\",\n        \"codeExpirationMinutes\": 5\n      },\n      {\n        \"type\": \"BUTTONS\",\n        \"buttons\": [\n          {\n            \"type\": \"PHONE_NUMBER\",\n            \"text\": \"Example text.\",\n            \"phoneNumber\": \"+48 777 777777\"\n          },\n          {\n            \"type\": \"URL\",\n            \"text\": \"Example test\",\n            \"url\": \"https://www.my-website.com?name={{1}}\",\n            \"example\": \"https://www.my-website.com?name=john\"\n          },\n          {\n            \"type\": \"QUICK_REPLY\",\n            \"text\": \"Track Your Order\"\n          },\n          {\n            \"type\": \"OTP\",\n            \"otpType\": \"COPY_CODE\",\n            \"text\": \"Example text.\"\n          },\n          {\n            \"type\": \"FLOW\",\n            \"text\": \"Start Flow\",\n            \"flowId\": \"flow-id\",\n            \"navigateScreen\": \"QUESTION_ONE\",\n            \"flowAction\": \"NAVIGATE\"\n          }\n        ]\n      },\n      {\n        \"type\": \"CAROUSEL\",\n        \"cards\": [\n          {\n            \"components\": [\n              {\n                \"type\": \"HEADER\",\n                \"format\": \"IMAGE\",\n                \"example\": {\n                  \"url\": \"https://example.com/photos/1.png\"\n                }\n              },\n              {\n                \"type\": \"BODY\",\n                \"text\": \"Good morning {{1}}, your package has arrived.\",\n                \"examples\": [\n                  \"Mr. Smith\"\n                ]\n              },\n              {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                  {\n                    \"type\": \"URL\",\n                    \"text\": \"Example test\",\n                    \"url\": \"https://www.my-website.com?name={{1}}\",\n                    \"example\": \"https://www.my-website.com?name=john\"\n                  },\n                  {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Track Your Order\"\n                  },\n                  {\n                    \"type\": \"PHONE_NUMBER\",\n                    \"text\": \"Example text.\",\n                    \"phoneNumber\": \"+48 777 777777\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_input\",\n  \"message\": \"Invalid input.\",\n  \"resolution\": \"Correct the validation errors and submit again.\",\n  \"additionalInformation\": {\n    \"validationErrors\": [\n      \"category must be one of the following values: AUTHENTICATION, MARKETING, UTILITY\"\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"60118461-6dd5-4553-8faf-a03ababaae3d","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"my_template\",\n  \"category\": \"MARKETING\",\n  \"language\": \"EN\",\n  \"details\": {\n    \"components\": [\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"LOCATION\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"TEXT\",\n        \"text\": \"Save {{1}}% on your next purchase!\",\n        \"example\": \"20\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"DOCUMENT\",\n        \"example\": {\n          \"url\": \"https://example.com/photos/1.png\"\n        }\n      },\n      {\n        \"type\": \"BODY\",\n        \"text\": \"Good morning {{1}}, your package has arrived.\",\n        \"examples\": [\n          \"Mr. Smith\"\n        ],\n        \"addSecurityRecommendation\": true\n      },\n      {\n        \"type\": \"FOOTER\",\n        \"text\": \"To track your order please click the 'Track Your Order' button\",\n        \"codeExpirationMinutes\": 5\n      },\n      {\n        \"type\": \"BUTTONS\",\n        \"buttons\": [\n          {\n            \"type\": \"PHONE_NUMBER\",\n            \"text\": \"Example text.\",\n            \"phoneNumber\": \"+48 777 777777\"\n          },\n          {\n            \"type\": \"URL\",\n            \"text\": \"Example test\",\n            \"url\": \"https://www.my-website.com?name={{1}}\",\n            \"example\": \"https://www.my-website.com?name=john\"\n          },\n          {\n            \"type\": \"QUICK_REPLY\",\n            \"text\": \"Track Your Order\"\n          },\n          {\n            \"type\": \"OTP\",\n            \"otpType\": \"COPY_CODE\",\n            \"text\": \"Example text.\"\n          },\n          {\n            \"type\": \"FLOW\",\n            \"text\": \"Start Flow\",\n            \"flowId\": \"flow-id\",\n            \"navigateScreen\": \"QUESTION_ONE\",\n            \"flowAction\": \"NAVIGATE\"\n          }\n        ]\n      },\n      {\n        \"type\": \"CAROUSEL\",\n        \"cards\": [\n          {\n            \"components\": [\n              {\n                \"type\": \"HEADER\",\n                \"format\": \"IMAGE\",\n                \"example\": {\n                  \"url\": \"https://example.com/photos/1.png\"\n                }\n              },\n              {\n                \"type\": \"BODY\",\n                \"text\": \"Good morning {{1}}, your package has arrived.\",\n                \"examples\": [\n                  \"Mr. Smith\"\n                ]\n              },\n              {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                  {\n                    \"type\": \"URL\",\n                    \"text\": \"Example test\",\n                    \"url\": \"https://www.my-website.com?name={{1}}\",\n                    \"example\": \"https://www.my-website.com?name=john\"\n                  },\n                  {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Track Your Order\"\n                  },\n                  {\n                    \"type\": \"PHONE_NUMBER\",\n                    \"text\": \"Example text.\",\n                    \"phoneNumber\": \"+48 777 777777\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3eeb224a-1f0f-457c-b22a-ce052a4c202d","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"my_template\",\n  \"category\": \"MARKETING\",\n  \"language\": \"EN\",\n  \"details\": {\n    \"components\": [\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"LOCATION\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"TEXT\",\n        \"text\": \"Save {{1}}% on your next purchase!\",\n        \"example\": \"20\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"DOCUMENT\",\n        \"example\": {\n          \"url\": \"https://example.com/photos/1.png\"\n        }\n      },\n      {\n        \"type\": \"BODY\",\n        \"text\": \"Good morning {{1}}, your package has arrived.\",\n        \"examples\": [\n          \"Mr. Smith\"\n        ],\n        \"addSecurityRecommendation\": true\n      },\n      {\n        \"type\": \"FOOTER\",\n        \"text\": \"To track your order please click the 'Track Your Order' button\",\n        \"codeExpirationMinutes\": 5\n      },\n      {\n        \"type\": \"BUTTONS\",\n        \"buttons\": [\n          {\n            \"type\": \"PHONE_NUMBER\",\n            \"text\": \"Example text.\",\n            \"phoneNumber\": \"+48 777 777777\"\n          },\n          {\n            \"type\": \"URL\",\n            \"text\": \"Example test\",\n            \"url\": \"https://www.my-website.com?name={{1}}\",\n            \"example\": \"https://www.my-website.com?name=john\"\n          },\n          {\n            \"type\": \"QUICK_REPLY\",\n            \"text\": \"Track Your Order\"\n          },\n          {\n            \"type\": \"OTP\",\n            \"otpType\": \"COPY_CODE\",\n            \"text\": \"Example text.\"\n          },\n          {\n            \"type\": \"FLOW\",\n            \"text\": \"Start Flow\",\n            \"flowId\": \"flow-id\",\n            \"navigateScreen\": \"QUESTION_ONE\",\n            \"flowAction\": \"NAVIGATE\"\n          }\n        ]\n      },\n      {\n        \"type\": \"CAROUSEL\",\n        \"cards\": [\n          {\n            \"components\": [\n              {\n                \"type\": \"HEADER\",\n                \"format\": \"IMAGE\",\n                \"example\": {\n                  \"url\": \"https://example.com/photos/1.png\"\n                }\n              },\n              {\n                \"type\": \"BODY\",\n                \"text\": \"Good morning {{1}}, your package has arrived.\",\n                \"examples\": [\n                  \"Mr. Smith\"\n                ]\n              },\n              {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                  {\n                    \"type\": \"URL\",\n                    \"text\": \"Example test\",\n                    \"url\": \"https://www.my-website.com?name={{1}}\",\n                    \"example\": \"https://www.my-website.com?name=john\"\n                  },\n                  {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Track Your Order\"\n                  },\n                  {\n                    \"type\": \"PHONE_NUMBER\",\n                    \"text\": \"Example text.\",\n                    \"phoneNumber\": \"+48 777 777777\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_exists\",\n  \"message\": \"Template already exists.\",\n  \"resolution\": \"Templates must have unique name and language. Change language or name and submit again.\",\n  \"additionalInformation\": {\n    \"supportedCodes\": \"AF, AR, AZ, BG, BN, CA, CS, DA, DE, EL, EN, EN_GB, EN_US, ES, ES_AR, ES_ES, ES_MX, ET, FA, FI, FIL, FR, GA, GU, HA, HE, HI, HR, HU, ID, IT, JA, KA, KK, KN, KO, KY_KG, LO, LT, LV, MK, ML, MR, MS, NB, NL, PA, PL, PT_BR, PT_PT, RO, RU, RW_RW, SK, SL, SQ, SR, SV, SW, TA, TE, TH, TR, UK, UR, UZ, VI, ZH_CN, ZH_HK, ZH_TW, ZU\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fd1b9a50-c52a-41be-bb39-4b5b8189c4ef","name":"FailedDependency","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"my_template\",\n  \"category\": \"MARKETING\",\n  \"language\": \"EN\",\n  \"details\": {\n    \"components\": [\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"LOCATION\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"TEXT\",\n        \"text\": \"Save {{1}}% on your next purchase!\",\n        \"example\": \"20\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"DOCUMENT\",\n        \"example\": {\n          \"url\": \"https://example.com/photos/1.png\"\n        }\n      },\n      {\n        \"type\": \"BODY\",\n        \"text\": \"Good morning {{1}}, your package has arrived.\",\n        \"examples\": [\n          \"Mr. Smith\"\n        ],\n        \"addSecurityRecommendation\": true\n      },\n      {\n        \"type\": \"FOOTER\",\n        \"text\": \"To track your order please click the 'Track Your Order' button\",\n        \"codeExpirationMinutes\": 5\n      },\n      {\n        \"type\": \"BUTTONS\",\n        \"buttons\": [\n          {\n            \"type\": \"PHONE_NUMBER\",\n            \"text\": \"Example text.\",\n            \"phoneNumber\": \"+48 777 777777\"\n          },\n          {\n            \"type\": \"URL\",\n            \"text\": \"Example test\",\n            \"url\": \"https://www.my-website.com?name={{1}}\",\n            \"example\": \"https://www.my-website.com?name=john\"\n          },\n          {\n            \"type\": \"QUICK_REPLY\",\n            \"text\": \"Track Your Order\"\n          },\n          {\n            \"type\": \"OTP\",\n            \"otpType\": \"COPY_CODE\",\n            \"text\": \"Example text.\"\n          },\n          {\n            \"type\": \"FLOW\",\n            \"text\": \"Start Flow\",\n            \"flowId\": \"flow-id\",\n            \"navigateScreen\": \"QUESTION_ONE\",\n            \"flowAction\": \"NAVIGATE\"\n          }\n        ]\n      },\n      {\n        \"type\": \"CAROUSEL\",\n        \"cards\": [\n          {\n            \"components\": [\n              {\n                \"type\": \"HEADER\",\n                \"format\": \"IMAGE\",\n                \"example\": {\n                  \"url\": \"https://example.com/photos/1.png\"\n                }\n              },\n              {\n                \"type\": \"BODY\",\n                \"text\": \"Good morning {{1}}, your package has arrived.\",\n                \"examples\": [\n                  \"Mr. Smith\"\n                ]\n              },\n              {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                  {\n                    \"type\": \"URL\",\n                    \"text\": \"Example test\",\n                    \"url\": \"https://www.my-website.com?name={{1}}\",\n                    \"example\": \"https://www.my-website.com?name=john\"\n                  },\n                  {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Track Your Order\"\n                  },\n                  {\n                    \"type\": \"PHONE_NUMBER\",\n                    \"text\": \"Example text.\",\n                    \"phoneNumber\": \"+48 777 777777\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Failed Dependency (WebDAV) (RFC 4918)","code":424,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_limit_reached\",\n  \"message\": \"Number of templates has reached the limit.\",\n  \"resolution\": \"Delete some templates or reach out to support to increase the template limit. If template is saved as draft, try to submit the template again. If option \\\"saveDraftOnFailure\\\" is specified as \\\"false\\\", try the request again.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b306e73e-bd73-481a-8ee1-43ca085ebc4f","name":"TooManyRequests","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"my_template\",\n  \"category\": \"MARKETING\",\n  \"language\": \"EN\",\n  \"details\": {\n    \"components\": [\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"LOCATION\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"TEXT\",\n        \"text\": \"Save {{1}}% on your next purchase!\",\n        \"example\": \"20\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"DOCUMENT\",\n        \"example\": {\n          \"url\": \"https://example.com/photos/1.png\"\n        }\n      },\n      {\n        \"type\": \"BODY\",\n        \"text\": \"Good morning {{1}}, your package has arrived.\",\n        \"examples\": [\n          \"Mr. Smith\"\n        ],\n        \"addSecurityRecommendation\": true\n      },\n      {\n        \"type\": \"FOOTER\",\n        \"text\": \"To track your order please click the 'Track Your Order' button\",\n        \"codeExpirationMinutes\": 5\n      },\n      {\n        \"type\": \"BUTTONS\",\n        \"buttons\": [\n          {\n            \"type\": \"PHONE_NUMBER\",\n            \"text\": \"Example text.\",\n            \"phoneNumber\": \"+48 777 777777\"\n          },\n          {\n            \"type\": \"URL\",\n            \"text\": \"Example test\",\n            \"url\": \"https://www.my-website.com?name={{1}}\",\n            \"example\": \"https://www.my-website.com?name=john\"\n          },\n          {\n            \"type\": \"QUICK_REPLY\",\n            \"text\": \"Track Your Order\"\n          },\n          {\n            \"type\": \"OTP\",\n            \"otpType\": \"COPY_CODE\",\n            \"text\": \"Example text.\"\n          },\n          {\n            \"type\": \"FLOW\",\n            \"text\": \"Start Flow\",\n            \"flowId\": \"flow-id\",\n            \"navigateScreen\": \"QUESTION_ONE\",\n            \"flowAction\": \"NAVIGATE\"\n          }\n        ]\n      },\n      {\n        \"type\": \"CAROUSEL\",\n        \"cards\": [\n          {\n            \"components\": [\n              {\n                \"type\": \"HEADER\",\n                \"format\": \"IMAGE\",\n                \"example\": {\n                  \"url\": \"https://example.com/photos/1.png\"\n                }\n              },\n              {\n                \"type\": \"BODY\",\n                \"text\": \"Good morning {{1}}, your package has arrived.\",\n                \"examples\": [\n                  \"Mr. Smith\"\n                ]\n              },\n              {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                  {\n                    \"type\": \"URL\",\n                    \"text\": \"Example test\",\n                    \"url\": \"https://www.my-website.com?name={{1}}\",\n                    \"example\": \"https://www.my-website.com?name=john\"\n                  },\n                  {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Track Your Order\"\n                  },\n                  {\n                    \"type\": \"PHONE_NUMBER\",\n                    \"text\": \"Example text.\",\n                    \"phoneNumber\": \"+48 777 777777\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"whatsapp_business_api_request_limit_exceeded\",\n  \"message\": \"WhatsApp business api request limit reached.\",\n  \"resolution\": \"WhatsApp business API request limits reached. Please try again later.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4023dc18-50e3-4451-a75d-73b972461043","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"my_template\",\n  \"category\": \"MARKETING\",\n  \"language\": \"EN\",\n  \"details\": {\n    \"components\": [\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"LOCATION\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"TEXT\",\n        \"text\": \"Save {{1}}% on your next purchase!\",\n        \"example\": \"20\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"DOCUMENT\",\n        \"example\": {\n          \"url\": \"https://example.com/photos/1.png\"\n        }\n      },\n      {\n        \"type\": \"BODY\",\n        \"text\": \"Good morning {{1}}, your package has arrived.\",\n        \"examples\": [\n          \"Mr. Smith\"\n        ],\n        \"addSecurityRecommendation\": true\n      },\n      {\n        \"type\": \"FOOTER\",\n        \"text\": \"To track your order please click the 'Track Your Order' button\",\n        \"codeExpirationMinutes\": 5\n      },\n      {\n        \"type\": \"BUTTONS\",\n        \"buttons\": [\n          {\n            \"type\": \"PHONE_NUMBER\",\n            \"text\": \"Example text.\",\n            \"phoneNumber\": \"+48 777 777777\"\n          },\n          {\n            \"type\": \"URL\",\n            \"text\": \"Example test\",\n            \"url\": \"https://www.my-website.com?name={{1}}\",\n            \"example\": \"https://www.my-website.com?name=john\"\n          },\n          {\n            \"type\": \"QUICK_REPLY\",\n            \"text\": \"Track Your Order\"\n          },\n          {\n            \"type\": \"OTP\",\n            \"otpType\": \"COPY_CODE\",\n            \"text\": \"Example text.\"\n          },\n          {\n            \"type\": \"FLOW\",\n            \"text\": \"Start Flow\",\n            \"flowId\": \"flow-id\",\n            \"navigateScreen\": \"QUESTION_ONE\",\n            \"flowAction\": \"NAVIGATE\"\n          }\n        ]\n      },\n      {\n        \"type\": \"CAROUSEL\",\n        \"cards\": [\n          {\n            \"components\": [\n              {\n                \"type\": \"HEADER\",\n                \"format\": \"IMAGE\",\n                \"example\": {\n                  \"url\": \"https://example.com/photos/1.png\"\n                }\n              },\n              {\n                \"type\": \"BODY\",\n                \"text\": \"Good morning {{1}}, your package has arrived.\",\n                \"examples\": [\n                  \"Mr. Smith\"\n                ]\n              },\n              {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                  {\n                    \"type\": \"URL\",\n                    \"text\": \"Example test\",\n                    \"url\": \"https://www.my-website.com?name={{1}}\",\n                    \"example\": \"https://www.my-website.com?name=john\"\n                  },\n                  {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Track Your Order\"\n                  },\n                  {\n                    \"type\": \"PHONE_NUMBER\",\n                    \"text\": \"Example text.\",\n                    \"phoneNumber\": \"+48 777 777777\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_start_session_for_uploading_media\",\n  \"message\": \"Failed to start session for uploading template media example.\",\n  \"resolution\": \"Please try again later. If template is saved as draft, try to submit the template again. If option \\\"saveDraftOnFailure\\\" is specified as \\\"false\\\", try the request again.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"81a275f7-f003-4772-a4d6-6f377ff7445d","name":"List all templates for a specific name","request":{"name":"List all templates for a specific name","description":{"content":"\n    Returns a paginated list of templates for the specified project and name. If no page token is supplied then the first `50` templates are returned in alphabetical order.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","templates","{{templateName}}"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"pageToken","value":"<string>","description":"The page token if retrieving the next page from a previous query."},{"disabled":false,"key":"pageSize","value":"<number>","description":"The page size requested."},{"disabled":false,"key":"fieldMask","value":"<string>","description":"Field masks are a way for API callers to list the fields that a request should return."},{"disabled":false,"key":"fieldMask","value":"<string>","description":"Field masks are a way for API callers to list the fields that a request should return."},{"disabled":false,"key":"templateAnalyticsDateRange","value":"<string>","description":"The date range to retrieve template analytics for. Fallback to DAY if none is set."}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"3d35a132-b545-4572-96b4-1087cbbdbb93","name":"List of templates with the same name","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"fieldMask","value":"<string>"},{"key":"fieldMask","value":"<string>"},{"key":"templateAnalyticsDateRange","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"totalSize\": 3313.04013058076,\n  \"pageSize\": 334.3732617822526,\n  \"templates\": [\n    {\n      \"name\": \"string\",\n      \"language\": \"VI\",\n      \"category\": \"AUTHENTICATION\",\n      \"analytics\": [\n        {\n          \"sent\": 967.7647660847488,\n          \"delivered\": 7635.137991632706,\n          \"read\": 6179.320481208623,\n          \"start\": \"string\",\n          \"end\": \"string\",\n          \"buttons\": [\n            {\n              \"type\": \"UNIQUE_URL\",\n              \"content\": \"string\",\n              \"clicks\": 2350.2195469524922\n            },\n            {\n              \"type\": \"UNIQUE_URL\",\n              \"content\": \"string\",\n              \"clicks\": 3544.2290274692077\n            }\n          ]\n        },\n        {\n          \"sent\": 8790.7527636506,\n          \"delivered\": 6639.596959161125,\n          \"read\": 160.10503746954453,\n          \"start\": \"string\",\n          \"end\": \"string\",\n          \"buttons\": [\n            {\n              \"type\": \"UNIQUE_URL\",\n              \"content\": \"string\",\n              \"clicks\": 6591.850915809059\n            },\n            {\n              \"type\": \"URL\",\n              \"content\": \"string\",\n              \"clicks\": 7872.435665235617\n            }\n          ]\n        }\n      ],\n      \"isMetaGenerated\": true,\n      \"whatsappId\": \"string\",\n      \"state\": \"APPROVED\",\n      \"rejectionCode\": \"UNRECOGNIZED\",\n      \"qualityScore\": \"QUALITY_SCORE_UNKNOWN\",\n      \"changes\": {\n        \"status\": \"IN_PROGRESS\",\n        \"allowCategoryChange\": true,\n        \"details\": {\n          \"components\": [\n            {\n              \"type\": \"string\",\n              \"description\": \"Example for the header variable.\",\n              \"uniqueItems\": false\n            },\n            {\n              \"type\": \"string\",\n              \"description\": \"Example for the header variable.\",\n              \"uniqueItems\": false\n            }\n          ],\n          \"messageSendTtlSeconds\": 5138.5377487102705\n        }\n      },\n      \"details\": {\n        \"components\": [\n          {\n            \"type\": \"string\",\n            \"description\": \"Example for the header variable.\",\n            \"uniqueItems\": false\n          },\n          {\n            \"type\": \"string\",\n            \"description\": \"Example for the header variable.\",\n            \"uniqueItems\": false\n          }\n        ],\n        \"messageSendTtlSeconds\": 4100.293417505239\n      }\n    },\n    {\n      \"name\": \"string\",\n      \"language\": \"VI\",\n      \"category\": \"AUTHENTICATION\",\n      \"analytics\": [\n        {\n          \"sent\": 1860.616322267572,\n          \"delivered\": 5082.523958214735,\n          \"read\": 7833.60190344063,\n          \"start\": \"string\",\n          \"end\": \"string\",\n          \"buttons\": [\n            {\n              \"type\": \"QUICK_REPLY\",\n              \"content\": \"string\",\n              \"clicks\": 2515.314858467137\n            },\n            {\n              \"type\": \"URL\",\n              \"content\": \"string\",\n              \"clicks\": 9579.088176453652\n            }\n          ]\n        },\n        {\n          \"sent\": 4497.2537566987585,\n          \"delivered\": 2755.9145144226595,\n          \"read\": 5469.0342242307825,\n          \"start\": \"string\",\n          \"end\": \"string\",\n          \"buttons\": [\n            {\n              \"type\": \"QUICK_REPLY\",\n              \"content\": \"string\",\n              \"clicks\": 2829.953522270883\n            },\n            {\n              \"type\": \"UNIQUE_URL\",\n              \"content\": \"string\",\n              \"clicks\": 5176.05920373595\n            }\n          ]\n        }\n      ],\n      \"isMetaGenerated\": false,\n      \"whatsappId\": \"string\",\n      \"state\": \"APPROVED\",\n      \"rejectionCode\": \"INCORRECT_CATEGORY\",\n      \"qualityScore\": \"UNRECOGNIZED\",\n      \"changes\": {\n        \"status\": \"DRAFT\",\n        \"allowCategoryChange\": false,\n        \"details\": {\n          \"components\": [\n            {\n              \"type\": \"string\",\n              \"description\": \"Example for the header variable.\",\n              \"uniqueItems\": false\n            },\n            {\n              \"type\": \"string\",\n              \"description\": \"Example for the header variable.\",\n              \"uniqueItems\": false\n            }\n          ],\n          \"messageSendTtlSeconds\": 7901.946794577848\n        }\n      },\n      \"details\": {\n        \"components\": [\n          {\n            \"type\": \"string\",\n            \"description\": \"Example for the header variable.\",\n            \"uniqueItems\": false\n          },\n          {\n            \"type\": \"string\",\n            \"description\": \"Example for the header variable.\",\n            \"uniqueItems\": false\n          }\n        ],\n        \"messageSendTtlSeconds\": 6605.418638543919\n      }\n    }\n  ],\n  \"previousPageToken\": \"string\",\n  \"nextPageToken\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c26f65b7-efb3-4ce2-b089-37160f897b90","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"fieldMask","value":"<string>"},{"key":"fieldMask","value":"<string>"},{"key":"templateAnalyticsDateRange","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for WhatsApp.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for WhatsApp.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"55c6e592-3aa0-4943-adee-2a0390925f7c","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"fieldMask","value":"<string>"},{"key":"fieldMask","value":"<string>"},{"key":"templateAnalyticsDateRange","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a805186d-1799-4dbc-958d-46c245e0d152","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"fieldMask","value":"<string>"},{"key":"fieldMask","value":"<string>"},{"key":"templateAnalyticsDateRange","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_not_found\",\n  \"message\": \"Template not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"592eb6ad-0b69-4a32-8ea7-1f89ff24afb4","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"},{"key":"fieldMask","value":"<string>"},{"key":"fieldMask","value":"<string>"},{"key":"templateAnalyticsDateRange","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ee21a22f-4378-4f2b-9629-b42baf0699f3","name":"Delete template by name","request":{"name":"Delete template by name","description":{"content":"\n      Delete template that matches the name.\n\n      If message templates with the same name exists in multiple languages, all those templates will also be deleted.      \n      Once deleted the name can not be used for new message templates for 30 days. Use a different name to create future templates during that time period.\n      Messages that have been sent with the deleted template, but not yet delivered, will be attempted to be deliver for 30 days from the time of the message.\n","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","templates","{{templateName}}"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":null},"response":[{"id":"a2edc599-ba6c-4674-9516-afb60ddd485a","name":"Template(s) deleted","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"f9fda303-2f43-4412-9f8c-6d187bd0c0df","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for WhatsApp.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for WhatsApp.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7a9377e6-ced4-4ed8-9a33-1bec44377167","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5f569e01-b0e3-43a7-979b-758605888888","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_not_found\",\n  \"message\": \"Template not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"42604ca7-d2c9-488f-aa95-352a3781a423","name":"TooManyRequests","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"whatsapp_business_api_request_limit_exceeded\",\n  \"message\": \"WhatsApp business api request limit reached.\",\n  \"resolution\": \"WhatsApp business API request limits reached. Please try again later.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e3cc6a33-2f1e-4dbb-8bbc-8ca1c84a0859","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"422c16b9-05c9-415b-bdeb-0718a5c14909","name":"Get template in project","request":{"name":"Get template in project","description":{"content":"\n    Returns a template for a project, with the specified name and language.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","templates","{{templateName}}","languages","{{languageCode}}"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"fieldMask","value":"<string>","description":"Field masks are a way for API callers to list the fields that a request should return."},{"disabled":false,"key":"fieldMask","value":"<string>","description":"Field masks are a way for API callers to list the fields that a request should return."},{"disabled":false,"key":"templateAnalyticsDateRange","value":"<string>","description":"The date range to retrieve template analytics for. Fallback to DAY if none is set."}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"51bbb2b2-3635-437d-bb2b-1a766508b4b4","name":"Template","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode"],"host":["{{baseUrl}}"],"query":[{"key":"fieldMask","value":"<string>"},{"key":"fieldMask","value":"<string>"},{"key":"templateAnalyticsDateRange","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"name\": \"string\",\n  \"language\": \"TE\",\n  \"category\": \"UNRECOGNIZED\",\n  \"analytics\": [\n    {\n      \"sent\": 171.46812198862048,\n      \"delivered\": 9802.44628300004,\n      \"read\": 2340.017267252863,\n      \"start\": \"string\",\n      \"end\": \"string\",\n      \"buttons\": [\n        {\n          \"type\": \"UNIQUE_URL\",\n          \"content\": \"string\",\n          \"clicks\": 717.9261244164659\n        },\n        {\n          \"type\": \"UNIQUE_URL\",\n          \"content\": \"string\",\n          \"clicks\": 2818.8560592097488\n        }\n      ]\n    },\n    {\n      \"sent\": 7776.5780175469645,\n      \"delivered\": 9637.849548503293,\n      \"read\": 1390.0178166560772,\n      \"start\": \"string\",\n      \"end\": \"string\",\n      \"buttons\": [\n        {\n          \"type\": \"URL\",\n          \"content\": \"string\",\n          \"clicks\": 7736.613782703321\n        },\n        {\n          \"type\": \"UNIQUE_URL\",\n          \"content\": \"string\",\n          \"clicks\": 1401.3728406058212\n        }\n      ]\n    }\n  ],\n  \"isMetaGenerated\": false,\n  \"whatsappId\": \"string\",\n  \"state\": \"PAUSED\",\n  \"rejectionCode\": \"SCAM\",\n  \"qualityScore\": \"QUALITY_SCORE_YELLOW\",\n  \"changes\": {\n    \"status\": \"REJECTED\",\n    \"allowCategoryChange\": false,\n    \"details\": {\n      \"components\": [\n        {\n          \"type\": \"string\",\n          \"description\": \"Example for the header variable.\",\n          \"uniqueItems\": false\n        },\n        {\n          \"type\": \"string\",\n          \"description\": \"Example for the header variable.\",\n          \"uniqueItems\": false\n        }\n      ],\n      \"messageSendTtlSeconds\": 362.020375941261\n    }\n  },\n  \"details\": {\n    \"components\": [\n      {\n        \"type\": \"string\",\n        \"description\": \"Example for the header variable.\",\n        \"uniqueItems\": false\n      },\n      {\n        \"type\": \"string\",\n        \"description\": \"Example for the header variable.\",\n        \"uniqueItems\": false\n      }\n    ],\n    \"messageSendTtlSeconds\": 5228.348475601727\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"54b4a314-6391-4fb2-a37c-e025a3d4ed1a","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode"],"host":["{{baseUrl}}"],"query":[{"key":"fieldMask","value":"<string>"},{"key":"fieldMask","value":"<string>"},{"key":"templateAnalyticsDateRange","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for WhatsApp.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for WhatsApp.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1e9c01ac-4f0f-4a46-b311-0d10072c0cbf","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode"],"host":["{{baseUrl}}"],"query":[{"key":"fieldMask","value":"<string>"},{"key":"fieldMask","value":"<string>"},{"key":"templateAnalyticsDateRange","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6570fc7e-29db-4fb1-b404-e7a2fd3e5cf9","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode"],"host":["{{baseUrl}}"],"query":[{"key":"fieldMask","value":"<string>"},{"key":"fieldMask","value":"<string>"},{"key":"templateAnalyticsDateRange","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_not_found\",\n  \"message\": \"Template not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9b3a17c1-76a5-4a9e-ad6b-7e0d60b7555c","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode"],"host":["{{baseUrl}}"],"query":[{"key":"fieldMask","value":"<string>"},{"key":"fieldMask","value":"<string>"},{"key":"templateAnalyticsDateRange","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"425615f6-1245-49f1-af7c-130ab094f474","name":"Delete template by name and language","request":{"name":"Delete template by name and language","description":{"content":"\n      Delete a template by name and language.\n      \n      Please note that by default only draft is removed. Use query parameter `deleteSubmitted=true` to also remove the submitted template.\n      Once an approved template is deleted, the template cannot be recreated again with this name and language for 30 days. Consequently, be aware that you must use a different name to create template for this language within this 30 days long period.\n      If you need the template in this language soon, update the submitted template for a specific language instead of trying to delete and recreate it again.","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","templates","{{templateName}}","languages","{{languageCode}}"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"deleteSubmitted","value":"false","description":"Set this flag to true if you want to delete a template already submitted to Meta. Otherwise, it defaults to false, meaning that it deletes a template in \"draft\" state only, and throws an error if you attempt to delete a submitted template."}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":null},"response":[{"id":"1c5b918f-d57c-4960-aba4-9f2a2adb6ccf","name":"Template deleted","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode"],"host":["{{baseUrl}}"],"query":[{"key":"deleteSubmitted","value":"false"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"022aae84-ad0e-4fa5-a1b8-bd0a8061b518","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode"],"host":["{{baseUrl}}"],"query":[{"key":"deleteSubmitted","value":"false"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for WhatsApp.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for WhatsApp.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9f45dccf-2b96-4e18-b03f-6ba03beae324","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode"],"host":["{{baseUrl}}"],"query":[{"key":"deleteSubmitted","value":"false"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e89d39ed-34c5-4db2-89bb-65ef5910713c","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode"],"host":["{{baseUrl}}"],"query":[{"key":"deleteSubmitted","value":"false"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_not_found\",\n  \"message\": \"Template not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"11611b0a-7213-4734-a0a2-e9e0e7cd8427","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode"],"host":["{{baseUrl}}"],"query":[{"key":"deleteSubmitted","value":"false"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_not_deletable_due_to_input_config\",\n  \"message\": \"Template is not deletable due to input config.\",\n  \"resolution\": \"Only draft templates will be deleted by name and language code if `deleteSubmitted` is `false` or not provided. Be aware that templates deleted for a language cannot be recreated for 30 days with the same template name. If you need the template in this language soon, update the submitted template for the language instead of trying to delete and recreate it again.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1d473fc8-eef6-485f-a97b-bca4d80c63f1","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode"],"host":["{{baseUrl}}"],"query":[{"key":"deleteSubmitted","value":"false"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2e9436bb-1df1-4db0-be0a-f4c1c63e640e","name":"Update a template in project","request":{"name":"Update a template in project","description":{"content":"\n    Updates a template DRAFT.\n    \n    Note that it is not possible to update all fields for a template,\n    if you want to update a field that is not supported you will need to delete the draft and create a new one.\n\n    Update a template REJECTED / APPROVED / PAUSED / DISABLED\n\n    It is possible to update templates that have been rejected, approved, paused or disabled, we will automatically set the status to draft when update a rejected template.\n","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","templates","{{templateName}}","languages","{{languageCode}}"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":null,"body":{"mode":"raw","raw":"{\n  \"status\": \"DRAFT\",\n  \"category\": \"<string>\",\n  \"allowCategoryChange\": false,\n  \"details\": {\n    \"components\": [\n      {\n        \"type\": \"<string>\",\n        \"format\": \"<string>\"\n      },\n      {\n        \"type\": \"<string>\",\n        \"format\": \"<string>\"\n      }\n    ],\n    \"messageSendTtlSeconds\": \"<number>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"e057f5c4-a742-4a61-b7f0-1d209798648f","name":"Updated template draft","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"components\": [\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"LOCATION\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"TEXT\",\n        \"text\": \"Save {{1}}% on your next purchase!\",\n        \"example\": \"20\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"DOCUMENT\",\n        \"example\": {\n          \"url\": \"https://example.com/photos/1.png\"\n        }\n      },\n      {\n        \"type\": \"BODY\",\n        \"text\": \"Good morning {{1}}, your package has arrived.\",\n        \"examples\": [\n          \"Mr. Smith\"\n        ],\n        \"addSecurityRecommendation\": true\n      },\n      {\n        \"type\": \"FOOTER\",\n        \"text\": \"To track your order please click the 'Track Your Order' button\",\n        \"codeExpirationMinutes\": 5\n      },\n      {\n        \"type\": \"BUTTONS\",\n        \"buttons\": [\n          {\n            \"type\": \"PHONE_NUMBER\",\n            \"text\": \"Example text.\",\n            \"phoneNumber\": \"+48 777 777777\"\n          },\n          {\n            \"type\": \"URL\",\n            \"text\": \"Example test\",\n            \"url\": \"https://www.my-website.com?name={{1}}\",\n            \"example\": \"https://www.my-website.com?name=john\"\n          },\n          {\n            \"type\": \"QUICK_REPLY\",\n            \"text\": \"Track Your Order\"\n          },\n          {\n            \"type\": \"OTP\",\n            \"otpType\": \"COPY_CODE\",\n            \"text\": \"Example text.\"\n          },\n          {\n            \"type\": \"FLOW\",\n            \"text\": \"Start Flow\",\n            \"flowId\": \"flow-id\",\n            \"navigateScreen\": \"QUESTION_ONE\",\n            \"flowAction\": \"NAVIGATE\"\n          }\n        ]\n      },\n      {\n        \"type\": \"CAROUSEL\",\n        \"cards\": [\n          {\n            \"components\": [\n              {\n                \"type\": \"HEADER\",\n                \"format\": \"IMAGE\",\n                \"example\": {\n                  \"url\": \"https://example.com/photos/1.png\"\n                }\n              },\n              {\n                \"type\": \"BODY\",\n                \"text\": \"Good morning {{1}}, your package has arrived.\",\n                \"examples\": [\n                  \"Mr. Smith\"\n                ]\n              },\n              {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                  {\n                    \"type\": \"URL\",\n                    \"text\": \"Example test\",\n                    \"url\": \"https://www.my-website.com?name={{1}}\",\n                    \"example\": \"https://www.my-website.com?name=john\"\n                  },\n                  {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Track Your Order\"\n                  },\n                  {\n                    \"type\": \"PHONE_NUMBER\",\n                    \"text\": \"Example text.\",\n                    \"phoneNumber\": \"+48 777 777777\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      }\n    ],\n    \"messageSendTtlSeconds\": 60\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"whatsappId\": \"123456\",\n  \"name\": \"My WhatsApp Template\",\n  \"state\": \"APPROVED\",\n  \"category\": \"UTILITY\",\n  \"language\": \"EN_US\",\n  \"qualityScore\": \"QUALITY_SCORE_GREEN\",\n  \"changes\": {\n    \"status\": \"IN_PROGRESS\",\n    \"details\": {\n      \"components\": [\n        {\n          \"type\": \"HEADER\",\n          \"format\": \"TEXT\",\n          \"text\": \"Save {{1}}% on your next purchase!\",\n          \"example\": \"20\"\n        },\n        {\n          \"type\": \"HEADER\",\n          \"format\": \"DOCUMENT\",\n          \"example\": {\n            \"url\": \"https://example.com/photos/1.png\"\n          }\n        },\n        {\n          \"type\": \"HEADER\",\n          \"format\": \"LOCATION\"\n        },\n        {\n          \"type\": \"BODY\",\n          \"text\": \"Good morning {{1}}, your package has arrived.\",\n          \"examples\": [\n            \"Mr. Smith\"\n          ],\n          \"addSecurityRecommendation\": true\n        },\n        {\n          \"type\": \"FOOTER\",\n          \"text\": \"To track your order please click the 'Track Your Order' button\",\n          \"codeExpirationMinutes\": 5\n        },\n        {\n          \"type\": \"BUTTONS\",\n          \"buttons\": [\n            {\n              \"type\": \"PHONE_NUMBER\",\n              \"text\": \"Example text.\",\n              \"phoneNumber\": \"+48 777 777777\"\n            },\n            {\n              \"type\": \"URL\",\n              \"text\": \"Example test\",\n              \"url\": \"https://www.my-website.com?name={{1}}\",\n              \"example\": \"https://www.my-website.com?name=john\"\n            },\n            {\n              \"type\": \"QUICK_REPLY\",\n              \"text\": \"Track Your Order\"\n            },\n            {\n              \"type\": \"OTP\",\n              \"otpType\": \"COPY_CODE\",\n              \"text\": \"Example text.\"\n            }\n          ]\n        },\n        {\n          \"type\": \"CAROUSEL\",\n          \"cards\": [\n            {\n              \"components\": [\n                {\n                  \"type\": \"HEADER\",\n                  \"format\": \"IMAGE\",\n                  \"example\": {\n                    \"url\": \"https://example.com/photos/1.png\"\n                  }\n                },\n                {\n                  \"type\": \"BODY\",\n                  \"text\": \"Good morning {{1}}, your package has arrived.\",\n                  \"examples\": [\n                    \"Mr. Smith\"\n                  ]\n                },\n                {\n                  \"type\": \"BUTTONS\",\n                  \"buttons\": [\n                    {\n                      \"type\": \"URL\",\n                      \"text\": \"Example test\",\n                      \"url\": \"https://www.my-website.com?name={{1}}\",\n                      \"example\": \"https://www.my-website.com?name=john\"\n                    },\n                    {\n                      \"type\": \"QUICK_REPLY\",\n                      \"text\": \"Track Your Order\"\n                    },\n                    {\n                      \"type\": \"PHONE_NUMBER\",\n                      \"text\": \"Example text.\",\n                      \"phoneNumber\": \"+48 777 777777\"\n                    }\n                  ]\n                }\n              ]\n            }\n          ]\n        }\n      ],\n      \"messageSendTtlSeconds\": 60\n    }\n  },\n  \"details\": {\n    \"components\": [\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"TEXT\",\n        \"text\": \"Save {{1}}% on your next purchase!\",\n        \"example\": \"20\"\n      }\n    ],\n    \"messageSendTtlSeconds\": 60\n  },\n  \"analytics\": [],\n  \"isMetaGenerated\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"57f8be31-299d-4f2f-aee2-56447b25d4e3","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"components\": [\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"LOCATION\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"TEXT\",\n        \"text\": \"Save {{1}}% on your next purchase!\",\n        \"example\": \"20\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"DOCUMENT\",\n        \"example\": {\n          \"url\": \"https://example.com/photos/1.png\"\n        }\n      },\n      {\n        \"type\": \"BODY\",\n        \"text\": \"Good morning {{1}}, your package has arrived.\",\n        \"examples\": [\n          \"Mr. Smith\"\n        ],\n        \"addSecurityRecommendation\": true\n      },\n      {\n        \"type\": \"FOOTER\",\n        \"text\": \"To track your order please click the 'Track Your Order' button\",\n        \"codeExpirationMinutes\": 5\n      },\n      {\n        \"type\": \"BUTTONS\",\n        \"buttons\": [\n          {\n            \"type\": \"PHONE_NUMBER\",\n            \"text\": \"Example text.\",\n            \"phoneNumber\": \"+48 777 777777\"\n          },\n          {\n            \"type\": \"URL\",\n            \"text\": \"Example test\",\n            \"url\": \"https://www.my-website.com?name={{1}}\",\n            \"example\": \"https://www.my-website.com?name=john\"\n          },\n          {\n            \"type\": \"QUICK_REPLY\",\n            \"text\": \"Track Your Order\"\n          },\n          {\n            \"type\": \"OTP\",\n            \"otpType\": \"COPY_CODE\",\n            \"text\": \"Example text.\"\n          },\n          {\n            \"type\": \"FLOW\",\n            \"text\": \"Start Flow\",\n            \"flowId\": \"flow-id\",\n            \"navigateScreen\": \"QUESTION_ONE\",\n            \"flowAction\": \"NAVIGATE\"\n          }\n        ]\n      },\n      {\n        \"type\": \"CAROUSEL\",\n        \"cards\": [\n          {\n            \"components\": [\n              {\n                \"type\": \"HEADER\",\n                \"format\": \"IMAGE\",\n                \"example\": {\n                  \"url\": \"https://example.com/photos/1.png\"\n                }\n              },\n              {\n                \"type\": \"BODY\",\n                \"text\": \"Good morning {{1}}, your package has arrived.\",\n                \"examples\": [\n                  \"Mr. Smith\"\n                ]\n              },\n              {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                  {\n                    \"type\": \"URL\",\n                    \"text\": \"Example test\",\n                    \"url\": \"https://www.my-website.com?name={{1}}\",\n                    \"example\": \"https://www.my-website.com?name=john\"\n                  },\n                  {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Track Your Order\"\n                  },\n                  {\n                    \"type\": \"PHONE_NUMBER\",\n                    \"text\": \"Example text.\",\n                    \"phoneNumber\": \"+48 777 777777\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      }\n    ],\n    \"messageSendTtlSeconds\": 60\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for WhatsApp.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for WhatsApp.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ec88190f-047a-4fc1-bbba-cb0a9af8af92","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"components\": [\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"LOCATION\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"TEXT\",\n        \"text\": \"Save {{1}}% on your next purchase!\",\n        \"example\": \"20\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"DOCUMENT\",\n        \"example\": {\n          \"url\": \"https://example.com/photos/1.png\"\n        }\n      },\n      {\n        \"type\": \"BODY\",\n        \"text\": \"Good morning {{1}}, your package has arrived.\",\n        \"examples\": [\n          \"Mr. Smith\"\n        ],\n        \"addSecurityRecommendation\": true\n      },\n      {\n        \"type\": \"FOOTER\",\n        \"text\": \"To track your order please click the 'Track Your Order' button\",\n        \"codeExpirationMinutes\": 5\n      },\n      {\n        \"type\": \"BUTTONS\",\n        \"buttons\": [\n          {\n            \"type\": \"PHONE_NUMBER\",\n            \"text\": \"Example text.\",\n            \"phoneNumber\": \"+48 777 777777\"\n          },\n          {\n            \"type\": \"URL\",\n            \"text\": \"Example test\",\n            \"url\": \"https://www.my-website.com?name={{1}}\",\n            \"example\": \"https://www.my-website.com?name=john\"\n          },\n          {\n            \"type\": \"QUICK_REPLY\",\n            \"text\": \"Track Your Order\"\n          },\n          {\n            \"type\": \"OTP\",\n            \"otpType\": \"COPY_CODE\",\n            \"text\": \"Example text.\"\n          },\n          {\n            \"type\": \"FLOW\",\n            \"text\": \"Start Flow\",\n            \"flowId\": \"flow-id\",\n            \"navigateScreen\": \"QUESTION_ONE\",\n            \"flowAction\": \"NAVIGATE\"\n          }\n        ]\n      },\n      {\n        \"type\": \"CAROUSEL\",\n        \"cards\": [\n          {\n            \"components\": [\n              {\n                \"type\": \"HEADER\",\n                \"format\": \"IMAGE\",\n                \"example\": {\n                  \"url\": \"https://example.com/photos/1.png\"\n                }\n              },\n              {\n                \"type\": \"BODY\",\n                \"text\": \"Good morning {{1}}, your package has arrived.\",\n                \"examples\": [\n                  \"Mr. Smith\"\n                ]\n              },\n              {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                  {\n                    \"type\": \"URL\",\n                    \"text\": \"Example test\",\n                    \"url\": \"https://www.my-website.com?name={{1}}\",\n                    \"example\": \"https://www.my-website.com?name=john\"\n                  },\n                  {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Track Your Order\"\n                  },\n                  {\n                    \"type\": \"PHONE_NUMBER\",\n                    \"text\": \"Example text.\",\n                    \"phoneNumber\": \"+48 777 777777\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      }\n    ],\n    \"messageSendTtlSeconds\": 60\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4459d2ff-0b08-43e9-86c8-672bb23d9335","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"components\": [\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"LOCATION\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"TEXT\",\n        \"text\": \"Save {{1}}% on your next purchase!\",\n        \"example\": \"20\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"DOCUMENT\",\n        \"example\": {\n          \"url\": \"https://example.com/photos/1.png\"\n        }\n      },\n      {\n        \"type\": \"BODY\",\n        \"text\": \"Good morning {{1}}, your package has arrived.\",\n        \"examples\": [\n          \"Mr. Smith\"\n        ],\n        \"addSecurityRecommendation\": true\n      },\n      {\n        \"type\": \"FOOTER\",\n        \"text\": \"To track your order please click the 'Track Your Order' button\",\n        \"codeExpirationMinutes\": 5\n      },\n      {\n        \"type\": \"BUTTONS\",\n        \"buttons\": [\n          {\n            \"type\": \"PHONE_NUMBER\",\n            \"text\": \"Example text.\",\n            \"phoneNumber\": \"+48 777 777777\"\n          },\n          {\n            \"type\": \"URL\",\n            \"text\": \"Example test\",\n            \"url\": \"https://www.my-website.com?name={{1}}\",\n            \"example\": \"https://www.my-website.com?name=john\"\n          },\n          {\n            \"type\": \"QUICK_REPLY\",\n            \"text\": \"Track Your Order\"\n          },\n          {\n            \"type\": \"OTP\",\n            \"otpType\": \"COPY_CODE\",\n            \"text\": \"Example text.\"\n          },\n          {\n            \"type\": \"FLOW\",\n            \"text\": \"Start Flow\",\n            \"flowId\": \"flow-id\",\n            \"navigateScreen\": \"QUESTION_ONE\",\n            \"flowAction\": \"NAVIGATE\"\n          }\n        ]\n      },\n      {\n        \"type\": \"CAROUSEL\",\n        \"cards\": [\n          {\n            \"components\": [\n              {\n                \"type\": \"HEADER\",\n                \"format\": \"IMAGE\",\n                \"example\": {\n                  \"url\": \"https://example.com/photos/1.png\"\n                }\n              },\n              {\n                \"type\": \"BODY\",\n                \"text\": \"Good morning {{1}}, your package has arrived.\",\n                \"examples\": [\n                  \"Mr. Smith\"\n                ]\n              },\n              {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                  {\n                    \"type\": \"URL\",\n                    \"text\": \"Example test\",\n                    \"url\": \"https://www.my-website.com?name={{1}}\",\n                    \"example\": \"https://www.my-website.com?name=john\"\n                  },\n                  {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Track Your Order\"\n                  },\n                  {\n                    \"type\": \"PHONE_NUMBER\",\n                    \"text\": \"Example text.\",\n                    \"phoneNumber\": \"+48 777 777777\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      }\n    ],\n    \"messageSendTtlSeconds\": 60\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_not_found\",\n  \"message\": \"Template not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d5d29dd6-a0dd-4404-b7bc-59789cb34ba2","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"components\": [\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"LOCATION\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"TEXT\",\n        \"text\": \"Save {{1}}% on your next purchase!\",\n        \"example\": \"20\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"DOCUMENT\",\n        \"example\": {\n          \"url\": \"https://example.com/photos/1.png\"\n        }\n      },\n      {\n        \"type\": \"BODY\",\n        \"text\": \"Good morning {{1}}, your package has arrived.\",\n        \"examples\": [\n          \"Mr. Smith\"\n        ],\n        \"addSecurityRecommendation\": true\n      },\n      {\n        \"type\": \"FOOTER\",\n        \"text\": \"To track your order please click the 'Track Your Order' button\",\n        \"codeExpirationMinutes\": 5\n      },\n      {\n        \"type\": \"BUTTONS\",\n        \"buttons\": [\n          {\n            \"type\": \"PHONE_NUMBER\",\n            \"text\": \"Example text.\",\n            \"phoneNumber\": \"+48 777 777777\"\n          },\n          {\n            \"type\": \"URL\",\n            \"text\": \"Example test\",\n            \"url\": \"https://www.my-website.com?name={{1}}\",\n            \"example\": \"https://www.my-website.com?name=john\"\n          },\n          {\n            \"type\": \"QUICK_REPLY\",\n            \"text\": \"Track Your Order\"\n          },\n          {\n            \"type\": \"OTP\",\n            \"otpType\": \"COPY_CODE\",\n            \"text\": \"Example text.\"\n          },\n          {\n            \"type\": \"FLOW\",\n            \"text\": \"Start Flow\",\n            \"flowId\": \"flow-id\",\n            \"navigateScreen\": \"QUESTION_ONE\",\n            \"flowAction\": \"NAVIGATE\"\n          }\n        ]\n      },\n      {\n        \"type\": \"CAROUSEL\",\n        \"cards\": [\n          {\n            \"components\": [\n              {\n                \"type\": \"HEADER\",\n                \"format\": \"IMAGE\",\n                \"example\": {\n                  \"url\": \"https://example.com/photos/1.png\"\n                }\n              },\n              {\n                \"type\": \"BODY\",\n                \"text\": \"Good morning {{1}}, your package has arrived.\",\n                \"examples\": [\n                  \"Mr. Smith\"\n                ]\n              },\n              {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                  {\n                    \"type\": \"URL\",\n                    \"text\": \"Example test\",\n                    \"url\": \"https://www.my-website.com?name={{1}}\",\n                    \"example\": \"https://www.my-website.com?name=john\"\n                  },\n                  {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Track Your Order\"\n                  },\n                  {\n                    \"type\": \"PHONE_NUMBER\",\n                    \"text\": \"Example text.\",\n                    \"phoneNumber\": \"+48 777 777777\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      }\n    ],\n    \"messageSendTtlSeconds\": 60\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_not_updatable\",\n  \"message\": \"Template is not updatable.\",\n  \"resolution\": \"Updates are only supported by templates with state: APPROVED, DISABLED, PAUSED, REJECTED.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"404c12ca-e6bc-4c2a-8f0e-7bdbb8c838bf","name":"FailedDependency","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"components\": [\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"LOCATION\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"TEXT\",\n        \"text\": \"Save {{1}}% on your next purchase!\",\n        \"example\": \"20\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"DOCUMENT\",\n        \"example\": {\n          \"url\": \"https://example.com/photos/1.png\"\n        }\n      },\n      {\n        \"type\": \"BODY\",\n        \"text\": \"Good morning {{1}}, your package has arrived.\",\n        \"examples\": [\n          \"Mr. Smith\"\n        ],\n        \"addSecurityRecommendation\": true\n      },\n      {\n        \"type\": \"FOOTER\",\n        \"text\": \"To track your order please click the 'Track Your Order' button\",\n        \"codeExpirationMinutes\": 5\n      },\n      {\n        \"type\": \"BUTTONS\",\n        \"buttons\": [\n          {\n            \"type\": \"PHONE_NUMBER\",\n            \"text\": \"Example text.\",\n            \"phoneNumber\": \"+48 777 777777\"\n          },\n          {\n            \"type\": \"URL\",\n            \"text\": \"Example test\",\n            \"url\": \"https://www.my-website.com?name={{1}}\",\n            \"example\": \"https://www.my-website.com?name=john\"\n          },\n          {\n            \"type\": \"QUICK_REPLY\",\n            \"text\": \"Track Your Order\"\n          },\n          {\n            \"type\": \"OTP\",\n            \"otpType\": \"COPY_CODE\",\n            \"text\": \"Example text.\"\n          },\n          {\n            \"type\": \"FLOW\",\n            \"text\": \"Start Flow\",\n            \"flowId\": \"flow-id\",\n            \"navigateScreen\": \"QUESTION_ONE\",\n            \"flowAction\": \"NAVIGATE\"\n          }\n        ]\n      },\n      {\n        \"type\": \"CAROUSEL\",\n        \"cards\": [\n          {\n            \"components\": [\n              {\n                \"type\": \"HEADER\",\n                \"format\": \"IMAGE\",\n                \"example\": {\n                  \"url\": \"https://example.com/photos/1.png\"\n                }\n              },\n              {\n                \"type\": \"BODY\",\n                \"text\": \"Good morning {{1}}, your package has arrived.\",\n                \"examples\": [\n                  \"Mr. Smith\"\n                ]\n              },\n              {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                  {\n                    \"type\": \"URL\",\n                    \"text\": \"Example test\",\n                    \"url\": \"https://www.my-website.com?name={{1}}\",\n                    \"example\": \"https://www.my-website.com?name=john\"\n                  },\n                  {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Track Your Order\"\n                  },\n                  {\n                    \"type\": \"PHONE_NUMBER\",\n                    \"text\": \"Example text.\",\n                    \"phoneNumber\": \"+48 777 777777\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      }\n    ],\n    \"messageSendTtlSeconds\": 60\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Failed Dependency (WebDAV) (RFC 4918)","code":424,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_limit_reached\",\n  \"message\": \"Number of templates has reached the limit.\",\n  \"resolution\": \"Delete some templates or reach out to support to increase the template limit. If template is saved as draft, try to submit the template again. If option \\\"saveDraftOnFailure\\\" is specified as \\\"false\\\", try the request again.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7ede1676-e514-45ad-9302-453ee44ff605","name":"TooManyRequests","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"components\": [\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"LOCATION\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"TEXT\",\n        \"text\": \"Save {{1}}% on your next purchase!\",\n        \"example\": \"20\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"DOCUMENT\",\n        \"example\": {\n          \"url\": \"https://example.com/photos/1.png\"\n        }\n      },\n      {\n        \"type\": \"BODY\",\n        \"text\": \"Good morning {{1}}, your package has arrived.\",\n        \"examples\": [\n          \"Mr. Smith\"\n        ],\n        \"addSecurityRecommendation\": true\n      },\n      {\n        \"type\": \"FOOTER\",\n        \"text\": \"To track your order please click the 'Track Your Order' button\",\n        \"codeExpirationMinutes\": 5\n      },\n      {\n        \"type\": \"BUTTONS\",\n        \"buttons\": [\n          {\n            \"type\": \"PHONE_NUMBER\",\n            \"text\": \"Example text.\",\n            \"phoneNumber\": \"+48 777 777777\"\n          },\n          {\n            \"type\": \"URL\",\n            \"text\": \"Example test\",\n            \"url\": \"https://www.my-website.com?name={{1}}\",\n            \"example\": \"https://www.my-website.com?name=john\"\n          },\n          {\n            \"type\": \"QUICK_REPLY\",\n            \"text\": \"Track Your Order\"\n          },\n          {\n            \"type\": \"OTP\",\n            \"otpType\": \"COPY_CODE\",\n            \"text\": \"Example text.\"\n          },\n          {\n            \"type\": \"FLOW\",\n            \"text\": \"Start Flow\",\n            \"flowId\": \"flow-id\",\n            \"navigateScreen\": \"QUESTION_ONE\",\n            \"flowAction\": \"NAVIGATE\"\n          }\n        ]\n      },\n      {\n        \"type\": \"CAROUSEL\",\n        \"cards\": [\n          {\n            \"components\": [\n              {\n                \"type\": \"HEADER\",\n                \"format\": \"IMAGE\",\n                \"example\": {\n                  \"url\": \"https://example.com/photos/1.png\"\n                }\n              },\n              {\n                \"type\": \"BODY\",\n                \"text\": \"Good morning {{1}}, your package has arrived.\",\n                \"examples\": [\n                  \"Mr. Smith\"\n                ]\n              },\n              {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                  {\n                    \"type\": \"URL\",\n                    \"text\": \"Example test\",\n                    \"url\": \"https://www.my-website.com?name={{1}}\",\n                    \"example\": \"https://www.my-website.com?name=john\"\n                  },\n                  {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Track Your Order\"\n                  },\n                  {\n                    \"type\": \"PHONE_NUMBER\",\n                    \"text\": \"Example text.\",\n                    \"phoneNumber\": \"+48 777 777777\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      }\n    ],\n    \"messageSendTtlSeconds\": 60\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"whatsapp_business_api_request_limit_exceeded\",\n  \"message\": \"WhatsApp business api request limit reached.\",\n  \"resolution\": \"WhatsApp business API request limits reached. Please try again later.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a2264c67-aa51-4070-8b5a-5dc419f7f895","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"details\": {\n    \"components\": [\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"LOCATION\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"TEXT\",\n        \"text\": \"Save {{1}}% on your next purchase!\",\n        \"example\": \"20\"\n      },\n      {\n        \"type\": \"HEADER\",\n        \"format\": \"DOCUMENT\",\n        \"example\": {\n          \"url\": \"https://example.com/photos/1.png\"\n        }\n      },\n      {\n        \"type\": \"BODY\",\n        \"text\": \"Good morning {{1}}, your package has arrived.\",\n        \"examples\": [\n          \"Mr. Smith\"\n        ],\n        \"addSecurityRecommendation\": true\n      },\n      {\n        \"type\": \"FOOTER\",\n        \"text\": \"To track your order please click the 'Track Your Order' button\",\n        \"codeExpirationMinutes\": 5\n      },\n      {\n        \"type\": \"BUTTONS\",\n        \"buttons\": [\n          {\n            \"type\": \"PHONE_NUMBER\",\n            \"text\": \"Example text.\",\n            \"phoneNumber\": \"+48 777 777777\"\n          },\n          {\n            \"type\": \"URL\",\n            \"text\": \"Example test\",\n            \"url\": \"https://www.my-website.com?name={{1}}\",\n            \"example\": \"https://www.my-website.com?name=john\"\n          },\n          {\n            \"type\": \"QUICK_REPLY\",\n            \"text\": \"Track Your Order\"\n          },\n          {\n            \"type\": \"OTP\",\n            \"otpType\": \"COPY_CODE\",\n            \"text\": \"Example text.\"\n          },\n          {\n            \"type\": \"FLOW\",\n            \"text\": \"Start Flow\",\n            \"flowId\": \"flow-id\",\n            \"navigateScreen\": \"QUESTION_ONE\",\n            \"flowAction\": \"NAVIGATE\"\n          }\n        ]\n      },\n      {\n        \"type\": \"CAROUSEL\",\n        \"cards\": [\n          {\n            \"components\": [\n              {\n                \"type\": \"HEADER\",\n                \"format\": \"IMAGE\",\n                \"example\": {\n                  \"url\": \"https://example.com/photos/1.png\"\n                }\n              },\n              {\n                \"type\": \"BODY\",\n                \"text\": \"Good morning {{1}}, your package has arrived.\",\n                \"examples\": [\n                  \"Mr. Smith\"\n                ]\n              },\n              {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                  {\n                    \"type\": \"URL\",\n                    \"text\": \"Example test\",\n                    \"url\": \"https://www.my-website.com?name={{1}}\",\n                    \"example\": \"https://www.my-website.com?name=john\"\n                  },\n                  {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Track Your Order\"\n                  },\n                  {\n                    \"type\": \"PHONE_NUMBER\",\n                    \"text\": \"Example text.\",\n                    \"phoneNumber\": \"+48 777 777777\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      }\n    ],\n    \"messageSendTtlSeconds\": 60\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_start_session_for_uploading_media\",\n  \"message\": \"Failed to start session for uploading template media example.\",\n  \"resolution\": \"Please try again later. If template is saved as draft, try to submit the template again. If option \\\"saveDraftOnFailure\\\" is specified as \\\"false\\\", try the request again.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"fcec924f-a1e3-4138-95e6-d54e935ab2e0","name":"Lists activities on project template","request":{"name":"Lists activities on project template","description":{"content":"\n    Paginated list of activities for a template. Ordered from the most recent one to the oldest one.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","templates","{{templateName}}","languages","{{languageCode}}","activities"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"pageToken","value":"<string>","description":"The page token if retrieving the next page from a previous query."},{"disabled":false,"key":"pageSize","value":"<number>","description":"The page size requested."}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"6044ba7f-5827-42aa-8f63-b6f44a5cc189","name":"Recent activities on template","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"totalSize\": 2,\n  \"pageSize\": 50,\n  \"notifications\": [\n    {\n      \"type\": \"CREATED\",\n      \"created\": \"2023-01-19T13:11:08.204Z\",\n      \"author\": \"Provisioning API user\"\n    },\n    {\n      \"type\": \"COMMENT_ADDED\",\n      \"created\": \"2023-01-19T13:11:08.204Z\",\n      \"comment\": \"Example comment\",\n      \"author\": \"Provisioning API user\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2bd8b7c3-8582-4620-9d6f-993cbbd866c8","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"project_not_initialized\",\n  \"message\": \"Project not initialized for WhatsApp.\",\n  \"resolution\": \"Verify that the project ID is correct and that it has been onboarded for WhatsApp.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ba10b7eb-144e-4cf0-8d9a-1dc3fbed79b8","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ae826371-4771-4e51-863c-b10c4ce95155","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_not_found\",\n  \"message\": \"Template not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"81b6f70b-158b-464b-8b44-4c43912ac50f","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode","activities"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"<string>"},{"key":"pageSize","value":"<number>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"92b560bc-d204-405c-83b7-169ff5474389","name":"Creates a comment for a template","request":{"name":"Creates a comment for a template","description":{"content":"\n    Creates a comment for a template.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","templates","{{templateName}}","languages","{{languageCode}}","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"comment\": \"<string>\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"de06d58f-5108-4bea-855d-929730999c07","name":"Created comment for a template","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"type\": \"CREATED\",\n  \"comment\": \"Example comment\",\n  \"created\": \"2023-01-19T13:11:08.204Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9a0fe5ee-946d-4cb4-a824-6722c78cf0ee","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_input\",\n  \"message\": \"Invalid input.\",\n  \"resolution\": \"Correct the validation errors and submit again.\",\n  \"additionalInformation\": {\n    \"validationErrors\": [\n      \"comment must be longer than or equal to 1 characters\"\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b1e94660-d6e0-4b45-a198-eb5c32645243","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"aad17b33-ba1f-4717-95a3-5fb3fc291d48","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_not_found\",\n  \"message\": \"Template not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0ac2d16e-4f35-4ff7-9612-9fbfaeb4b609","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"comment\": \"Example comment.\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"failed_to_create_comment\",\n  \"message\": \"Failed to create a comment.\",\n  \"resolution\": \"Please try again later.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"83c29bbc-acbd-4e16-87ae-9bf8892a4e6e","name":"Compare two templates","request":{"name":"Compare two templates","description":{"content":"\n    Compare two templates.\n    ","type":"text/plain"},"url":{"path":["v1","projects","{{projectId}}","whatsapp","templates","{{templateName}}","languages","{{languageCode}}","compare"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"templates\": [\n    {\n      \"templateName\": \"<string>\",\n      \"templateLanguage\": \"<string>\"\n    }\n  ],\n  \"timeframe\": \"7\",\n  \"endTimestamp\": 1774337017857\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"a9c1bb08-33ae-4544-8c58-1b4717d9719e","name":"Compared template response","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode","compare"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"templates\": [\n    {\n      \"templateName\": \"templateName2\",\n      \"templateLanguage\": \"PL\"\n    }\n  ],\n  \"timeframe\": \"60\",\n  \"endTimestamp\": 1694612898734\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"templates\": [\n    {\n      \"name\": \"templateName1\",\n      \"language\": \"EN\",\n      \"blockOrder\": 1,\n      \"messageSends\": 1000,\n      \"topBlockReason\": \"NO_REASON\"\n    },\n    {\n      \"name\": \"templateName1\",\n      \"language\": \"PL\",\n      \"blockOrder\": 2,\n      \"messageSends\": 2000,\n      \"topBlockReason\": \"NO_REASON_GIVEN\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"52d9a72a-446c-4692-ab8d-7559b30f5e40","name":"BadRequest","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode","compare"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"templates\": [\n    {\n      \"templateName\": \"templateName2\",\n      \"templateLanguage\": \"PL\"\n    }\n  ],\n  \"timeframe\": \"60\",\n  \"endTimestamp\": 1694612898734\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"invalid_input\",\n  \"message\": \"Invalid input.\",\n  \"resolution\": \"Correct the validation errors and submit again.\",\n  \"additionalInformation\": {\n    \"validationErrors\": [\n      \"templates must be an array\",\n      \"templates must contain no more than 1 elements\",\n      \"templates must contain at least 1 elements\"\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f363a9a6-8341-4a1a-835a-a202acb9f998","name":"Unauthorized","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode","compare"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"templates\": [\n    {\n      \"templateName\": \"templateName2\",\n      \"templateLanguage\": \"PL\"\n    }\n  ],\n  \"timeframe\": \"60\",\n  \"endTimestamp\": 1694612898734\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"unauthorized_error\",\n  \"message\": \"Unauthorized error.\",\n  \"resolution\": \"Verify that projectId is correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f0124909-0b50-4c83-b436-e580cf18cd82","name":"NotFound","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode","compare"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"templates\": [\n    {\n      \"templateName\": \"templateName2\",\n      \"templateLanguage\": \"PL\"\n    }\n  ],\n  \"timeframe\": \"60\",\n  \"endTimestamp\": 1694612898734\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"template_not_found\",\n  \"message\": \"Template not found.\",\n  \"resolution\": \"Verify that the parameters are correct.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5afed289-01b8-4058-8c3b-f0b7120b3c69","name":"Conflict","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode","compare"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"templates\": [\n    {\n      \"templateName\": \"templateName2\",\n      \"templateLanguage\": \"PL\"\n    }\n  ],\n  \"timeframe\": \"60\",\n  \"endTimestamp\": 1694612898734\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"templates_not_eligible_for_comparison\",\n  \"message\": \"Templates not eligible for comparison.\",\n  \"resolution\": \"Templates must have been sent at least 1,000 times in the specified timeframe.\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"11993386-f16d-4b13-82e0-a33ae31ab5cc","name":"InternalServerError","originalRequest":{"url":{"path":["v1","projects",":projectId","whatsapp","templates",":templateName","languages",":languageCode","compare"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"projectId","description":"(Required) The unique ID of the project. You can find this on the <a href=\"https://dashboard.sinch.com/\">Sinch Dashboard</a>."},{"disabled":false,"type":"any","value":"<string>","key":"templateName","description":"(Required) The unique name of the template."},{"disabled":false,"type":"any","value":"<string>","key":"languageCode","description":"(Required) The language code of the specific template."}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"templates\": [\n    {\n      \"templateName\": \"templateName2\",\n      \"templateLanguage\": \"PL\"\n    }\n  ],\n  \"timeframe\": \"60\",\n  \"endTimestamp\": 1694612898734\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"internal_error\",\n  \"message\": \"Internal server error.\",\n  \"resolution\": \"Please wait and try again, if the error persist please contact support.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}]}],"info":{"_postman_id":"1f2818d6-25ec-461b-963a-96669cbb816c","name":"Provisioning API","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","description":{"content":"","type":"text/plain"},"version":"SEMVER_VERSION"},"auth":{"type":"basic","basic":[{"key":"password","value":"{{basicPassword}}","type":"string"},{"key":"username","value":"{{basicUsername}}","type":"string"}]},"variable":[{"key":"baseUrl","value":"https://provisioning-api.int.staging.sinch.co","type":"string"},{"key":"basicPassword","value":"basicPassword","type":"string"},{"key":"basicUsername","value":"basicUsername","type":"string"},{"key":"bundleId","value":"bundleId","type":"string"},{"key":"conversationAppId","value":"conversationAppId","type":"string"},{"key":"flowId","value":"flowId","type":"string"},{"key":"languageCode","value":"languageCode","type":"string"},{"key":"plusFriendId","value":"plusFriendId","type":"string"},{"key":"projectId","value":"projectId","type":"string"},{"key":"senderId","value":"senderId","type":"string"},{"key":"solutionId","value":"solutionId","type":"string"},{"key":"templateCode","value":"templateCode","type":"string"},{"key":"templateName","value":"templateName","type":"string"},{"key":"testNumber","value":"testNumber","type":"string"},{"key":"useCase","value":"useCase","type":"string"},{"key":"webhookId","value":"webhookId","type":"string"}]}