info전체 사용자 수 조회

circle-exclamation

GET /total_user

시스템에 등록된 전체 사용자 수를 반환합니다.

Headers

Name
Value

api_key

(string): API 접근을 위한 인증 키

user_id

(integer): 요청하는 사용자의 ID.

Response

  • 200 OK

{
  "total_count": 1000
}
  • 401 Unauthorized

{
  "error": "Invalid api_key or user_id"
}
  • 403 Forbidden

{
  "error": "IP blocked due to low reputation"
}
  • 429 Too Many Requests

  • 500 Internal Server Error

Request Example

Last updated