For the complete documentation index, see llms.txt. This page is also available as Markdown.

Account

The Account API lets you programmatically fetch information about your Clearout account, including profile details, current subscription or pay-as-you-go plans, remaining credits and limits.

Get Plans and Addons

get

Retrieve details about the account's active subscription plan and any associated add-ons, including pricing and upcoming billing renewal cycles

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successfully retrieved plan and addon information

application/json

Success response containing plan details

statusstringRequired

Response status

Example: success
get
/account/myplans

Get Remaining Credits

get

Retrieve the total remaining credit balance along with a categorized breakdown (subscription, pay-as-you-go, and bonus credits) for both individual and organization accounts.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successfully retrieved credits information

application/json

Success response containing credits data

statusstringRequired

Response status

Example: success
get
/account/credits

Get Service Limits

get

Retrieve the account's active rate limits (Requests Per Minute) and parallel processing constraints for both real-time and bulk verification services.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successfully retrieved service limits

application/json

Success response containing limits data

statusstringRequired

Response status

Example: success
get
/account/limits

Last updated

Was this helpful?