Skip to main content

Get badge list for given account

GET 

/badge/getForAccount/:accountId

Get badge list for given account

Request

Path Parameters

    accountId accountIdrequired

    The accountId to get the badges for

Query Parameters

    projectId projectId

    Project identifier

    schemaType int64

    Schema type identifier

Responses

Badges successfully retrieved

Schema

  • Array [

  • id badgeId (string)

    Unique identifier for Badge

    power

    object[]

  • Array [

  • schema_type int64
    value int64
  • ]

  • project projectId (string)

    Unique identifier for Project

    max_lvl int64
  • ]

Loading...