# GET SCRATCHCARD

Get details from a scratchcard.

Endpoint: GET /api/v1/scratchcards/{id}
Version: v1

## Path parameters:

  - `id` (string, required)
    The scratchcard unique id

## Response 200 fields (application/json):

  - `pk` (number)
    The scratchcard database id

  - `sn` (number)
    The scratchcard serial number

  - `secrets` (object)
    Credentials associated to a scratchcard.

  - `secrets.erc` (string)
    A code specially used for revoking the associated certificate

  - `secrets.enrollment_code` (string)
    The password required for logging into Uanataca services

  - `secrets.pin` (string)
    The secret code used for certificate usage

  - `secrets.puk` (string)
    A code required for unblocking the certificate

  - `registration_authority` (number)
    The registration authority for the scratchcard

## Response 404 fields (application/json):

  - `code` (string)
    The response status code

  - `id` (string)
    The response status id

  - `error` (string)
    The response status message


