Skip to main content
GET
/
api
/
user
/
plan-features
Get user's plan features
curl --request GET \
  --url https://gdeltcloud.com/api/user/plan-features \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "features": {
    "can_use_alerts": true,
    "max_alerts": 123,
    "min_alert_frequency": "<string>",
    "max_api_calls_per_day": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

success
boolean
required
features
object
required