# WHOAMI

Get the request associated to the scratchcard.

Endpoint: POST /api/v1/scratchcards/whoami
Version: v1

## Request fields (application/json):

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

  - `erc` (string, required)
    The scratchcard enrollment code (password for accessing Uanataca services)

## Response 400 fields (application/json):

  - `detail` (string)
    JSON syntax error

## Response 412 fields (application/json):

  - `code` (string)
    The response status code

  - `id` (string)
    The response status id

  - `error` (string)
    The response status message


