I cannot see all my forms using curl -X GET

I need to pull data to an excel file. The problem is that using info from https://kc.humanitarianresponse.info/api/v1/ I connect to a form I already delete. I tried to obtain the ID of the form which answers I want to pull. Using curl -X GET https://kc.kobotoolbox.org/api/v1/forms -u x:x gives only info from the form I deleted (only shows a that deleted form).

How can I get the info I need to link my excel to the right form to pull the answres.
Thanks in advance.

@mlaguna welcome to community
It is necessary to distinguish between the types of servers:
https://support.kobotoolbox.org/server.html

to connect excel/powerbi …etc with kobo:
Humanitarian Server:
https://kc.humanitarianresponse.info/api/v1/data.csv
NoN-Humanitarian Server:
https://kc.kobotoolbox.org/api/v1/data.csv

From the csv file we get the link to contact,

2 Likes

Thank you so much! This was in fact the problem. Thanks for quick answering.
Have a nice day.

1 Like