POST
/
api
/
Activity
/
trigger
curl --request POST \
  --url https://gameapi.tribalarena.com/api/Activity/trigger \
  --header 'Content-Type: application/json' \
  --header 'x-ta-tenant-jwt: <x-ta-tenant-jwt>' \
  --data '{
  "activityId": 123,
  "narration": "<string>",
  "uniqueKey": "<string>",
  "amount": 123
}'

Headers

x-ta-tenant-jwt
string
required

This is required for all api calls. Ask support to or check out the docs on how to generate this.

Body

activityId
integer
narration
string | null
uniqueKey
string | null
amount
number | null

Response

200

Success