Everbridge Template Reservation APIs API

The Template Reservation APIs API from Everbridge — 2 operation(s) for template reservation apis.

Operations 3

POST /templates/reservations Create template reservation #
GET /templates/reservations/{templateId} Get template reservations #
DELETE /templates/reservations/{templateId} Delete template reservations for a system. #

Documentation

📖
Documentation
https://developers.everbridge.net/home/docs/overview
📖
APIReference
https://developers.everbridge.net/home/reference
📖
GettingStarted
https://developers.everbridge.net/home/docs/ebs-gs-guide
📖
Authentication
https://developers.everbridge.net/home/docs/ebs-gs-guide-authentication-types
📖
APIReference
https://developers.everbridge.net/home/reference/generate-token
📖
APIReference
https://developers.everbridge.net/home/reference/comms-apis
📖
APIReference
https://developers.everbridge.net/home/reference/authorization
📖
GettingStarted
https://developers.everbridge.net/home/docs/notifications
📖
APIReference
https://developers.everbridge.net/home/reference/cema-query-public
📖
APIReference
https://developers.everbridge.net/home/reference/cema-query-stream-1
📖
APIReference
https://developers.everbridge.net/home/reference/assets
📖
APIReference
https://developers.everbridge.net/home/reference/assets-query
📖
APIReference
https://developers.everbridge.net/home/reference/travel-risk-intelligence
📖
APIReference
https://developers.everbridge.net/home/reference/checks
📖
APIReference
https://developers.everbridge.net/home/reference/risk-events
📖
APIReference
https://developers.everbridge.net/home/reference/safety-devices-event
📖
APIReference
https://developers.everbridge.net/home/reference/snapcomms-authentication
📖
GettingStarted
https://support.snapcomms.com/hc/en-us/articles/19361020051867-Integration-Through-API-Overview

Specifications

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • 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.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/everbridge-template-reservation-apis-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

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 Specification

everbridge-template-reservation-apis-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Communications Template Reservation APIs API
  description: Unified Communications APIs
  version: '1.0'
servers:
- url: https://api.everbridge.net/managerapps/communications/v1
tags:
- name: Template Reservation APIs
paths:
  /templates/reservations:
    post:
      tags:
      - Template Reservation APIs
      operationId: post-template-reservation
      summary: Create template reservation
      description: Create a reservation against a communication template.
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/TemplateReservationRequest'
      responses:
        '200':
          description: The reservation already exists. Returning the existing reservation.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommsResponse'
              examples:
                existingReservation:
                  value:
                    id: 4e274d1d-c714-4a58-ac50-e28e424656f9
        '201':
          description: The reservation was successfully created.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommsResponse'
              examples:
                newReservation:
                  value:
                    id: 4e274d1d-c714-4a58-ac50-e28e424656f9
        '400':
          description: The request was invalid.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommsResponse'
              examples:
                invalidRequest:
                  value:
                    type: /client-error/invalid-parameter
                    title: Bad Request
                    status: 400
                    detail: 'The "Field Name #1" field must not be empty.'
                    instance: /templates/reservations
        '500':
          description: An internal error has occurred.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommsResponse'
              examples:
                internalError:
                  value:
                    type: about:blank
                    title: Internal Server Error
                    status: 500
                    detail: The reservation could not be created due to an internal error. Please try again later.
                    instance: /templates/reservations
      security:
      - API_Authorizer: []
      x-amazon-apigateway-integration:
        type: http_proxy
        connectionId: 11ofco
        httpMethod: POST
        uri: https://prod-us-us-east-1-0-os-nginx.ue1-0.prod-us.prod.us-east-1.evbg.io/cem-comms/communications/templates/reservations
        responses:
          default:
            statusCode: '200'
        passthroughBehavior: when_no_match
        connectionType: VPC_LINK
  /templates/reservations/{templateId}:
    get:
      tags:
      - Template Reservation APIs
      operationId: get-template-reservations
      summary: Get template reservations
      description: Retrieve a detailed list of reservations for a specific communication templates.
      parameters:
      - name: templateId
        in: path
        required: true
        schema:
          type: string
        description: The identifier of the communication template
      responses:
        '200':
          description: A communication was found matching the given `commId`.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TemplateReservationList'
              examples:
                templateReservations:
                  value:
                  - id: 4e274d1d-c714-4a58-ac50-e28e424656f9
                    templateType: communication
                    systemId: cemp
                    systemEntityId: workflow://4e274d1d-c714-4a58-ac50-e28e424656f9/
                    systemUrl: https://example.com/reservations/12345
                    createdDate: '2023-10-01T12:00:00Z'
                    createdUserId: '1123541234123'
                  - id: 5f274d1d-c714-4a58-ac50-e28e424656f9
                    templateType: legacy
                    systemId: crisismanagement
                    systemEntityId: workflow://5f274d1d-c714-4a58-ac50-e28e424656f9/
                    systemUrl: https://example.com/reservations/67890
                    createdDate: '2023-10-02T12:00:00Z'
                    createdUserId: '1123541234124'
        '404':
          description: The communication could not be found.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommsResponse'
              examples:
                templateNotFound:
                  value:
                    errorCode: '404'
                    message: The specified template does not exist.
        '500':
          description: An internal error has occurred.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommsResponse'
              examples:
                internalError:
                  value:
                    type: about:blank
                    title: Internal Server Error
                    status: 500
                    detail: The template reservation(s) could not be retrieved. Please try again later.
                    instance: /templates/reservations/12312354
      security:
      - API_Authorizer: []
      x-amazon-apigateway-integration:
        type: http_proxy
        connectionId: 11ofco
        httpMethod: GET
        uri: https://prod-us-us-east-1-0-os-nginx.ue1-0.prod-us.prod.us-east-1.evbg.io/cem-comms/communications/templates/reservations/{templateId}
        responses:
          default:
            statusCode: '202'
        requestParameters:
          integration.request.path.templateId: method.request.path.templateId
        passthroughBehavior: when_no_match
        connectionType: VPC_LINK
    delete:
      tags:
      - Template Reservation APIs
      operationId: delete-template-reservations
      summary: Delete template reservations for a system.
      description: 'Delete a reservation from a template. By default, the caller will delete all reservations matching the templateId and systemName.

        Should the caller wish to be specific about a reservation, the reservation must have been created with a systemEntityId. Passing the query parameter systemEntityId will then allow the caller to delete a specific reservation rather than all matching the systemName for the template.'
      parameters:
      - name: templateId
        in: path
        required: true
        schema:
          type: string
        description: The identifier of the communication template
      - name: systemName
        in: query
        required: true
        schema:
          type: string
        description: The system name for reservation(s) to be deleted.
      - name: systemEntityId
        in: query
        required: false
        schema:
          type: string
        description: A unique identifier, allowing the caller to indicate a specific reservation to be deleted matching a systemName and templateId.
      responses:
        '204':
          description: The reservation(s) were successfully deleted matching the systemName and/or systemEntityId.
        '404':
          description: The templateId could not be found.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommsResponse'
              examples:
                templateNotFound:
                  value:
                    type: templates/reservations/not-found
                    title: Template Not Found
                    status: 404
                    detail: The reservation could not be created due to an internal error. Please try again later.
                    instance: /templates/reservations/12312354
        '500':
          description: An internal error has occurred.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommsResponse'
              examples:
                internalError:
                  value:
                    type: about:blank
                    title: Internal Server Error
                    status: 500
                    detail: The template reservation(s) could not be deleted. Please try again later.
                    instance: /templates/reservations/12312354
      security:
      - API_Authorizer: []
      x-amazon-apigateway-integration:
        type: http_proxy
        connectionId: 11ofco
        httpMethod: DELETE
        uri: https://prod-us-us-east-1-0-os-nginx.ue1-0.prod-us.prod.us-east-1.evbg.io/cem-comms/communications/templates/reservations/{templateId}
        responses:
          default:
            statusCode: '200'
        requestParameters:
          integration.request.path.templateId: method.request.path.templateId
          integration.request.querystring.systemName: method.request.querystring.systemName
          integration.request.querystring.systemEntityId: method.request.querystring.systemEntityId
        passthroughBehavior: when_no_match
        connectionType: VPC_LINK
