Skip to main content
GET
/
terminals
List terminals
curl --request GET \
  --url https://api.guile.app/terminals \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "platform": "ios",
      "deviceIdentifier": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "deviceModel": "<string>"
    }
  ],
  "count": 1
}

Response

Ok. The operation succeeded.

A list of terminals.

items
object[]
required
count
integer<int16>
required
Required range: x >= 0