GET
/
connectors
/
v1
List available connectors
curl --request GET \
  --url https://eu.phrase.com/bifrost/connectors/v1 \
  --header 'Authorization: <api-key>'
{
  "connectors": [
    {
      "type": "CONTENTFUL2",
      "connectorUuid": "2ed19eb5-d26a-489d-9a4e-739027dddff3",
      "name": "My Contentful Connector"
    },
    {
      "type": "CONTENTFUL2",
      "connectorUuid": "dca0657d-6877-460c-8b6d-484184w451fa",
      "name": "My other Contentful Connector"
    }
  ]
}

Authorizations

Authorization
string
header
required

Authorization token. The value is received by using the /authenticate endpoint. Example: OLi6jKa0VVyJqC5Ojv5LH2myTckP5N8Eb0rrWvdTOxCkJjT14E1AEj63bvzZ7CKM5

Response

200
application/json

Success

The response is of type any.