RegisterAppAsDraftResponse

Response from POST /applications/1.0/drafts. The clientSecret is returned exactly once at creation time and cannot be retrieved later through the API.

  • applicationId
    Type: stringFormat: uuid
    required

    Unique identifier of the newly registered draft application.

  • appUrn
    Type: string Pattern: ^urn:uuid:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
    required

    Canonical URN identifying your registered application.

    Format: urn:uuid:{applicationId} (RFC 4122). Use this value as Caliper edApp.id when emitting events from your app.

  • clientId
    Type: string
    required

    OAuth client ID for authenticating your application (client credentials flow).

  • clientSecret
    Type: string
    required

    OAuth client secret. Returned only in this response; store it securely now.

  • publisherId
    Type: stringFormat: uuid
    required

    Publisher that owns this application (assigned automatically or from your request).