All URIs are relative to https://localhost/api/v1
| Method | HTTP request | Description |
|---|---|---|
| notificationGet | GET /notification | Get your current notifications. |
List<Notification> notificationGet()
Get your current notifications.
This is an upcoming feature and currently does not return data.
// Import classes:
//import io.swagger.client.api.NotificationApi;
NotificationApi apiInstance = new NotificationApi();
try {
List<Notification> result = apiInstance.notificationGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling NotificationApi#notificationGet");
e.printStackTrace();
}This endpoint does not need any parameter.
apiKey, apiNonce, apiSignature
- Content-Type: application/json, application/x-www-form-urlencoded
- Accept: application/json, application/xml, text/xml, application/javascript, text/javascript