| Parameter | Type | Required? |
|---|---|---|
| link.name | string | yes |
| link.url | string | yes |
| link.scheme | string | no |
| link.description | string | no |
| Key | Type |
|---|---|
| link | Link |
| Status | Description |
|---|---|
422 | Invalid parameters - see Invalid parameters errors model |
{
"link": [] // Link - see 'Link model'
}my-app://some/urlcurl --location --request POST 'https://api.mpc.dev.placewise.com/v3/infinity-mall/links' \
--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'{}