#
System API
System APIs provide access to data from an organization's core systems of record. The System API page features Swagger-UI, which generates interactive documentation from an existing JSON or YAML document.
#
Authorize
Bearer Authentication (token authentication) is an HTTP authentication scheme involving security tokens called bearer tokens. The name "bearer authentication" can be understood as "giving access to the bearer of this token." The token is a cryptic string usually generated by the server in response to a login request. The client must send this token in the Authorization header when requesting protected resources.
#
Swagger Management
Any action method in controllers can be tested from the user interface.
- Select a method name to expand the section.
- The executed response will be listed at the bottom.