/credits/balance
curl --request GET \
--url https://api.linkup.so/v1/credits/balance \
--header 'Authorization: Bearer <token>'{
"balance": 123.456
}Credits
/credits/balance
The /credits/balance endpoint allows you to retrieve your current credits balance.
GET
/
v1
/
credits
/
balance
/credits/balance
curl --request GET \
--url https://api.linkup.so/v1/credits/balance \
--header 'Authorization: Bearer <token>'{
"balance": 123.456
}Documentation Index
Fetch the complete documentation index at: https://docs.linkup.so/llms.txt
Use this file to discover all available pages before exploring further.
⌘I