Skip to main content
POST
/
v1
/
bulk_imports
Create a bulk import
curl --request POST \
  --url https://api.rootly.com/v1/bulk_imports \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/vnd.api+json' \
  --data '
{
  "data": {
    "attributes": {
      "entity_type": "Incident",
      "file_url": "<string>",
      "notification_email": "jsmith@example.com"
    }
  }
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/vnd.api+json
data
object
required

Response

bulk import created