Catalogs  /  Get destination type

Get destination type

GET/v1/destination-types/{type}

Get the full metadata for one destination type.

Path parameters
type
string · required
The destination type slug, e.g. google-ads.
Response fields
type
string
The destination type slug.
name
string
Display name.
connection_types
array
Connection methods available for this type.
GET/v1/destination-types/{type}
curl https://app.converly.io/api/v1/destination-types/google-ads
200 OK
{
  "type": "google-ads",
  "name": "Google Ads",
  "connection_types": ["oauth", "mcc_link"]
}