Skip to main content
GET
/
connectors
/
v1
List available connectors
curl --request GET \
  --url https://eu.phrase.com/connectors/connectors/v1 \
  --header 'Authorization: Bearer <token>'
{
  "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

JWT token created by calling Phrase API /oauth/token endpoint.

Response

Success