Get an existing group

Returns the data for a specific group.

Request
path Parameters
groupId
required
string <uuid>

Identifier of the group to get the data for.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

get/groups/{groupId}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "npi": 0,
  • "taxId": "string",
  • "remitAddress": {
    }
}