Fire an interaction for the logged-in consumer
POST/api/v1/interactions
A touchpoint logs an interaction — e.g. a custom event tied to an activity — on behalf of
its currently logged-in consumer. customerId/businessId/touchpointId come from the
Customer JWT, never the body. Forwarded to interactions-service; the response (success or
error) is returned verbatim — a downstream failure is never turned into a faked success
(unlike LOGIN/REGISTRATION interactions, which customers-service emits itself as a side
effect of login/registration, not through this endpoint).
Request
Responses
- 201
- 400
- 401
Interaction recorded
Invalid request, unknown interaction type, or a validation failure
Missing/invalid/expired Customer JWT