Authentication
Auth
This API endpoint is used to authenticate client and obtain access tokens. By providing the necessary credentials, typically in the request body, clients can initiate a sign-in process. Successful authentication will result in the issuance of an access token, which can be used for subsequent API calls.
POST
This chapter details how clients system authenticate with the OmniOmni platform, ensuring secure access to resources and APIs. OmniOmni utilizes a robust, multi-layered approach to authentication and authorization, encompassing both server-to-server (client authentication) and user-level access control.
Sensitive actions, such as ownership transfers are secured with an additional level of authentcation. The request of these API calls need to be PoA signed. For details see PoA Mechanism description.
Body
application/json
Response
200
application/json
User signed in successfully