API Reference

Get details of an assigned POS terminal

Response Schema:

{
  "status": boolean,
  "message": string,
  "data": {
    "terminal": {
      "id": string,
      "name": string,
      "address": string | null,
      "phone": string | null,
      "serialNumber": string,
      "model": string | null,
      "assignedAt": date-time,
      "settlementAccountId": string | null,
      "accountDetails": {
        "accountName": string,
        "accountNumber": string,
        "bankName": string,
      } | null,
      "status": "assigned" | "unassigned",
      "unassignedAt": date-time | null
    },
    "stats": {
      "total": {
        "value": string | null,
        "count": number | null
      },
      "successful": {
        "value": string | null,
        "count": number | null
      }
    }
  }
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!