Skip to main content
GET
/
api
/
v1
/
admin
/
verification
/
queue
/
count
cURL
curl --request GET \
  --url https://sandbox.api.nkama.ga/api/v1/admin/verification/queue/count \
  --header 'Authorization: Bearer <token>'
{
  "pending": 123
}

Authorizations

Authorization
string
header
required

Bearer access token (JWT) issued by Keycloak or the sandbox token endpoint.

Response

200 - */*

OK

pending
integer<int64>