I’m trying to make sure our website forms that submit data, information requests to our Monday boards are updated. Is this PHP tutorial page up to date? It doesn’t seem like it is.
https://support.monday.com/hc/en-us/articles/360013465659-API-Quickstart-Tutorial-PHP.
I’m trying to update the API headers and get an error in the code. What is the correct format? I’m trying
$headers = [‘Content-Type: application/json’, 'Authorization: ’ . $token, ‘API-version’ : 2024-01];
Thanks!