Skip to main content
GET
List Pass Templates

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

perPage
integer
default:10

Record limiter per page. Default is 10, max is 100

Required range: x <= 100
page
integer
default:1

Page number. Default is 1

templateType
string

Filter by template type

fields
string

Returns a partial response (Sparse fieldset) per record, instead of the whole record. Set one or many comma separated record attributes

Example:

"name,description,templateType"

Response

200 - application/json

Successful

data
(Pass template · object | Processing pass template · object)[]
meta
object