Endpoint: https://link.platformsync.io/api.php?id=<STEAM/DISCORD ID>&token=<TOKEN>
Your token is the same token you use in the Platform Sync Plugin
Rate Limit: 100 requests per minute (Token based)
Response types
Normal Response
{
"linked": true,
"steam_id": "123456",
"discord_id": "123456",
"previous_discord_ids": "987654"
}
Error Responses
Rate Limit Exceeded (429)
Access Denied (401)
Invalid Subscription (401)
Example
{"Error":"Access Denied"}
Please note that the Platform Sync API is only avaliable for Platform Sync Pro customers.