Using Backendless APIs¶
Your server code deployed to Backendless can use all available Backendless APIs. The APIs can be consumed either via REST or using the SDK for JS. In fact some of the APIs, specifically the ones that manage security permissions can be invoked only from server code.
When you use Backendless APIs from server code using SDK, Backendless automatically assigns the ServerCodeUser
security role to the invocations.