| Parameter | Type | Description |
|---|---|---|
| link_slug | string | A slug that identifies the link to generate |
| Parameter | Type | Description |
|---|---|---|
| link_params | Object | Params for link generation dependent on specific link definition |
| Key | Type | Description |
|---|---|---|
| url | String | The generated link |
| Status | Description |
|---|---|
404 | Link could not be found |
422 | Invalid parameters |
{
"url": "https://member.dev.bstcm.no/infinity-mall/offers/1000487"
}{}curl --location --request POST 'https://api.mpc.dev.placewise.com/v3/infinity-mall/links//generate' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{}'{}