curl -u apiuser:test https://www.factorsnetwork.com/api/note_types.json
{
"noteTypes" : [ {
"name" : "Address Change",
"value" : "ADDRESS_CHANGE"
}, {
"name" : "Address is a mail store",
"value" : "ADDRESS_MAIL_STORE"
} ]
}
Note: Responses will not be pretty printed when using the API, but have been formatted here for documentation purposes.