GET
/
credits
/
balance
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 check your current credit balance.

Get your API key

Create a Linkup account for free to get your API key.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
Successful response
balance
number

The number of credits remaining in your account.