« Back to Documentation Overview

get_contact_customs

Section: Contacts
Version: 1.5.0


Get list of contact customs.


Parameters
stringAPI_KEY
object
stringcontactCONTACT_ID
Return Value
stringcarbig
arraybike
stringblue
stringwhite

Example Request JSON

[
    "API_KEY",
    {
        "contact": "CONTACT_ID"
    }
]

Example Response JSON

{
    "car": "big",
    "bike": [
        "blue",
        "white"
    ]
}

Example Error Response JSON

{
    "code": -1,
    "message": "Missing contact"
}
Method-specific Errors
Missing contact
API-wide Errors
API key verification failed API key verification failed
API client IP not allowed API client IP not allowed
Invalid params Attribute params must be reference to hash