DEV Community

Discussion on: Build APIs without code

Collapse
 
vasanth7781 profile image
Vasanth

Hi, there are free and paid versions are available. There are two types of security, first thing is environment token will be given while creating an environment where it maintains environment level security and for each endpoint authorization, we are going to have a JWT flow like a signup and login flow which gives JWT token, this token will be used while consuming each endpoint (this implementation is work in progress) and coming to reliability as of now there was no downtime for our APIs and DB and performance in an average response time of APIs in <900 ms (we are working on optimization to get even faster response time)

Thanks