POST
/
launcher
/
{id}
/
upsert-attribution
curl --request POST \
  --url https://api.other.page/v1/launcher/{id}/upsert-attribution \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '{
  "badgeId": "<string>",
  "metadata": {},
  "jwt": "<string>",
  "autoClaim": true
}'

Headers

x-api-key
string
required

Path Parameters

id
string
required

Query Parameters

conditionKey
string
required
condition
string
required

Body

application/json