Create multiple apps in a single request.
Creates up to 100 apps in one call. Useful for resellers provisioning apps for multiple customers.Documentation Index
Fetch the complete documentation index at: https://docs.hopae.com/llms.txt
Use this file to discover all available pages before exploring further.
continueOnError is false (default), the first item failure aborts the batch and no further items are processed. Set continueOnError: true to process all items independently and collect both successes and errors in the response.Bearer <API_KEY> from Console > Developers > Workspace API Keys.application/jsonIdempotency-Replayed: true header. Reusing the same key with a different body returns 409 IDEMPOTENCY_KEY_CONFLICT.true, processing continues after an item failure. Failed items appear in results with an error object. When false (default), the first failure aborts the batch.