Skip to content

List all templates

Lists all templates of an user.

Sample Request

Here’s a sample request to list all user’s templates:

ENDPOINT
GET /v1/templates
REQUEST
fetch(`https://api.templated.io/v1/templates`, {
method: 'GET',
headers: {
'Authorization' : `Bearer ${API_KEY}`
}
})