cURL
curl --request POST \ --url http://localhost:8080/api/v1/groups \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "data": { "attributes": { "name": "<string>" }, "type": "<string>" } } '
{ "attributes": { "name": "<string>" }, "id": "<string>", "type": "<string>" }
Create a new group with the provided information
Group information
Group input model
Show child attributes
Created
Group response model
Was this page helpful?