Skip to main content

Lista de Plantillas PDF disponibles

Endpoint

  • Método: GET
  • Ruta: /templates
  • URL ejemplo: {{BASE_URL}}/templates

Descripción

Sin descripción en la colección de Postman.

Autenticación

  • Tipo: Bearer Token
  • Header: Authorization: Bearer {{API_TOKEN}}

Headers

KeyValue
AuthorizationBearer {{API_TOKEN}}
Cache-Controlno-cache
Postman-Token<calculated when request is sent>
Host<calculated when request is sent>
User-AgentPostmanRuntime/7.39.1
Accept*/*
Accept-Encodinggzip, deflate, br
Connectionkeep-alive
Acceptapplication/json
Content-typeapplication/json

Ejemplo cURL

curl -X GET "{{BASE_URL}}/templates" \
-H "Authorization: Bearer {{API_TOKEN}}" \
-H "Cache-Control: no-cache" \
-H "Postman-Token: <calculated when request is sent>" \
-H "Host: <calculated when request is sent>" \
-H "User-Agent: PostmanRuntime/7.39.1" \
-H "Accept: */*" \
-H "Accept-Encoding: gzip, deflate, br" \
-H "Connection: keep-alive" \
-H "Accept: application/json" \
-H "Content-type: application/json"

Probar endpoint

GET
Lista de plantillas PDF disponibles
BASE URL
Se guarda localmente en tu navegador.
BEARER TOKEN
Se guarda solo en esta sesión/pestaña.
URL FINAL
/templates
BODY JSON
RESPUESTA
Envía la solicitud para ver la respuesta aquí.