Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.machines.cash/user/v1/folders \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "ok": true, "data": {}, "summary": "success" }
Create folder
When to use this: Create card folder/group.
Required scope: folders.write.
Bearer session token for User API operations. Legacy UserSessionBearer naming remains supported.
The body is of type object.
object
Success
Show child attributes