# Get unit info Endpoint: GET /s2s/v1.0/client/credit Version: v1.9 Security: BearerAuthentication ## Response 200 fields (application/json): - `status` (integer) Response status Example: 200 - `results` (array) - `results.id` (integer) Unique identifier of this unit Example: 13105541279084536 - `results.type` (string) Type of this unit Enum: "SubsToken", "PaygToken" - `results.amount` (integer) Current unit balance Example: 10 - `results.expiry` (integer) Unix timestamp of the expiry of this unit (ms) Example: 1704789135000 ## Response 401 fields