cURL
curl --request POST \ --url http://api-eu.rimdian.com/live \ --header 'Content-Type: application/json' \ --data ' { "workspace_id": "acme_workspace", "items": [ { "kind": "user", "user": { "external_id": "test_user_1", "is_authenticated": false, "created_at": "2024-01-01T00:00:00Z", "updated_at": "2024-01-01T00:00:00Z", "email": "[email protected]", "first_name": "John", "last_name": "Doe" } } ] } '
"queued"
Post live data to the Collector for asynchronous processing
This endpoint is used by the JavaScript SDK & mobile apps to send live data to the Collector for asynchronous processing
Workspace ID
Array of 100 items max to import
1 - 100
Show child attributes
Kind of item
Data import response
The response is of type string.
string