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

Headers

x-api-key
string
required

Path Parameters

id
string
required

Body

application/json