Fetch All
/api/v2/verified/fetch
Post
verifieds
jwt
pgn
Purpose
To allow a user to fetch a list of uids for all verified users on the platform.
Body Content [input]
{
uid: string
}
Returns if valid [output]
{
verified: {
uid: string
}[],
error: 0,
amount: int
}
What the API does
- Finds and returns all records from the
verifieds
collection.