I am testing out notifications using 2 APi calls in US dev region. First api calls works fine with Access token but 2nd call to send notification gives
"website temporarily unavailable" with 403.
My request is pretty standard as folllows:
{
"timestamp": "2020-11-08T14:00:00.00Z",
"referenceId": "unique-id-of-this-event-instance-abc123456789",
"expiryTime": "2020-11-09T14:00:00.00Z",
"event": {
"name": "AMAZON.MediaContent.Available",
"payload": {
"availability": {
"startTime": "2020-11-08T14:00:00.00Z",
"provider": {
"name": "localizedattribute:providerName"
},
"method": "RELEASE"
},
"content": {
"name": "localizedattribute:contentName",
"contentType": "EPISODE"
}
}
},
"localizedAttributes": [
{
"locale": "en-US",
"providerName": "Company",
"contentName": "Hello! you might want to check out the new messages"
}
],
"relevantAudience": {
"type": "Multicast",
"payload": {}
}
}