Introducing the new maxResults parameter for the /search endpoint.
maxResults
/search
cURL
curl --request GET \ --url https://api.linkup.so/v1/credits/balance \ --header 'Authorization: Bearer <token>'
{ "balance": 123.456 }
The /credits/balance endpoint allows you to retrieve your current credits balance.
/credits/balance
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The number of credits remaining in your account.
123.456