GET
/
users
/
lastNumber
Get last user number
curl --request GET \
  --url http:localhost:3000/v2/users/lastNumber \
  --header 'x-API-Key: <api-key>'
{
  "number": 1042
}

Authorizations

x-API-Key
string
header
required

Response

200
application/json

Last user number retrieved successfully

The response is of type object.