Seria a configuração de consultar as notificações?
json
// supposing that this is a post route
public void NotificationRoute(notification) {
var param = new {
token = notification
};
dynamic endpoints = new Endpoints("client_id", "client_secret", true);
response = endpoints.GetNotification(param);
}