POST
/
api
/
waitlist
/
v2
/
social
/
share
Track social share
curl --request POST \
  --url http://localhost:4000/api/waitlist/v2/social/share \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "platform": "<string>",
  "postId": "<string>"
}'

Authorizations

Authorization
string
header
required

Dynamic authentication JWT token

Body

application/json

Response

200

Social share tracked