I am reading api documentation β App Subscription and sending query about app subscription is first which does not work.
With this example query:
query {
app_subscription {
billing_period
days_left
is_trial
plan_id
renewal_date
}
}
I get:
403 Forbidden
{"error_code":"UserUnauthroizedException","status_code":403,"error_message":"User unauthorized to perform action","error_data":{}}
maybe this is because I have 14 days trial right now? Or is this something completely different?