viralquery
API referencev1/pricing

Get ViralQuery subscription pricing and included usage

GET
/v1/pricing

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/pricing"
{
  "plan": {
    "id": "viralquery",
    "label": "string",
    "monthlyPrice": 0,
    "annualPrice": 0,
    "annualMonthlyEquivalent": 0,
    "includedScrollsPerMonth": 0,
    "maxFeedSize": 0,
    "workspaces": 0
  }
}
{
  "error": "temporary_service_error",
  "message": "string",
  "retryable": true
}
{
  "error": "temporary_service_error",
  "message": "string",
  "retryable": true
}
{
  "error": "temporary_service_error",
  "message": "string",
  "retryable": true
}