---
title: "REST Endpoints (v2.8 and above)"
canonical: "https://support.appfire.com/space/PC/717586472/REST%20Endpoints%20(v2.8%20and%20above)"
format: markdown
---
> Macro (aura-html)

The **Delegated Project Creator for Jira** REST APIs are used to interact with the app remotely. It provides the REST API for common features like creating a project from a specified template, getting a list of available project templates.


<span style="color: #091e42">The following table lists the currently available public API endpoints</span>

| **Method** | **Path** | **Description** |
| --- | --- | --- |
| URI relative to your Jira Instance <span style="color: #0000ff">**https://your.jira.url/rest/projecttemplates/1.0/create-templates**</span> |
| [post] | **[/create](https://appfire.atlassian.net/wiki/spaces/PCFJ/pages/717521780)** | <span style="color: #091e42">Creates a project from the specified template.</span> |
| [get] | **[/all](https://appfire.atlassian.net/wiki/spaces/PCFJ/pages/717750613)** | <span style="color: #091e42">Returns all available templates to the user executing the query.</span> |
| [get] | <span style="color: #0000ff">**[/item/{id}](https://appfire.atlassian.net/wiki/spaces/PCFJ/pages/717422813)**</span> | <span style="color: #091e42">Returns more detailed information to the user to select from in order to create a project. Including projects and the list of owners.</span> |
| <span style="color: #172b4d">URI relative to your Jira Instance </span><span style="color: #0000ff">**[https://your.jira.url/rest/projecttemplates/1.0/wittified/reports](https://your.jira.url/rest/projecttemplates/1.0/wittified/reports)**</span><br>> ℹ️ API endpoints below are available for versions **5.0.6 and above**. |
| [get] | **[/projects](https://appfire.atlassian.net/wiki/spaces/PCFJ/pages/802325575)** | Returns the projects that were created through the app. |