Skip to main content
GET
/
v1
/
admin
/
accounts
/
{user_id}
Look up an account
curl --request GET \
  --url https://api.clipping.cc/v1/admin/accounts/{user_id} \
  --header 'Authorization: Bearer <token>'
{
  "account": {
    "user_id": "<string>",
    "balance_microcoins": 123,
    "balance_coins": 123,
    "total_credited": 123,
    "total_debited": 123,
    "withdrawable_microcoins": 123,
    "withdrawable_coins": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.clipping.cc/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key: Authorization: Bearer ck_live_…

Path Parameters

user_id
string
required

Response

Account.

account
object