Find group verification requests
POST/groups-srv/graph/verifications/requests
This API call finds group verification requests using a graph filter.
Filter Syntax:
- Use standard graph filter syntax to search verification requests
- Supports MongoDB query syntax for filtering by any verification request property
- Use
fieldsarray to limit which fields are returned
Field Selection:
- Use the
fieldsarray to specify which fields to return - If
fieldsis not specified, all fields are returned - Available fields include:
id,name,description,matchCondition,filters, etc.
Pagination and Sorting:
- Use
fromandsizefor pagination - Use
sortfieldanddescendingfor sorting results
Validation Rules:
- Filter object must be valid MongoDB query syntax
- Field names in
fieldsarray must be valid verification request properties frommust be a non-negative integersizemust be a positive integer
Usage:
- Use this endpoint to search and list verification requests
- Useful for discovering available verification requests
- Can be used to audit access control rules
Request
Responses
- 200
- 204
- 401
- 417
OK - Verification requests found matching the filter criteria
No Content - No verification requests found matching the filter criteria
Unauthorized - Authentication failed or missing required scope
Expectation Failed - Invalid filter syntax or malformed request