cURL
curl --request POST \ --url https://v2.stopbars.com/airports/{icao}/links/bulk \ --header 'Content-Type: application/json' \ --header 'X-Vatsim-Token: <api-key>' \ --data '{}'
{ "success": true, "linked": 123, "unlinked": 123 }
Apply multiple link and unlink operations in a single request. Supports multiple stopbars per lead-on.
VATSIM authentication token obtained via OAuth callback.
Lead-on to stopbar links to add
Show child attributes
Specific lead-on to stopbar links to remove
Bulk update completed
Was this page helpful?