Hello there,
I just tried this route with multiple boards and keep having the same issue. I have a 201 response code telling me eveyrhting worked fine. But the group is always missing int the targeted board. Support keeps telling me “we only offer limited support for API”. I am lost with this API route kind of not working…
If anyone can help in here?Here is what I am doing,
The request:
curl --location --request POST 'https://api.monday.com/v1/boards/608119736/groups.json?api_key={{mykey}}' \\
--header 'Cookie: __cfduid=d2876a2b90aac34ec978a44a15004f0fc1590655189' \\
--form 'title=test title'
The response: 201 CREATED
{
"pos": 0.0,
"title": "ddd",
"color": "#037f4c",
"id": "ddd"
}