Skip to content

Distributor login statistics ​

GET
/v1/distributors/{requested_distributor_id}/statistics

Returns: the most recent client login statistics of a distributor based on distributor_id

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

requested_distributor_id*
Type
string
Required

Responses​

OK

application/json
JSON
[
  
{
  
  
"created": null,
  
  
"username": null,
  
  
"response_code": null,
  
  
"client_id": null,
  
  
"login_source": null,
  
  
"ip": null
  
}
]

Playground​

Server
Authorization
Variables
Key
Value

Samples​