Skip to main content

Create new signing keys

POST 

/v1/organizations/:organizationId/projects/:projectId/platforms/android/signing-keys

Create new signing keys

Request

Path Parameters

    organizationId stringrequired

    The ID of the organization

    projectId stringrequired

    The ID of the project

Responses

Schema
    id stringrequired

    The unique identifier of the signing keys.

    publicKey stringrequired

    The public key in PEM format.

    privateKey stringrequired

    The private key in PEM format.

    publicKeySingleLine stringrequired

    The single-line version of the public key without the BEGIN and END lines.

    privateKeySingleLine stringrequired

    The single-line version of the private key without the BEGIN and END lines.

    createdAt date-timerequired

    The timestamp indicating when the signing keys were created.

Loading...