LE-KO User interations on BE API (v1.0.3)

Download OpenAPI specification:

LE-KO User interations API

interactions

User interations API.

Create new User Interaction

✨ Create new User Interaction

Authorizations:
bearerHttpAuthentication
header Parameters
traceparent
string^[0-9a-f]{2}-[0-9a-f]{32}-[0-9a-f]{16}-[0-9a-...
Example: 00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01

W3C Trace Context traceparent header for request tracing

Request Body schema: application/json
required
userId
required
string <uuid> (UserId)

User ID

eventName
required
string
required
object
property name*
additional property
any

Responses

Response Schema: application/json
interactionId
required
string <uuid> (InteractionId) = 36 characters ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}...

User Interaction UUID

Request samples

Content type
application/json
{
  • "userId": "00000000-0000-1000-9000-55f01dda9dd0",
  • "eventName": "string",
  • "details": { }
}

Response samples

Content type
application/json
{
  • "interactionId": "4b72d209-debd-45e1-93cc-7640bf7d39bf"
}