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

group_number
string
required

Unique ID of the employer given by the carrier

Maximum length: 255
carrier
string
required

ID of the carrier this group is associated with

employer
string
required

ID of the employer this group is associated with

Response

201 - application/json
group_number
string
required

Unique ID of the employer given by the carrier

Maximum length: 255
carrier
string
required

ID of the carrier this group is associated with

employer
string
required

ID of the employer this group is associated with

id
string