Projects
List available projects
List available projects
GET
https://api.usestencil.com/v1/projects
Query Parameters
Name
Type
Description
after
string
Query next result set
before
string
Query previous result set
after
and before
are related to pagination. Please see pagination page for more information
The response usually include link to other related endpoints.
self
links to detail regarding the resource itself.
templates
links to endpoint to list templates related to the project.
Get specific project
GET
https://api.usestencil.com/v1/projects/:id
Path Parameters
Name
Type
Description
id
string
Project ID
Last updated