curl --request GET \
--url https://api.confiopagos.com/v1/stores/{store}/templates \
--header 'Authorization: Bearer <token>'{
"templates": [
{
"name": "organizations/01JNRRDZDPH40DB2YRW329BFXM/templates/01JNRVWWHH68E76V3TMFFT6GHJ",
"title": "Juguete",
"description": "Juguete increíble hecho de plástico, color verde de medidas 5 x 5 x 5",
"amountCents": 5000000,
"currency": "COP"
}
],
"nextPageToken": "<string>"
}curl --request GET \
--url https://api.confiopagos.com/v1/stores/{store}/templates \
--header 'Authorization: Bearer <token>'{
"templates": [
{
"name": "organizations/01JNRRDZDPH40DB2YRW329BFXM/templates/01JNRVWWHH68E76V3TMFFT6GHJ",
"title": "Juguete",
"description": "Juguete increíble hecho de plástico, color verde de medidas 5 x 5 x 5",
"amountCents": 5000000,
"currency": "COP"
}
],
"nextPageToken": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the store.
"waxhsjr47zsl"
The maximum number of templates to return. Default is 50, max is 1000.
"20"
A page token received from a previous ListTemplates call for pagination.