ecrop Docs

Auth (POST)

POST
/omni-omni/v1/auth/client-token

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