components:
  schemas:
    TemplateReservationList:
      type: array
      items:
        $ref: '#/components/schemas/TemplateReservation'
    TemplateReservation:
      type: object
      properties:
        id:
          type: string
          description: The unique identifier for the reservation.
        templateType:
          type: string
          description: The type of the communication template to reserve.
          enum:
          - legacy
          - communication
        systemId:
          type: string
          description: The identifier of the system that is reserving the template.
        systemEntityId:
          type: string
          description: A unique identifier, allowing the caller to indicate which item on its end is holding the reservation.
        systemUrl:
          type: string
          description: A self-generated URL offering a helpful link back to the reservation holder.
        createdDate:
          type: string
          format: date-time
          description: The date and time when the reservation was created.
        createdUserId:
          type: string
          description: The userId who created the reservation.
    CommsResponse:
      required:
      - id
      type: object
      properties:
        id:
          type: string
          description: The ID of the communication that was launched.
    TemplateReservationRequest:
      type: object
      properties:
        templateId:
          type: string
          description: The template being reserved.
        templateType:
          type: string
          description: The type of the communication template to reserve.
          enum:
          - legacy
          - communication
        systemId:
          type: string
          description: The identifier of the system that is reserving the template.
        systemEntityId:
          type: string
          description: A unique identifier, allowing the caller to indicate which item on it’s end is holding the reservation.
        systemUrl:
          type: string
          description: A self-generated URL offering a helpful link back to the reservation holder.
      required:
      - templateId
      - templateType
      - systemId
      - systemUrl
  securitySchemes:
    API_Authorizer:
      type: apiKey
      name: Authorization
      in: header
      x-amazon-apigateway-authtype: custom
      x-amazon-apigateway-authorizer:
        authorizerUri: arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:214792946631:function:API_Authorizer_us-east-1_prod:live/invocations
        authorizerCredentials: arn:aws:iam::214792946631:role/comms-unified-gateway-prod-us-us-east-1-0-us-east-1-gw
        authorizerResultTtlInSeconds: 300
        identitySource: method.request.header.Authorization,method.request.header.PathCacheKey,method.request.header.MethodCacheKey
        type: request
    api_key:
      type: apiKey
      name: x-api-key
      in: header
x-readme:
  explorer-enabled: true
  proxy-enabled: true