curl --request GET \
--url https://api.example.com/api/v1/linkedin/posts/rate-limit \
--header 'Authorization: Bearer <token>'{
"daily_limit": 100,
"effective_outreach_limit": 25,
"outreach_used": 0,
"content_used": 0,
"remaining": 100
}curl --request GET \
--url https://api.example.com/api/v1/linkedin/posts/rate-limit \
--header 'Authorization: Bearer <token>'{
"daily_limit": 100,
"effective_outreach_limit": 25,
"outreach_used": 0,
"content_used": 0,
"remaining": 100
}Documentation Index
Fetch the complete documentation index at: https://docs.bavlio.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.