Skip to main content
GET
/
core
/
account
/
details
Account Info
curl --request GET \
  --url https://rest.kyckr.com/core/account/details \
  --header 'Authorization: <api-key>'
{
  "accountIdField": 302706,
  "responseCodeField": 0,
  "accountNameField": "CI Test Test WS",
  "accountTypeField": "2",
  "responseDetailsField": null,
  "contactEmailField": "XXXX@XXXX.com",
  "contactPhoneField": "  ",
  "accountStatusField": "3",
  "balanceField": -345793.5,
  "creditLimitField": 0,
  "ipAddressField": "127.0.0.1",
  "PropertyChanged": null
}

Documentation Index

Fetch the complete documentation index at: https://developer.kyckr.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Response

200 - application/json

Account details, including IDs, balance, contacts, etc.

No longer in use

accountIdField
number
deprecated
responseCodeField
number
deprecated
accountNameField
string
deprecated
accountTypeField
string
deprecated
contactEmailField
string
deprecated
contactPhoneField
string
deprecated
accountStatusField
string
deprecated
balanceCurrencyField
string
deprecated
balanceField
number
deprecated
creditLimitField
number
deprecated
ipAddressField
string
deprecated