BizKitHub
DocsAPI ReferenceAccount/bff/account/member-invite-validate
getAccountAdmin BFF

/bff/account/member-invite-validate

Same 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.

AccountgetBffAccountMember-invite-validate

Parameters

1 query

Query parameters

· 1
tokenstringRequired

Invitation token from the e-mail link.

Exampleexample_token

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/account/member-invite-validate

get
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"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key