Skip to main content
GET
/
api
/
v3
/
tap
/
groups
/
{groupId}
Get Tap Group
curl --request GET \
  --url https://server.stage.overflow.co/api/v3/tap/groups/{groupId} \
  --header 'x-api-key: <api-key>' \
  --header 'x-client-id: <api-key>'
{
  "data": {
    "id": "6710f34fd5061afeec3eab58",
    "name": "Sunday Service Group",
    "destinationId": "6710f34fd5061afeec3eab57",
    "destination": {
      "id": "6710f34fd5061afeec3eab57",
      "name": "Main Giving Page",
      "type": "web",
      "url": "https://example.com/give",
      "textNumber": null,
      "textContent": null
    },
    "deviceIds": [
      "6710f34fd5061afeec3eab59"
    ],
    "createdAt": "2026-05-01T17:22:11.421Z",
    "updatedAt": "2026-05-04T14:09:32.145Z",
    "archivedAt": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.overflow.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-client-id
string
header
required

Client ID for API authentication

x-api-key
string
header
required

API Key for API authentication

Path Parameters

groupId
string
required

The ID of the tap group.

Example:

"6710f34fd5061afeec3eab58"

Response

data
object
required

Tap group for the given id.