Fetch List of document verification requests made
Request
curl --location GET 'https://api.insights-periculum.io/verify/regions' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {token}' \
Response
[
{
"key": 1,
"name": "Nigeria",
"code": "NG"
},
{
"key": 2,
"name": "Kenya",
"code": "KE"
},
{
"key": 3,
"name": "Canada",
"code": "CA"
},
{
"key": 4,
"name": "Uganda",
"code": "UG"
},
{
"key": 5,
"name": "Ghana",
"code": "GH"
},
{
"key": 6,
"name": "Rwanda",
"code": "RW"
}
]