cURL
curl --request POST \ --url http://api-eu.rimdian.com/data \ --header 'Authorization: Bearer <token>' \ --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 data to the Collector for asynchronous processing
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Data import payload
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