---
title: "GET /api/phishing/templates"
method: GET
path: "/api/phishing/templates"
tags: ["api"]
---

# GET /api/phishing/templates

`GET /api/phishing/templates`

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` PhishingTemplate[], required
    - `id` string, uuid
    - `application` string, nullable
    - `name` string, required
    - `icon` string, nullable
    - `preview_image_url` string, required
    - `html_url` string, required
    - `active` boolean
    - `sender_email_address` string, required
    - `category` PhishingTemplateCategory, required
      - `id` string, uuid
      - `name` string, required

---

[API](https://skmtc.net/haekka/apis/snippets-api.md) · [All operations](https://skmtc.net/haekka/apis/snippets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haekka/snippets-api/revisions/2a72ba99e389/schema)
