Key | Type | Required? | Default | Description |
---|---|---|---|---|
dry_run | boolean | no | false | For validation. When true, doesn't persist record on success |
Key | Type | Optional | Description |
---|---|---|---|
domain | Hash | no | Domain object - only address is required |
{
"domain": {} // Domain - see 'Domain model'
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/domains' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '
{}