cURL
curl --request GET \ --url https://api.scoot.app/api/v1/social/admitted/{socialId} \ --header 'X-API-Key: <api-key>'
{ "admitted": true, "banned": true, "admittedDateTime": "2023-11-07T05:31:56Z", "bannedDateTime": "2023-11-07T05:31:56Z" }
OK