cURL
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", "status": "trialing", "unsubscribedAt": "2023-11-07T05:31:56Z" } }
Get the current plan details for the user authenticated via the api key
Documentation IndexFetch the complete documentation index at: https://docs.visitorquery.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.visitorquery.com/llms.txt
Use this file to discover all available pages before exploring further.
The developer API key from your account
200
Show child attributes