================= Template creation ================= .. list-table:: :widths: 10 90 * - Method - POST * - URL - ``/api/v1/template`` * - Authorization - Bearer {token} * - content-type - application/json * - mailboxUuid - {uuid} * - Body - "{""access"":""mailbox"",""categories"":[],""data"":""string""}" **JSON Body** .. code:: json { "access":"mailbox", "categories":[], "data":"" } Depending on your needs, you can add different types of fields `template fields <../fields/templateFields.html>`__ **RESPONSE** .. code:: json { "uuid":"56cacd6a-ffe7-4b77-9c0c-f928d9a18cb5", "name":"Template name", "description":"Template description", "data":" ", "version":"ab0d11cb-ebdd-42bd-a581-ddca1bb9b585", "dataCreatedAt":"2020-12-02T06:30:44.543Z", "dataModifiedAt":"2020-12-02T06:30:44.543Z", "access":"mailbox", "archive":false, "categories":[], "createdAt":"2020-12-02T06:30:44.503Z", "modifiedAt":"2020-12-02T06:30:44.503Z" }