Check whether the team has capacity for the requested number of additional sender profiles within its current subscription limits. Returns monthly and yearly usage information (or null for each if the team has no active subscription on that cycle).
Security
bearerAuth
POST
curl -i -X POST \
'https://leadgen.grinfi.io/id/api/teams/{id}/check-limits' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"sender_profiles_limit": 1
}'