{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"86e5b446-e0da-4dcc-a210-33720dde3b87","name":"Weezly API","description":"## Welcome to Weezly API Documentation\n\nWith Weezly API you will be able create thousands of personalized sales videos at scale together with scheduling of meetings next to your videos. Awesome right!\n\nIt allows you also to create a single personalized sales video on demand, create campaigns and many more things. We hope you will like our API, and if you have any questions please contact our support.\n\n<img src=\"https://content.pstmn.io/fb503056-6154-479a-8857-a0f9c28ec892/QVBJLnBuZw==\" width=\"343\" height=\"160\">\n\n##### **What are API Key and Secret Key?**\n\nAn API Key is a unique identifier that is passed along with each request to the API. It serves as a way for the server to identify the application or user making the request. API keys are typically passed in the headers of the HTTP request.\n\nA Secret Key (also known as an API secret or API secret key) is a confidential piece of information used for secure communication between the client and the server. It is usually combined with the API key to generate a signature or token that is sent with each request to authenticate the client's identity. Secret keys should be kept secure and never exposed to the public.\n\n##### **How to generate an API Key ?**\n\n1. Create a new Weezly account on app.weezly.com, if you don't have any.\n    \n2. Go to Settings page (Click on your avatar in right corner)\n    \n3. Select API credentials tab\n    \n4. Select Create New Key button\n    \n\n##### **How to generate a Secret Key ?**\n\nA Secret Key will be generated along with API Key\n\nIf you lose the Secret Key, you can regenerate a new Secret Key for same API Key\n\nYou can create maximum of 5 pairs of API Key - Secret Key\n\n##### **How to make API calls ?**\n\nEvery API call needs to be authorized by setting pairs of API Key and Secret Key in the request headers.\n\n_All API endpoints are limited to 30 requests per minute rate limit._\n\nThe endpoints to be call:\n\n> `https://app.weezly.com/api/v1/we/...` \n  \n\nJavascript example:\n\n``` javascript\nconst response = await axios({ \n  method: \"get\", \n  url: \"https://app.weezly.com/api/v1/we/dynamic/getVideoByID/10\",\n  headers: {\n    apikey: \"your_api_key\",\n    apisecret: \"your_secret_key\"\n  }\n});\n\n ```\n\ncURL example:\n\n``` shell\ncurl -X GET \\\n  'https://app.weezly.com/api/v1/we/dynamic/getVideoByID/10' \\\n  -H 'apikey: your_api_key' \\\n  -H 'apisecret: your_secret_key'\n\n ```\n\nThe response will be in JSON format:\n\n``` json\n{\n  \"id\": 212,\n  \"user_id\": 5,\n  \"campaign_id\": 37,\n  \"queue_id\": 111,\n  \"time_created\": 1713106154,\n  \"time_finish\": 1713106195,\n  \"name\": \"Hi mensur !\",\n  \"salt\": \"SVH1WLvl\",\n  \"show_booking\": 1,\n  \"seconds\": 28,\n  \"event_id\": 86,\n  \"event_type\": \"event\",\n  \"view\": 0,\n  ...\n}\n\n ```","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"17623409","team":2596129,"collectionId":"86e5b446-e0da-4dcc-a210-33720dde3b87","publishedId":"2sA3Bn6Y5R","public":true,"publicUrl":"https://documenter-api.postman.tech/view/17623409/2sA3Bn6Y5R","privateUrl":"https://go.postman.co/documentation/17623409-86e5b446-e0da-4dcc-a210-33720dde3b87","customColor":{"top-bar":"FFFFFF","right-sidebar":"120225","highlight":"0090FF"},"documentationLayout":"classic-double-column","customisation":{"metaTags":[{"name":"description","value":""},{"name":"title","value":""}],"appearance":{"default":"dark","themes":[{"name":"dark","logo":"https://content.pstmn.io/57ad5294-7a46-45f2-8152-69e6ec900ae7/bG9nby1kYXJrbW9kZS5wbmc=","colors":{"top-bar":"120225","right-sidebar":"120225","highlight":"0090FF"}},{"name":"light","logo":"https://content.pstmn.io/607b7f0b-0620-47d6-bee5-ee4ea5b9bd65/bG9nby1saWdodG1vZGUucG5n","colors":{"top-bar":"FFFFFF","right-sidebar":"120225","highlight":"0090FF"}}]}},"version":"8.10.1","publishDate":"2024-04-19T04:30:16.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"","description":""},"logos":{"logoLight":"https://content.pstmn.io/607b7f0b-0620-47d6-bee5-ee4ea5b9bd65/bG9nby1saWdodG1vZGUucG5n","logoDark":"https://content.pstmn.io/57ad5294-7a46-45f2-8152-69e6ec900ae7/bG9nby1kYXJrbW9kZS5wbmc="}},"statusCode":200},"environments":[],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/81313fbcb02cbb16e7ef192843c525944459c153b08426c5707011a0e57e3d9a","favicon":""},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"}],"canonicalUrl":"https://documenter.gw.postman.com/view/metadata/2sA3Bn6Y5R"}