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/url
curl --location --request POST 'https://api.mpc.dev.placewise.com/v3/infinity-mall/links' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '
{}