Batch - Customer Discovery

Return the discovery content of customers

Query url

api/distribution/discovery/customers/_batch

Query header

'Authorization: Bearer <token>'
'Content-Type: application/json'

Query parameters

Name Required Description

Query body

[
    { "external_id": "1234567" },
    { "external_id": "a123545" }
]