Parameters
1 query
Query parameters
· 1tokenstringRequiredInvitation token from the e-mail link.
Example
example_tokenSame shape as /api/v1/crm/member-invite/validate, no API key required — the token itself is the credential. Used by admin.bizkithub.com/signup/member.
1 query
tokenstringRequiredInvitation token from the e-mail link.
example_token1 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/account/member-invite-validate
curl -X GET "https://api.bizkithub.com/bff/account/member-invite-validate?token=example_token" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.