v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBTemplates
List card templates
Gets the BIN data for an organization's card templates with paging options. For complete information on a specific template, call the Get card template endpoint. The organization is identified in the access token.
To create a template, you need to open a Pismo Service Desk request. The ticket type should be Settings. For more information, refer to the BIN override guide.
get/cards/v1/templates
Query parameters
page_sizeinteger required
Page size, 1-50
last_page_idstring
Last page ID, required for paging. This field is returned if there is more data and it must be passed to get the next page.
Response
Your Orgs's paged templates list
Example response
{
"items": [
{
"template_id": "EAFA693A-57B2-4029-97F3-D20D6F06D79B",
"org_id": "TN-cc8f8b89-233a-4582-9f36-63ee85278d6d",
"override_program_id": 8849,
"bin_range_beginning": "1500",
"bin_range_end": "2500",
"bin": "87634277"
}
]
}