Badges

Badges_retrieve

GET
/api/v1/badges/{id}

Path Parameters

idinteger

A unique integer value identifying this Badge.

Response Body

curl -X GET "https://loading/api/v1/badges/0"
{
  "id": 0,
  "name": "string",
  "description": "string",
  "image_url": "http://example.com",
  "metric": "price_count",
  "threshold": 2147483647,
  "user_count": 2147483647,
  "created": "2019-08-24T14:15:22Z",
  "updated": "2019-08-24T14:15:22Z"
}