# Get consent

Checks whether user consent was provided for a specific session and if so, provides the timestamp

Endpoint: GET /api/v1/verification/{sid}/consent
Security: verify_access_token

## Path parameters:

  - `sid` (any, required)
    Session ID returned upon session creation or in the callback URL upon completing the verification

## Response 200 fields (application/json):

  - `consent_granted` (boolean, required)
    An indication of whether a user has approved the consent or not

  - `consent_date` (string)
    The timestamp of the consent approval. Returned empty if consent was not granted


## Response 400 fields

## Response 401 fields

## Response 404 fields
