---
title: "Listar Assinaturas"
method: GET
path: "/autoradar/"
tags: ["AutoRadar"]
---

# Listar Assinaturas

`GET /autoradar/`

### Listagem de assinaturas

*Esta função lista as assinaturas persistidas no sistema*

## Query parameters

- `page` integer, nullable — Número da página
- `size` integer, nullable — Tamanho da página
- `is_active` boolean, nullable — false para inativo e true para ativo
- `license_plate` string, nullable — Placa do veículo
- `external_id` string, nullable — Identificador externo

## Response `200`

Sucesso

- PageSubscriptionResponseDTO
  - `items` SubscriptionResponseDTOInput[], required
    - `id` string, uuid, required — Identificador da assinatura
    - `store_id` integer, nullable — Identificador do estabelecimento
    - `created_at` string, date-time, required — Data e hora da criação da assinatura
    - `updated_at` string, date-time, required — Data e hora da atualização da assinatura
    - `is_active` boolean — Indica se a assinatura esta ativa
    - `is_canceled` boolean — Indica se a assinatura foi cancelada
    - `external_id` string, nullable — Identificador da assinatura no parceiro
    - `channel` 'embedded' | 'offer' | 'application'
    - `canceled_reason` string, nullable — Motivo de cancelamento
    - `vehicle` VehicleBaseDTO, required
      - `license_plate` string, required — Placa do veículo
      - `renavam` string, nullable — Renavam do veículo
      - `chassis` string, nullable — Chassi do veículo
      - `state` 'AC' | 'AL' | 'AP' | 'AM' | 'BA' | 'CE' | 'DF' | 'ES' | 'GO' | 'MA' | 'MT' | 'MS' | 'MG' | 'PA' | 'PB' | 'PR' | 'PE' | 'PI' | 'RJ' | 'RN' | 'RS' | 'RO' | 'RR' | 'SC' | 'SP' | 'SE' | 'TO'
      - `owner_document` string, nullable — Documento do proprietário
      - `model` string, nullable — Modelo do veículo
      - `color` string, nullable — Cor do veículo
      - `fabrication_year` integer, nullable — Ano de fabricação do veículo
      - `model_year` integer, nullable — Ano do modelo do veiculo
      - `last_enrich_date` string, date-time, nullable — Data do último enriquecimento
    - `update_action_notification_sent` boolean — Indica que o cliente foi notificado caso os requisitos mínimos não tenham sido atendidos
    - `enqueued` boolean — Indica se a inscrição está em fila de processamento
    - `last_enqueued_at` string, date-time, nullable — Data e hora da inscrição em fila de processamento
  - `total` integer, nullable, required
  - `page` integer, nullable, required
  - `size` integer, nullable, required
  - `pages` integer, nullable

## Other responses

- `403` — Usuário não tem permissão para esta ação
- `422` — Validation Error

---

[API](https://skmtc.net/usezapay/apis/zapi.md) · [All operations](https://skmtc.net/usezapay/apis/zapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usezapay/zapi/versions/50c96157fff4/schema)
