Channels
BulkRetrieveChannels
post/v2/channels/bulk-retrieve
Request body
Example request
{
"channel_ids": [
"CH_9C03D0B59",
"CH_6X139B5MN",
"NOT_EXISTING"
]
}Response
Success
Example response
{
"responses": {
"CH_6X139B5MN": {
"channel": {
"created_at": "2022-10-25T16:27:00Z",
"id": "CH_6X139B5MN",
"merchant_id": "ML64FACEA",
"name": "Contoso Fulfillment Application",
"reference": {
"id": "OA_9C03D0444",
"type": "OAUTH_APPLICATION"
},
"status": "ACTIVE",
"updated_at": "2022-10-25T16:48:00Z",
"version": 1
}
},
"CH_9C03D0B59": {
"channel": {
"created_at": "2022-10-25T16:27:00Z",
"id": "CH_9C03D0B59",
"merchant_id": "ML64FACEA",
"name": "State Street Store",
"reference": {
"id": "OA_9C03D0B59",
"type": "LOCATION"
},
"status": "ACTIVE",
"updated_at": "2022-10-25T16:48:00Z",
"version": 1
}
},
"NOT_EXISTING": {
"errors": [
{
"code": "NOT_FOUND"
}
]
}
}
}