Skip to main content
POST
/
customers
/
migrate
cURL
curl --request POST \
  --url https://app.masivo.ai/api/storefront/v1/customers/migrate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "error": "<string>",
  "details": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
customers
object[]
required

Response

Customers batch enqueued successfully