---
title: "Consultar Super API"
method: GET
path: "/api/Packs/{identifier}/{transactionId}"
tags: ["Packs"]
---

# Consultar Super API

`GET /api/Packs/{identifier}/{transactionId}`

## Path parameters

- `identifier` string, required
- `transactionId` string, required

## Response `200`

Ok

- PackResultDto
  - `createdAt` string, date-time
  - `packStatus` string
  - `transaction` TransactionDto
    - `id` string
    - `createdAt` string, date-time
    - `documentType` string
    - `document` string
    - `name` string, nullable
    - `birthdate` string, nullable
    - `mothersName` string, nullable
    - `email` string, nullable
    - `verifiedEmail` boolean
    - `sessionId` string, nullable
    - `identifierId` string, nullable
    - `channelId` integer, nullable
    - `address` AddressDto
      - `zipCode` string, nullable
      - `street` string, nullable
      - `number` string, nullable
      - `complement` string, nullable
      - `district` string, nullable
      - `city` string, nullable
      - `state` string, nullable
      - `country` string, nullable
    - `phone` PhoneDto
      - `countryCode` integer
      - `areaCode` integer
      - `number` integer
      - `verified` boolean
    - `vehicle` VehicleDto
      - `ProposedDate` string, date-time, nullable
      - `VehicleLicensePlate` string
      - `StoreState` string, nullable
      - `LicensePlateState` string, nullable
      - `VehicleRegistrationState` string, nullable
      - `FinancingAmount` number, double
      - `MarketValue` number, double, nullable
      - `VehicleManufacturingYear` integer, nullable
    - `referenceDate` string, date-time, nullable
    - `identifierDate` string, date-time, nullable
    - `type` integer
    - `genericFields` object, nullable
    - `criterion` integer
    - `card` CardDto
      - `bin` integer
      - `last4` integer
      - `ownerDocument` string, nullable
      - `ownerName` string, nullable
    - `secondaryDocumentType` string, nullable
    - `secondaryDocument` string, nullable
  - `score` ScoreDtoPackModuleDto
    - `results` ScoreDto[], nullable
      - `value` number, double
      - `reason` string, nullable
      - `createdAt` string, date-time
    - `moduleStatus` string, nullable
    - `errorMessage` string, nullable
  - `rating` RatingDtoPackModuleDto
    - `results` RatingDto[], nullable
      - `value` integer
      - `reason` string, nullable
      - `createdAt` string, date-time
      - `relatedTo` string[], nullable
    - `moduleStatus` string, nullable
    - `errorMessage` string, nullable
  - `insight` InsightDtoPackModuleDto
    - `results` InsightDto[], nullable
      - `code` string, nullable
      - `description` string, nullable
      - `relevance` string, nullable
      - `type` string, nullable
      - `category` string, nullable
      - `relatedTo` string[], nullable
    - `moduleStatus` string, nullable
    - `errorMessage` string, nullable
  - `smsToken` SmsTokenDtoPackModuleDto
    - `results` SmsTokenDto[], nullable
      - `status` string
      - `createdAt` string, date-time
      - `repliedAt` string, date-time, nullable
      - `type` string
    - `moduleStatus` string, nullable
    - `errorMessage` string, nullable
  - `emailToken` EmailTokenDtoPackModuleDto
    - `results` EmailTokenDto[], nullable
      - `status` string
      - `type` string
      - `createdAt` string, date-time
      - `repliedAt` string, date-time, nullable
      - `expirationTime` string, date-time
    - `moduleStatus` string, nullable
    - `errorMessage` string, nullable
  - `smsTwoFactorAuthentication` SmsTwoFactorDtoPackModuleDto
    - `results` SmsTwoFactorDto[], nullable
      - `text` string, nullable
      - `type` string
      - `status` string
      - `createdAt` string, date-time
      - `smsSendLimit` integer
      - `expirationTime` string, date-time
    - `moduleStatus` string, nullable
    - `errorMessage` string, nullable
  - `emailTwoFactorAuthentication` EmailTwoFactorDtoPackModuleDto
    - `results` EmailTwoFactorDto[], nullable
      - `text` string, nullable
      - `type` string
      - `status` string
      - `createdAt` string, date-time
      - `expirationTime` string, date-time
    - `moduleStatus` string, nullable
    - `errorMessage` string, nullable
  - `whatsappTwoFactorAuthentication` WhatsappTwoFactorAuthenticationDtoPackModuleDto
    - `results` WhatsappTwoFactorAuthenticationDto[], nullable
      - `status` string, nullable
      - `createdAt` string, date-time
      - `reply` WhatsappTwoFactorAuthenticationReplyDto
        - `option` integer, nullable
        - `repliedAt` string, date-time, nullable
      - `sendLimit` integer
      - `expirationTime` string, date-time
      - `text` string
    - `moduleStatus` string, nullable
    - `errorMessage` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/serasaexperian/apis/autentica-o.md) · [All operations](https://skmtc.net/serasaexperian/apis/autentica-o/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serasaexperian/autentica-o/revisions/c5a1661afd1f/schema)
