Skip to main content

Grant a badge to an account

POST 

/badge/setForAccount/:accountId/:badgeId/:level

Grant a badge to an account

Request​

Path Parameters

    level schemaIdrequired

    The new level of the badge

    accountId accountIdrequired

    The accountId to grant the badge to

    badgeId badgeIdrequired

    The badgeId to grant to the account

Responses​

Success

Schema

    string

    Possible values: [OK]

Loading...