REST API
cURL
curl --request POST \ --url https://api-joy.joyfill.io/v1/groups/{identifier} \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>" } '
"{\n \"_id\": \"String\",\n \"identifer\": \"String\",\n \"title\": \"String\"\n}"
Supports both API Key and User Access Token authorization. See https://joyfill.mintlify.app/api/authentication
200
"String"
Was this page helpful?