Orbital Scoreboard

API: Post Scores

2min

Please ensure your code does not excessively post or it will get blocked.

This endpoint allows you to post scores.
POST
Request
Header Parameters
Content-type
String
required
application/json
Form Parameters
auth
String
optional
the players api key they should have gotten from orbitalscoreboard.com
player id
String
optional
the players id they should have gotten from orbitalscoreboard.com
player initials
String
optional
The players default initials. You can override these with the players entered initials if they get a high score. This should be 3 characters.
score
Number
optional
table
String
optional
this should be the cGameName value
version
String
optional
pass the current version of the table


Example Post

{ "auth": "f4c0b21f-c285-11e9-ba09-42010a8a0000", "player id": "MMChamp", "player initials": "MMC", "score":123456, "table":"hpgof", "version":"40" }

Orbital MYSQL db location

wp_orbitalsb > scores