Parameters
1 query · JSON body
Query parameters
· 1apiKeystringRequiredYour BizKitHub API key (passed as GET parameter).
Key format: A 32-character string matching: ^(PROD|DEV_|ROOT)[A-Za-z0-9]{28}$
Prefixes: PROD (production key), DEV_ (individual developer), ROOT (system key with no limits). Learn more
Example
PRODPGrFxpGEtrOZfuWhnoJohUYBXuOERequest body
application/jsoncomplaintIdstringRequiredComplaint external ID to update.
Example
a1b2c3d4e5f6g7h8statusstringRequiredNew complaint status.
Available statuses:
new— Complaint has been filed, not yet reviewedopen— Complaint is being processed by staffwait— Waiting for customer response or external inputresolve— Complaint has been resolved in favour of the customerreject— Complaint has been rejectedclosed— Complaint is closed (final state)
Setting status to resolve or closed automatically marks the complaint as resolved and sets the resolvedDate.
Examples
newopenwaitresolverejectclosed