Authorizations
This backend API key is different than your frontend license key. Please use the "Backend" license key from your Dromo Dashboard.
Body
"94187d21-9820-420f-b08c-a80cbbf52604"
Name of the file being imported (exclude if using initial_data)
"user.csv"
Complete JSON data to be imported, max size 15MB (exclude if using a file)
[
{ "name": "Jeff", "email": "jeff@dromo.io" },
{
"name": "Sarah",
"email": "sarah@dromo.io"
}
]
{
"user": {
"id": "jeff_id",
"name": "Jeff",
"email": "jeff@dromo.io",
"companyName": "Dromo",
"companyId": "dromo_id"
}
}
Response
Import successfully initialized
"94187d21-9820-420f-b08c-a80cbbf52604"
"94187d21-9820-420f-b08c-a80cbbf52604"
AWAITING_UPLOAD
, RUNNING
, SUCCESSFUL
, FAILED
, NEEDS_REVIEW
"AWAITING_UPLOAD"
"user_data.csv"
"https://dromo-headless-imports-prod.s3.us-west-2.amazonaws.com/test-key-123?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIARY5HJCMTO2AUIBEU%2F20230227%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20230227T160315Z&X-Amz-Expires=1800&X-Amz-SignedHeaders=host&X-Amz-Signature=0998ccd9c93142498784d1046bc2709612430f6a0a573572f743e16896d4c498"
"https://app.dromo.io/headless/94187d21-9820-420f-b08c-a80cbbf52604/"
null
null