cURL
curl --request POST \ --url https://v2.stopbars.com/airports/{icao}/points/{stopbarId}/link \ --header 'Content-Type: application/json' \ --header 'X-Vatsim-Token: <api-key>' \ --data ' { "leadOnId": "<string>" } '
VATSIM authentication token obtained via OAuth callback.
ID of the lead-on to link
Link created
Was this page helpful?