API Reference
Log in to see full request history
{ "entityName": "se", "type": "insert", "id": "playerId", "value": { "socialNetwork" : "FB", // The name of a social network. "timestamp" : 1660192200, // The date of connection "level" : 3, // Player's level "invites": 14, // # of invites "affiliated": 5 // # of accepted invites }, "events":{ "postEvent" : true, "postReason" : "levelup", // The reason of publication ("Level 99 reached") "timestamp" : 1660192200, // The date of publication "level" : 3, // Player's level } } }

Here is the supported Social Networks below:

Social NetworkShortenedEvent Type
FacebookFBPost, Message
TwitterTWTweet, Message
InstagramIGStory, Post
LinkedInINPost, Message
DiscordDCGroup Message
WhatsAppWPMessage
TelegramTGGroup Message
RedditRDPost

Here is the list of sample events:

  • Start playing
  • New level reached
  • New ability
  • Quest completed
  • Collection completed
  • Invitation
  • Asking for help
  • Achievement
  • Review
Query Params
string
required
Defaults to samplegame
Body Params
json
required
Defaults to {"entityName":"se","type":"insert","id":"playerId","value":{"socialNetwork":"FB","timestamp":1660192200,"level":3,"invites":14,"affiliated":5,"events":{"postEvent":true,"postReason":"levelup","timestamp":1660192200,"level":3}}}
Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json