Get List of Verification Methods

Use this API to retrieve a list of all verification methods for the specified request. The response will include details for each verification method along with the corresponding ID, description, and created date.

Path Params
string
required

The unique reference ID of the privacy request for which to retrieve verification methods.

Query Params
boolean
required
Defaults to false

Set to true to include comments and attachments in the response. If false, only basic verification method information will be returned.

int32
β‰₯ 0
Defaults to 0

Results page you want to retrieve. Page number starts with 0 (0..N)

int32
1 to 500
Defaults to 20

Number of records per page. Maximum page size allowed is 500

string
enum

Sorting criteria in the format: property(,asc|desc). Default sort order is ascending.

Allowed:
Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 3 required scopes
URL
Response
Choose an example:
application/json
*/*