Parameters
1 query
Query parameters
· 1brjInternalQueryIdentityIdstringOptionalOverride identity ID (defaults to cookie value).
Example
example_brjInternalQueryIdentityIdReturns full account detail for the authenticated user, including profile and geo information.
1 query
brjInternalQueryIdentityIdstringOptionalOverride identity ID (defaults to cookie value).
example_brjInternalQueryIdentityId1 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/account/detail
curl -X GET "https://api.bizkithub.com/bff/account/detail?brjInternalQueryIdentityId=example_brjInternalQueryIdentityId" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.