Alianza Emergency Notification API
The Emergency Notification API from Alianza — 4 operation(s) for emergency notification.
The Emergency Notification API from Alianza — 4 operation(s) for emergency notification.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/alianza-emergency-notification-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Alianza Emergency Notification API
version: '2'
description: 'Operations tagged Emergency Notification across 3 of this provider''s published API definitions: alianza-apidocs-swagger2-original.json, alianza-emergency-notification-api-openapi.yml, alianza-openapi-original.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api.d2.alianza.com
description: Development
- url: https://api.q2.alianza.com
description: QA
- url: https://api.b2.alianza.com
description: Beta
- url: https://api.alianza.com
description: Production
tags:
- name: Emergency Notification
paths:
/v2/partition/{partitionId}/account/{accountId}/emergency-notifications/events:
get:
tags:
- Emergency Notification
summary: Retrieve notification event list
description: Use to retrieve all NotificationEvents for an account
operationId: retrieveNotificationEvent
parameters:
- name: X-AUTH-TOKEN
in: header
required: false
schema:
type: string
- name: partitionId
in: path
description: ID of partition
required: true
schema:
type: string
- name: accountId
in: path
description: ID of account
required: true
schema:
type: string
responses:
'200':
description: successful operation
responseSchema:
type: array
items:
originalRef: NotificationEvent
$ref: '#/components/schemas/NotificationEvent'
content:
application/json:
schema:
type: array
items:
originalRef: NotificationEvent
$ref: '#/components/schemas/NotificationEvent'
responsesObject:
'200':
description: successful operation
responseSchema:
type: array
items:
originalRef: NotificationEvent
$ref: '#/components/schemas/NotificationEvent'
schema:
type: array
items:
originalRef: NotificationEvent
$ref: '#/components/schemas/NotificationEvent'
/v2/partition/{partitionId}/account/{accountId}/emergency-notifications/groups:
get:
tags:
- Emergency Notification
summary: Retrieve notification group list
description: Use to retrieve a list of notification group associated to an account
operationId: listNotificationGroups
parameters:
- name: X-AUTH-TOKEN
in: header
required: false
schema:
type: string
- name: partitionId
in: path
description: ID of partition
required: true
schema:
type: string
- name: accountId
in: path
description: ID of account
required: true
schema:
type: string
responses:
'200':
description: successful operation
responseSchema:
type: array
items:
originalRef: NotificationGroup
$ref: '#/components/schemas/NotificationGroup'
content:
application/json:
schema:
type: array
items:
originalRef: NotificationGroup
$ref: '#/components/schemas/NotificationGroup'
responsesObject:
'200':
description: successful operation
responseSchema:
type: array
items:
originalRef: NotificationGroup
$ref: '#/components/schemas/NotificationGroup'
schema:
type: array
items:
originalRef: NotificationGroup
$ref: '#/components/schemas/NotificationGroup'
/v2/partition/{partitionId}/account/{accountId}/emergency-notifications/groups/{type}/{groupId}:
get:
tags:
- Emergency Notification
summary: Retrieve notification group
description: Use to retrieve a specific NotificationGroup (include Compliance & configurations) for id/type
operationId: retrieveNotificationGroup
parameters:
- name: X-AUTH-TOKEN
in: header
required: false
schema:
type: string
- name: partitionId
in: path
description: ID of partition
required: true
schema:
type: string
- name: accountId
in: path
description: ID of account
required: true
schema:
type: string
- name: type
in: path
required: true
schema:
type: string
enum:
- ACCOUNT
- name: groupId
in: path
required: true
schema:
type: string
responses:
'200':
description: successful operation
responseSchema:
originalRef: NotificationGroup
$ref: '#/components/schemas/NotificationGroup'
content:
application/json:
schema:
originalRef: NotificationGroup
$ref: '#/components/schemas/NotificationGroup'
responsesObject:
'200':
description: successful operation
responseSchema:
originalRef: NotificationGroup
$ref: '#/components/schemas/NotificationGroup'
schema:
originalRef: NotificationGroup
$ref: '#/components/schemas/NotificationGroup'
put:
tags:
- Emergency Notification
summary: Update notification group
description: Use to update specific NotificationGroup (only Compliance & configurations) for id/type
operationId: updateNotificationGroup
parameters:
- name: X-AUTH-TOKEN
in: header
required: false
schema:
type: string
- name: partitionId
in: path
description: ID of partition
required: true
schema:
type: string
- name: accountId
in: path
description: ID of account
required: true
schema:
type: string
- name: type
in: path
required: true
schema:
type: string
enum:
- ACCOUNT
- name: groupId
in: path
required: true
schema:
type: string
responses:
'200':
description: successful operation
responseSchema:
originalRef: NotificationGroup
$ref: '#/components/schemas/NotificationGroup'
content:
application/json:
schema:
originalRef: NotificationGroup
$ref: '#/components/schemas/NotificationGroup'
responsesObject:
'200':
description: successful operation
responseSchema:
originalRef: NotificationGroup
$ref: '#/components/schemas/NotificationGroup'
schema:
originalRef: NotificationGroup
$ref: '#/components/schemas/NotificationGroup'
requestBody:
content:
application/json:
schema:
originalRef: NotificationGroup
$ref: '#/components/schemas/NotificationGroup'
description: Notification Group object
required: true
/v2/partition/{partitionId}/account/{accountId}/emergency-notifications/groups/{type}/{groupId}/execute-test:
post:
tags:
- Emergency Notification
summary: Execute test
description: Execute a test of all NotificationConfigurations associated with the specified NotificationGroup
operationId: executeTest
parameters:
- name: X-AUTH-TOKEN
in: header
required: false
schema:
type: string
- name: partitionId
in: path
description: ID of partition
required: true
schema:
type: string
- name: accountId
in: path
description: ID of account
required: true
schema:
type: string
- name: type
in: path
required: true
schema:
type: string
enum:
- ACCOUNT
- name: groupId
in: path
required: true
schema:
type: string
responses:
'200':
description: successful operation
responseSchema:
originalRef: NotificationEvent
$ref: '#/components/schemas/NotificationEvent'
content:
application/json:
schema:
originalRef: NotificationEvent
$ref: '#/components/schemas/NotificationEvent'
responsesObject:
'200':
description: successful operation
responseSchema:
originalRef: NotificationEvent
$ref: '#/components/schemas/NotificationEvent'
schema:
originalRef: NotificationEvent
$ref: '#/components/schemas/NotificationEvent'
components:
schemas:
NotificationEvent:
type: object
properties:
id:
type: string
format: uuid
callTime:
type: integer
format: int64
timeZoneId:
type: string
groupId:
type: string
groupType:
type: string
enum:
- ACCOUNT
triggerType:
type: string
enum:
- EMERGENCY_CALL
- EMERGENCY_TEST_CALL
- EMERGENCY_TEXT
- EMERGENCY_TEST_TEXT
- NOTIFICATION_TEST
triggeringPhoneNumber:
type: string
status:
type: string
enum:
- SENT
- FAILED
- PARTIAL
emailNotificationRecipients:
type: array
items:
originalRef: RecipientStatus
$ref: '#/components/schemas/RecipientStatus'
smsNotificationRecipients:
type: array
items:
originalRef: RecipientStatus
$ref: '#/components/schemas/RecipientStatus'
ComplianceConfiguration:
type: object
properties:
installDate:
type: string
format: date-time
usingAlternativeSolution:
type: boolean
emailRecipients:
type: array
items:
type: string
smsRecipients:
type: array
items:
type: string
inCompliance:
type: boolean
NotificationGroup:
type: object
properties:
id:
type: string
type:
type: string
enum:
- ACCOUNT
name:
type: string
compliance:
originalRef: ComplianceConfiguration
$ref: '#/components/schemas/ComplianceConfiguration'
timeZoneId:
type: string
RecipientStatus:
type: object
properties:
recipient:
type: string
status:
type: string
enum:
- SENT
- FAILED
securitySchemes:
X-Auth-Token:
type: apiKey
in: header
name: X-AUTH-TOKEN
x-refined-from:
- alianza-apidocs-swagger2-original.json
- alianza-emergency-notification-api-openapi.yml
- alianza-openapi-original.yml