Accounts

Get a list of all the accounts available

GET /get-accounts

Get a list of all the accounts available for a user

Headers

Name
Value

Content-Type

application/json

Parameters

Name
Type
Description

token*

string

Authorization Token

Response

{
  "status": "Success",
  "message": "User Accounts count fetched successfully",
  "data": [
    {
      "[email protected]": "2"
    },
    {
      "[email protected]": "0"
    }
  ]
}

Last updated