# Interface: IIdentityProofVerifyRequest

Request to verify a proof.

## Properties

### body {#body}

> **body**: `object`

The data for the request.

#### document

> **document**: `IJsonLdNodeObject`

The document to verify the proof for.

#### proof

> **proof**: `IProof`

The proof to verify.
