Users

Users_retrieve

GET
/api/v1/users/{user_id}

Path Parameters

user_idstring

A unique value identifying this User.

Response Body

curl -X GET "https://loading/api/v1/users/string"
{
  "user_id": "string",
  "price_count": 2147483647,
  "price_type_product_count": 2147483647,
  "price_type_category_count": 2147483647,
  "price_kind_community_count": 2147483647,
  "price_kind_consumption_count": 2147483647,
  "price_currency_count": 2147483647,
  "price_in_proof_owned_count": 2147483647,
  "price_in_proof_not_owned_count": 2147483647,
  "price_not_owned_in_proof_owned_count": 2147483647,
  "proof_count": 2147483647,
  "proof_kind_community_count": 2147483647,
  "proof_kind_consumption_count": 2147483647,
  "location_count": 2147483647,
  "location_type_osm_country_count": 2147483647,
  "product_count": 2147483647
}