Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Everbridge Groups API

The Groups API from Everbridge — 3 operation(s) for groups.

Everbridge Groups API is one of 12 APIs that Everbridge publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Groups. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, a getting-started guide, and rate-limit docs.

This API exposes 6 operations across 3 paths, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.everbridge.net.

6 operations 3 paths 1 schemas 1 DELETE2 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.everbridge.net/rest
Authentication
HTTP Bearer
License
Proprietary
Resource Areas
1

Authentication & Security 1

Everbridge Groups API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — OAuth 2.0 idtoken from /authorization/v1/tokens

Paths & Operations 6

Across 3 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Groups 6
GET
/ebs/groups
List groups
listGroups → 200
POST
/ebs/groups
Create group
createGroup body → 201
GET
/ebs/groups/{id}
Get group
getGroup 1 param → 200
PUT
/ebs/groups/{id}
Update group
updateGroup 1 param body → 200
DELETE
/ebs/groups/{id}
Delete group
deleteGroup 1 param → 204
POST
/ebs/groups/{id}/contacts
Add contacts to group
addContactsToGroup 1 param body → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Group (3 properties). Each schema is shown below with its type and property counts.

Group
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

everbridge-groups-api-openapi.yml Raw ↑

Other APIs Everbridge publishes across the network.

Everbridge Asset Management API
Everbridge Asset Query API
Everbridge CEM Alerts API
Everbridge SnapComms API
Everbridge Digital Apps API
Everbridge Communications API
Everbridge iPaaS API
Everbridge Safety Devices API
Everbridge Authentication API
Everbridge Contacts API
Everbridge Notifications API