DocsAPI ReferenceAccount/bff/account/detail
getAccountAdmin BFF

/bff/account/detail

Returns full account detail for the authenticated user, including profile and geo information.

AccountgetBffAccountDetail

Parameters

1 query

1 total
Query · 1
brjInternalQueryIdentityIdstring

Override identity ID (defaults to cookie value).

Request

GET /bff/account/detail

get
curl -X GET "https://api.bizkithub.com/bff/account/detail?brjInternalQueryIdentityId=example_brjInternalQueryIdentityId" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key