cURL
curl --request PUT \ --url https://v2.stopbars.com/auth/display-mode \ --header 'Content-Type: application/json' \ --header 'X-Vatsim-Token: <api-key>' \ --data '{ "mode": 0 }'
VATSIM authentication token obtained via OAuth callback.
0=First,1=First LastInitial,2=CID
0
1
2
Updated
Was this page helpful?