I want to know about the vConnect API categories. Can anyone let me know when and how to use each category?
@tushar.jain @Mayank could you answer the same?
In vConnect, there are three API categories:
-
TRANSACTIONAL: Users are required to send every request parameter as an array.
-
ADMIN: Unlike TRANSACTION, here users can send any JSON, but the request body includes an interface object containing device-specific information when calling a third-party API.
-
CUSTOM: Similar to ADMIN, but in this case, the interface is not added to the request body, and the actual client request is sent to the third-party API.
1 Like
Hi Mayank,
Thanks for the answer.
What could be the possible use cases for each of these API categories?
1 Like
