Skip to main content
GET
/
usage
cURL
curl --request GET \
  --url https://api.attent.app/v1/usage \
  --header 'x-api-key: <api-key>'
{
  "leads": {
    "current": 850,
    "limit": 1000
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.apten.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Response

Successfully retrieved usage limit status

leads
object

Lead usage for the organization.