# Bounty

Payload reference for the Bounty webhook event Nexus sends to your endpoint.

This page documents the payload for the Bounty webhook event.

## Action: `BountyReward`

```json
{
    "bountyId": "tzPlV9PeX9Tsxg158pZ47",
    "bountyName": "Refer 5 Players",
    "bountyProgressId": "4a3C8DLDjPToZ_BMRrYXx",
    "memberId": "bISbqtpNo3KvwEIL1MSCn",
    "bountyRewards": [
        {
            "id": "prYjeQugJG1n8qFCjW2rM",
            "name": "In Game Title",
            "amount": 1,
            "externalId": "dalfjkAsdlgJkdal",
            "memberRewardId": "PDKczbm3bmNFZWcrelC5N"
        }
    ]
}
```

<Aside type="caution">
If there is no playerId included in the event, then the member who completed this bounty has not yet linked their Nexus account with your referral group. See [Generating codes for your program](/creator-code-api/program-management/adding-codes-to-your-program/) and [Linking to an existing Nexus](/creator-code-api/program-management/adding-codes-to-your-program/#linking-to-an-existing-nexus) to resolve this.
</Aside>
