For AI agents: visit https://api.net2grid.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
- The POST /registration/provision endpoint was used to initiate email verification or end-user self provisioning via the CE-API. From now on this endpoint will only serve the email verification flow upon end-user onboarding.
- The
false value of the imported boolean body parameter is deprecated.
- The
false value was used in case of self provisioning flow and will no longer be available.
- An error response 400 will be thrown in case the
false value will be provided. The default value will change from false to true.
- The self-provisioning flow is deprecated and should no longer be used;
- provisioning of an end-user account is to be done only via a B2B manner through the AM-API and based on the defined onboarding process.