PREVIEW: Retrieve a customer registration token.Ask AIget https://{custom-server}/api/customers/{customerId}/registration-tokenReturns a customer registration token.NOTE:This endpoint is currently in a preview stage.Path ParamscustomerIdint32requiredThe ID of the a customer.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content types*/*application/jsonAllowed:*/*application/jsonResponses 200Successful retrieval of the customer registration token. 400Bad Request 401Authentication Failure. 403Forbidden 404Customer of the ID is not found. 500Internal Server Error.Updated 8 months ago