Prospect Account Info
Get your account status, remaining credits, rate limits, and allowed API access. Use this endpoint to check your balance before making calls or to monitor usage.
Endpoint
Request
No request body required. Authenticate with your API key in the X-API-Key header.
Example Request
curl -X GET https://api.gtmapis.com/v1/prospect/account \
-H "X-API-Key: gtm_test_your_key_here"
Response
Whether the API key is valid and the account is active
Number of credits remaining on the account
Maximum number of API requests allowed per second
List of API categories the account has access to (e.g., “search”, “enrichment”)
Success Response
{
"valid" : true ,
"remaining_credits" : 5000 ,
"max_requests_per_seconds" : 5 ,
"allowed_apis" : [ "search" , "enrichment" ]
}
Invalid Key Response
{
"valid" : false ,
"remaining_credits" : 0 ,
"max_requests_per_seconds" : 0 ,
"allowed_apis" : []
}
Credit Pricing
Result Credits Charged Account info request 0 credits
This endpoint is free to call and does not consume any credits.
Error Responses
401 Unauthorized
{
"error" : "Unauthorized" ,
"message" : "Invalid API key"
}
Use Cases
Check remaining credits before kicking off a bulk enrichment job to avoid mid-run failures.
Periodically poll the account endpoint to track credit consumption and trigger alerts when balance is low.
Read your rate limit to throttle outbound requests and avoid 429 errors.
ICP Search Find people matching your ICP
Employee Search Search employees at a company
Email from LinkedIn Get email from LinkedIn profile
Phone from LinkedIn Get phone from LinkedIn profile
Email to Person Reverse lookup person from email
Company Search Find companies matching criteria