List connections

List connections

get

List all the video publishing destinations you have configured.

Authorizations
Responses
200

Successful response

application/json
get
GET /api/v1/connections HTTP/1.1
Host: shortgenius.com
Authorization: Bearer JWT
Accept: */*
[
  {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "type": "Email",
    "name": null
  }
]

Last updated