POST
/
admin
/
v0
/
badges
/
{badge_id}
/
assign
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

content-type
enum<string>
required
Available options:
application/json

Path Parameters

badge_id
string
required

A UUID

Minimum length: 1
Example:

"123e4567-e89b-12d3-a456-426614174000"

Body

application/json

Response

200
application/json
Assigns a badge to a user

The response is of type object.