Welcome to the New BigPanda API Documentation
curl --location --globoff 'https://integrations.bigpanda.io/oim/newrelic/alerts?access_token={ACCESS_TOKEN}&app_key={APP_KEY}' \
--header 'Authorization: Bearer {BEARER_TOKEN}' \
--header 'Content-Type: application/json' \
--data '{
"alert_policy_names": [
"string"
],
"issue_url": "http://example.com",
"primary_impacted_entity": "string",
"sources": [
"string"
],
"impacted_entities": [
"string"
],
"workflow_name": "string",
"created_at": 0,
"alert_condition_names": [
"string"
],
"trigger": "string",
"title": "string",
"priority": "string",
"bp_status": "string",
"updated_at": 0,
"id": "string",
"state": "string",
"is_correlated": "string",
"total_incidents": 0
}'{
"status": 201,
"data": {}
}