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", "unsubscribedAt": "2023-11-07T05:31:56Z", "status": "trialing" } }
Get the current plan details for the user authenticated via the api key
The developer API key from your account
200
The response is of type object.
object