Skip to main content
GET https://api.linkskipper.app/v1/account · Any valid API key.
Returns the account behind the API key: the linked Telegram identity, current credit balance, subscription expiry (if any), and the list of providers available to you. Useful for showing a balance in your dashboard or gating a resolve before you spend a credit.

Request

Headers

string
required
Bearer sk_live_…. See Authentication.

Response

number
The Telegram user id linked to the account that owns the key.
number
Current credit balance. Each resolve spends credits per the provider’s tier; cached resolves are free.
string | null
ISO 8601 timestamp of when the active subscription ends, or null if there is no subscription.
object[]
The providers available on this account.
200 OK

Examples

The provider list here mirrors GET /v1/providers but omits the hosts, per-call cost, and latency. Use the providers endpoint when you need the full catalog detail.