# Template API Version: v2 ## Servers Sandbox URL ``` https://api-ext-sboxmeta.partners.spotnana.com ``` ## Security ### Bearer Type: http Scheme: bearer ## Download OpenAPI description [Template API](https://developer.spotnana.com/_bundle/openapi/TemplateApi.yaml) ## Event Templates APIs to create and manage event templates. ### Create an event template - [POST /v2/event-templates](https://developer.spotnana.com/openapi/templateapi/event-templates/createeventtemplate.md): This endpoint creates an event template. ### Get event template - [GET /v2/event-templates/{templateId}](https://developer.spotnana.com/openapi/templateapi/event-templates/geteventtemplate.md): This endpoint gets event template details for a given template ID. ### Delete an event template - [DELETE /v2/event-templates/{templateId}](https://developer.spotnana.com/openapi/templateapi/event-templates/deleteeventtemplate.md): This endpoint archives an event template. ### Update template's basic information - [POST /v2/event-templates/{templateId}/edit-basic-info](https://developer.spotnana.com/openapi/templateapi/event-templates/updatetemplatebasicinfo.md): This endpoint allows updating basic template information. ### Update template booking guidelines - [POST /v2/event-templates/{templateId}/edit-booking-guidelines](https://developer.spotnana.com/openapi/templateapi/event-templates/updatetemplatebookingguidelines.md): This endpoint updates the booking guidelines for a template. ### Update template's custom field responses. - [PUT /v2/event-templates/{templateId}/custom-field-responses](https://developer.spotnana.com/openapi/templateapi/event-templates/updatetemplatecustomfieldresponses.md): This endpoint updates the template's custom field responses. ### List event templates - [POST /v2/event-templates/list](https://developer.spotnana.com/openapi/templateapi/event-templates/listeventtemplates.md): This endpoint lists event templates. ### Get template by external ID - [GET /v2/event-templates/read-by-external-id](https://developer.spotnana.com/openapi/templateapi/event-templates/geteventtemplatebyexternalid.md): Get template details using the template's externalId. External IDs are unique identifiers which can be set based on the company's preference.