Skip to main content
GET
/
workspaces
/
{workspace}
/
contact-groups
/
{contact-group}
Get Contact Group
curl --request GET \
  --url https://lancepilot.com/api/v3/workspaces/{workspace}/contact-groups/{contact-group} \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace
string<uuid>
required

ID of the workspace.

contact-group
integer
required

ID of the contact group.

Response

data
object
required