Ask a Question

Ask a Question
Back to All

POSt channel status only relevant Id is the `channelLinkId` ?

In the POST channel status endpoint(https://developers.deliverect.com/reference/post-channel-status),
we need to listen to a location register event. We get as a response the following:

{
    "status": "active",
    "channelLocationId": "{{externalChannelLocationId}}",
    "channelLinkId": "{{channelLinkId}}",
    "locationId": "{{locationId}}",
    "channelName": "Space Channel"
}

It seems to us that the only useful Id here is only the channelLinkId, since this is the same Id that we receive in the POST menu push call.

Is there any benefit for us to store the locationId and the channelLocationId? Or can we just disregard them?

Thank you for your time