Operators

Connect a third-party integration for the calling operator

Required scope: operators:write </br>Organization authorization: supported

post/api/v1/operators/third-party-integrations

Request body

name'allStar' required

Name of the third-party integration to connect. Currently only allStar is supported.

Example request

{
  "name": "allStar"
}

Response

Third-party integration connected

Changes

No recorded changes to this endpoint across all 1 revision of this API.