REST API
RabbitMQ Connector
Kafka Connector

⬆️ POST /v2/integration/login

RabbitMQ Message Properties
key value
key
value
type
LOGIN_V2
The type is expected as a property (but not in the payload) of the RabbitMQ Message. Any header will be ignored.
Kafka Message Headers
key value
key
value
type
LOGIN_V2
This message needs to be published whenever a user makes a login. Try to push it as close as possible to the login taking place in the platform for the best experience.
When we receive the message on the integration platform, it will trigger a user update to make sure the details are up-to-date.

Request

Required fields:
  • user_id
  • timestamp (RFC 3339 format)
  • origin