cURL
curl --request POST \ --url https://openapi.enginy.ai/v1/folders/contacts \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "parentId": 123 } '
{ "status": "success", "message": "<string>", "data": { "id": 123, "name": "<string>", "parentId": 123, "type": "CONTACTS", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Create a contact list folder. Folder names must be unique within the same parent folder..
Required scope: LISTS_WRITE Rate limit: 30 requests per minute
Required scope: LISTS_WRITE
LISTS_WRITE
Rate limit: 30 requests per minute
Folder name.
1
Optional parent folder ID.
Folder created successfully
success
Show child attributes