Get landingpage groups
/marketing/landingpage/groups
Target audience: Developers
Release version: 4.3.8
Get landingpage groups¶
Introduction¶
This endpoint return configured landingpage groups. Read more on landingpages here.
URI¶
Environment | URI |
---|---|
Stage | https://payway-api.stage.adeprimo.se/external/api/v2/marketing/landingpage/groups |
Production | https://backend.worldoftulo.com/external/api/v2/marketing/landingpage/groups |
Requirements¶
Feature needs to be enabled by Adeprimo. Please contact support to enable.
Identity | Scope |
---|---|
No | /external/marketing/r |
Parameters¶
Name | Required | Type | Description |
---|---|---|---|
Curl Example¶
curl --request GET \
--url https://payway-api.stage.adeprimo.se/external/api/v2/marketing/landingpage/groups \
--header 'accept: application/json' \
--header 'authorization: Bearer <access_token>'
Response¶
HTTP 200
{
"items": [
{
"name": "Group 1",
"key": "ADE",
"landing_pages": [
{
"name": "title",
"key": "LP"
},
{
"name": "title",
"key": "PL"
}
]
}
]
}
Errors¶
This API uses the common error conventions of the Payway API