Connectors
cURL
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" } ] }
Returns all Bifrost-compatible connectors you have configured.
JWT token created by calling Phrase API /oauth/token endpoint.
Success
Was this page helpful?