Synswi
  1. Devices
Synswi
  • Accounts
    • Get account setting
      GET
    • Upsert account setting
      POST
    • Get profile
      GET
    • Create new profile
      POST
    • List Accounts
      GET
  • Devices
    • Get Devices
      GET
  • Dispute
    • Get disputes
      GET
  • Invoice
    • Get invoice by id
      GET
    • Get invoices
      GET
    • Create an invoice
      POST
    • Pay an invoice
      POST
    • Send Invoice
      POST
    • Update an invoice
      POST
  • Payment instruments
    • Create a payment instrument
    • Get payment instruments
      GET
    • Get a payment instrument by id
      GET
  • Transactions
    • Get a transaction by id
      GET
    • Get transactions
      GET
    • Create a transaction
      POST
  • Settlements
    • get settlements
      GET
    • get settlement entries
      GET
  • Identity
    • Create an api key
      POST
    • Login
      POST
    • List api keys
      GET
  1. Devices

Get Devices

GET
https://api-dev.synswi.com/accounts/devices

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api-dev.synswi.com/accounts/devices?accountId=acc-c068c34e-b12d-48b1-bc5f-c85edae9fc9b'

Responses

🟢200Success
application/json
Body

Example
[
    {
        "id": "device-4ccd0da0-2a83-484c-9d57-b787cd5b0020",
        "accountId": "acc-c068c34e-b12d-48b1-bc5f-c85edae9fc9b",
        "name": "Synswi Device",
        "serialNumber": "2210002374",
        "createdAt": "2025-01-14T06:32:47.911Z"
    }
]
Previous
List Accounts
Next
Get disputes
Built with