API Reference

Retrieve information about your assigned POS terminals

Log in to see full request history

Response Schema:


{ "status": boolean, "message": string, "data": { "terminals": [ { "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 } ], "meta": { "total": number, "pageCount": number, "perPage": number, "currentPage": number } } }
Query Params
int32
Defaults to 1

Optional. Default: 1

string

Optional. The POS terminal serial number

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json