Auth (POST)
Header Parameters
X-Signature-DateTime?string
X-Signature?string
X-Signature-DeviceId?string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/omni-omni/v1/auth/client-token" \ -H "Content-Type: application/json" \ -d '{}'{
"accessToken": "string"
}Empty
Empty
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.