Skip to Content
Account Information API

Account Information API

This endpoint allows you to retrieve information about the current user’s usage, remaining credits, current plan, and next quota renewal date.

This endpoint is free to use.

Endpoint

GET https://api.prospeo.io/account-information

Endpoint

Parameters

This endpoint does not require any parameters.

Response

A successful request will return the following information:

{ "error": false, "response": { "current_plan": "STARTER", "current_team_members": 1, "remaining_credits": 99, "used_credits": 1, "next_quota_renewal_days": 25, "next_quota_renewal_date": "2023-06-18 20:52:28+00:00" } }
PropertyTypeDescription
current_planstringThe current plan you are subscribed to.
remaining_creditsintegerThe number of credits remaining.
current_team_membersintegerThe number of team members in your team.
used_creditsintegerThe number of credits already used.
next_quota_renewal_daysintegerThe number of days until the next quota renewal.
next_quota_renewal_datestringThe date and time of the next quota renewal.

Error codes

HTTP codeerror_code propertyMeaning
401INVALID_API_KEYInvalid API key, check your X-KEY header.
429RATE_LIMITEDYou hit the rate limit for your current plan.
400INVALID_REQUESTThe request your submitted is invalid.
400INTERNAL_ERRORAn error occurred on our side, please contact the support.

If you need further assistance, feel free to contact us at contact@prospeo.io.

Last updated on