/login

User Authentication
Provided with a username/password, returns OAuth tokens and user ID for use with subsequent API calls.

post

/logout

User Logout
Explicitly end an authenticated session.

post

/token-refresh

Refresh Access Token
Provided a valid refresh token, returns a new access token, allowing session life to be extended.

post

/event-trigger

Trigger Event
Generic endpoint for the raising of new events, such as fire alarms.

post

/event-activity/{id}

Event Activity
Add or retreive activity details for an event.

put

Update an event

get

Get event activity

/end-event-activity/{id}

End Event
End an event, adding a closing comment.

put

/supported-versions

API Support Information
Provides information as to which API versions are currently supported.

get

/webhooks

Webhooks
Endpoint for configuring or querying a specific webhook (for use with outbound API integrations).

post

Create webhook

get

Get webhook

put

Update webhook

delete

Delete webhook

/webhooks-list

List Webhooks
Returns a list of all currently configured webhooks.

get

/event-types-all

List Event Types
Returns a list of all event types currently supported by React.

get