Catalogs / List action types
List action types
GET/v1/action-types
Returns the action types a destination supports, the building blocks for a flow's actions_config.
Query parameters
destination_type
string
The destination to list actions for, e.g. meta.
Response fields
type
string
The action type identifier.
name
string
Human-friendly name of the action.
GET/v1/action-types
curl "https://app.converly.io/api/v1/action-types?destination_type=meta"
200 OK
{
"data": [
{ "type": "meta_capi_event",
"name": "Send a Meta conversion" }
]
}