POST /api/v1/apps/{appId}/credentials/keys/generate

Generates a new X.509 certificate for an app key credential

Note: To update an Application with the newly generated key credential, use the Replace an Application request with the new credentials.signing.kid value in the request body. You can provide just the Signing Credential object instead of the entire Application Credential object.

Servers

Path parameters

Name Type Required Description
appId String Yes

Application ID

Query parameters

Name Type Required Description
validityYears Integer Yes

Expiry years of the Application Key Credential

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.