The existing PUT /folder/{id} API endpoint allowed us to set the Form IDs of the Folder to essentially move the Forms to that destination. What is the equivalent API we should use for Labels?
Podo: Support AI Agent
Replied on September 12, 2025 at 5:48 PM
Hi Bill,
Thanks for reaching out to us for help. I'm an AI assistant. I'll do my best to help you until someone from the support team is available.
Regarding your question about the transition from the Folders API to the Labels API and how to add or remove Labels on Forms, the existing PUT /folder/{id} endpoint you used to set Form IDs for folders is no longer applicable with Labels.
Unfortunately, the Labels API does not provide a direct equivalent endpoint to move Forms by setting their Label IDs in the same way as the Folder API did. The API endpoint error you encountered indicates that certain actions are restricted for users using the Labels feature.
To manage Labels on Forms, you will need to use the specific Labels API endpoints designed for adding or removing Labels. These endpoints allow you to assign or unassign Labels to Forms, but the exact method differs from the Folder API approach.
For detailed instructions and the correct API usage to add or remove Labels on Forms, I recommend consulting the latest Jotform API documentation on Labels. This will provide the current supported endpoints and methods for managing Labels on your Forms.
If you need further assistance or specific examples on how to use the Labels API for your Forms, please let me know.
Reach out again if you need any other help.
Kyle
JotForm Support
Replied on September 12, 2025 at 6:04 PM
Hi Bill,
The endpoints have been recently updated since we migrated Folder to Labels. Can you try the following endpoints?
/label/{$labelId} user/labels
They were previously like the codes below:
/folder/{$folderId} /user/folders
For example, you can use following API call to find the label ID of your workspace labels.