approved — Team has access; creditsPerProfile, dailyLimit, dailyUsed, and dailyRemaining are included.pending — Application is under review.rejected — Application was rejected.revoked — Access was revoked.none — No application on file.curl --location --request GET 'https://dev.enrich.so/api/v3/company-follower/limit' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"status": "approved",
"creditsPerProfile": 100,
"dailyLimit": 5000,
"dailyUsed": 1200,
"dailyRemaining": 3800
},
"meta": {
"requestId": "664f2b3c9a1e4d0012abcdef"
}
}