Channels
RetrieveChannel
get/v2/channels/{channel_id}
Path parameters
channel_idstring required
A channel id
Response
Success
Example response
{
"channel": {
"created_at": "2022-10-25T16:27:00Z",
"id": "CH_9C03D0B59",
"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
}
}