POST
/
groups
curl --request POST \
  --url https://sandbox.withclasp.com/groups \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "group_number": "<string>",
  "carrier": "<string>",
  "employer": "<string>"
}'
{
  "id": "<string>",
  "group_number": "<string>",
  "carrier": "<string>",
  "employer": "<string>"
}

Authorizations

Authorization
string
header
required

API Key authentication with required prefix "Bearer"

Body

Response

201 - application/json

The response is of type object.