Skip to main content

Can one extend the ThirdLane Rest API ?

Posted by aponnath on Tue, 12/18/2018

Wondering if there is a way to extend the Rest API provided my Thirdlane ?
In my case i want to make a call to update the Blacklist of Nbr's for a user
without having the user go into his portal etc. Its easy to throw NodeJs on
the server, use Express and write simple code to update the data in the
MySQL table, but before i go that route i want to make sure there is no
simpler way.