Skip to main content
POST
Assign award to user

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

award_id
string<uuid>
required
Minimum string length: 1

Body

application/json
recipient
object
required

The user identifier, which must be exactly one of the following: Slack user ID, email, or Tightknit profile ID

sender

The user identifier, which must be exactly one of the following: Slack user ID, email, or Tightknit profile ID

send_anonymously
boolean
default:false

Response

Award assigned

success
boolean
required