Skip to main content
GET
/
api
/
v1
/
backchannel
/
brokerages
cURL
curl --request GET \
  --url https://tilt.io/api/v1/backchannel/brokerages \
  --header 'Authorization: Bearer <token>'
[
  {
    "slug": "<string>",
    "name": "<string>",
    "enabled": true,
    "logo_url": "<string>",
    "brokerage_type": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

List supported brokerages

slug
string
required
name
string
required
enabled
boolean
logo_url
string<uri> | null
brokerage_type
string | null