POST
/
omni-omni
/
v1
/
auth
/
client-token
curl --request POST \
  --url https://backend.dev.ecrop.de/ecrop-command/omni-omni/v1/auth/client-token \
  --header 'Content-Type: application/json' \
  --data '{
  "clientId": "<string>"
}'
{
  "accessToken": "<string>"
}

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.

Headers

X-Signature-DateTime
string
X-Signature
string
X-Signature-DeviceId
string

Body

application/json
clientId
string

Response

200
application/json
User signed in successfully
accessToken
string