Retrieving Group Types
Using the GET method with the Group Types endpoint will retrieve a list of Group Types configured for your organization
GET https://edgeapi.marchex.io/marketingedge/v5/api/grouptypes
If the request is handled successfully, the following response will be returned:
[
{
"id": 1811,
"name": "Organic",
"type": "Internet"
},
{
"id": 1812,
"name": "Paid",
"type": "Internet"
},
{
"id": 1828,
"name": "Internet Yellow Pages",
"type": "Internet Yellow Pages"
},
{
"id": 1935,
"name": "Online",
"type": "Internet"
},
{
"id": 2254,
"name": "Content Marketing",
"type": "Other"
}
]
Updated over 3 years ago