GET
/
plan
curl --request GET \
  --url https://visitorquery.com/api/v1/plan \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "maxRps": 500,
    "maxProjects": 500,
    "maxRequests": 100000000,
    "expiresAt": "2023-11-07T05:31:56Z",
    "subscribedAt": "2023-11-07T05:31:56Z",
    "unsubscribedAt": "2023-11-07T05:31:56Z",
    "status": "trialing"
  }
}

Authorizations

Authorization
string
header
required

The developer API key from your account

Response

200
application/json
200
data
object | null