We recommend tools such as Postman or ApiDog for development and testing.
POST https://api.kpaehs.com/v1/account.info
{
"token": "MY_TOKEN",
"pretty": true
}
{
"ok": true,
"account": {
"id": "5804f0f30ef50473af5870c6",
"name": "ACME Inc.",
"subdomain": "acme",
"created": 1476718836355,
"expiresOn": 1476738836355,
"userMetafields": [
{
"id": "owfwxzx4ke642tubf9",
"name": "Building",
"type": "list",
"list_id": 1024
}
]
}
}