Skip to content

Sync Customer

POST
/admin/veeqo/customers/sync
curl --request POST \
--url http://localhost:9000/admin/veeqo/customers/sync \
--header 'Content-Type: application/json' \
--data '{ "customer_ids": [ "example" ] }'
Media type application/json
object
customer_ids
required
Array<string>
>= 1 items
Example generated
{
"customer_ids": [
"example"
]
}

OK

Media type application/json
object
Example generated
{}