Getting Started
[B2C Client] Regenerate API Key
Regenerates the API key for a given subaccount. The old key pair will be invalidated. Only B2C account with owner role can regenerate API key.
Request Header
ReadMe parameters block:
Code
Request path parameters
| Key Parameters | Data Type | Description |
|---|---|---|
| subAccountCode | String | A unique alphanumeric code (max. 5 characters) used to identify the subaccount |
Response parameters
| Key Parameters | Data Type | Description |
|---|---|---|
| apiKey | Object | Object containing the generated API credentials |
| clientKey | String | Encrypted public API key for the subaccount |
| clientSecret | String | Encrypted secret key used to authenticate API requests |
Error Response
Please check the B2C Subaccount Onboarding Product Documentation for the error response
Last modified on
