{"openapi":"3.0.0","info":{"title":"ManyChat API","description":"Help article is available [here](https://help.manychat.com/hc/en-us/articles/14959510331420-API-Manychat)","version":"beta"},"servers":[{"url":""}],"paths":{"/user/template/generateSingleUseLink":{"post":{"tags":["Template"],"summary":"","operationId":"1fc7d7960d592bd7d6162fd0a373d16a","requestBody":{"description":"Generate a unique link to share your template with someone with a single-use link that expires after the first installation.
\nThe link will be generated only if the Template access is set to active and single-use link sharing option is enabled.
\nYou can change the way you share your Template on the Template page (Profile>Templates>) ","required":true,"content":{"application/json":{"schema":{"required":["template_id"],"properties":{"template_id":{"type":"integer","isRequired":true}},"type":"object"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"properties":{"status":{"type":"string","example":"success","isRequired":true},"data":{"$ref":"#/components/schemas/Template Installation Link"}},"type":"object"}}}},"400":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Response Error"}}}}},"security":[{"Bearer":[]}]}}},"components":{"schemas":{"Response Success":{"description":"","required":["status"],"properties":{"status":{"type":"string","example":"success","isRequired":true}},"type":"object","additionalProperties":false},"Response Error":{"description":"","required":["status","message","details"],"properties":{"status":{"type":"string","example":"error","isRequired":true},"message":{"type":"string","isRequired":true},"details":{"required":["messages"],"properties":{"messages":{"type":"array","items":{"$ref":"#/components/schemas/Response Error Message"},"isRequired":true}},"type":"object","additionalProperties":false,"isRequired":true}},"type":"object","additionalProperties":false},"Response Error Message":{"description":"","required":["message"],"properties":{"message":{"type":"string","isRequired":true}},"type":"object","additionalProperties":false},"Response Error With Code":{"description":"","required":["status","message","code"],"properties":{"status":{"type":"string","example":"error","isRequired":true},"message":{"type":"string","isRequired":true},"code":{"type":"integer","isRequired":true}},"type":"object","additionalProperties":false},"Template Installation Link":{"description":"","required":["hash_code","installation_link"],"properties":{"hash_code":{"type":"string","isRequired":true},"installation_link":{"type":"string","isRequired":true}},"type":"object","additionalProperties":false}},"securitySchemes":{"Bearer":{"type":"http","name":"Authorization","in":"header","scheme":"bearer"}}}}