cURL
curl --request POST \ --url https://v2.stopbars.com/contributions \ --header 'Content-Type: application/json' \ --header 'X-Vatsim-Token: <api-key>' \ --data '{ "airportIcao": "<string>", "packageName": "<string>", "submittedXml": "<string>" }'
VATSIM authentication token obtained via OAuth callback.
Contribution created
Was this page helpful?