DEPRECATED getAllAccounts

Pulls all accounts for the client. NOTICE this endpoint will return a maximum of 500 results starting January 13. Please migrate to /v3/accounts which supports pagination and filtering.

DEPRECATED

See /v3/accounts

Request Parameters

ParameterRequiredTypeDescription
clientIDyesstringTransactAPI Client ID
developerAPIKeyyesstringTransactAPI Developer Key

Sample Request

curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/getAllAccounts
-d clientID=someclientid
-d developerAPIKey=somedeveloperkey

Response Parameters

ParameterTypeDescription
statusCodestringAPI Status Code
statusDescstringAPI Status Description
accountDetailsstringGet account details Array

Sample Response

{
    "statusCode": "101",
    "statusDesc": "Ok",
    "accountDetails":someArray
}

Test it Yourself!

Language
Click Try It! to start a request and see the response here!