cURL
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>" }
API Key authentication with required prefix "Bearer"
The response is of type object.
object