Skip to main content
GET
/
api
/
v3
/
tap
/
devices
/
{deviceId}
Get Tap Device
curl --request GET \
  --url https://server.stage.overflow.co/api/v3/tap/devices/{deviceId} \
  --header 'x-api-key: <api-key>' \
  --header 'x-client-id: <api-key>'
{
  "data": {
    "id": "6816f7ce7d2a1b4c12ab3501",
    "serialNumber": 104233,
    "deviceType": "Lanyard",
    "groupId": "<string>",
    "group": {
      "id": "<string>",
      "name": "<string>"
    },
    "currentDestination": {
      "id": "<string>",
      "name": "<string>"
    },
    "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

deviceId
string
required

The ID of the tap device.

Example:

"6816f7ce7d2a1b4c12ab3501"

Response

data
object
required

Tap device for the given id.