POST /accounts/{account_id}/hyperdrive/integrationsOperations/{integration}/createDatabaseSignature

Returns a short-lived signed authorization for creating a database that is billed through Cloudflare. The caller passes these values to the integration partner's own CLI, which verifies the signature before creating the database. Requires the account to be entitled to Cloudflare-billed databases for the integration.

Servers

Path parameters

Name Type Required Description
integration String Yes

The database integration to authorize against.

Valid values:

  • "planetScale"
account_id String Yes

The Cloudflare account ID.

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.