18:30:03 can anyone give insight or direct me to a tutorial regarding writing a new API for my kazoo server? 22:04:09 btracht: you can use this module as a template for building your own API https://github.com/2600hz/kazoo/blob/master/applications/crossbar/src/modules/cb_skels.erl . Also, remember to add the new schema into ~/path/to/crossbar/priv/couchdb/schemas/ in case your API is supposed to accept request payloads. 22:25:24 Good read, related to crossbar APIs https://docs.2600hz.com/supported/applications/crossbar/doc/basics/