Create a Stripe Checkout session for a paid API key subscription

post/api-keys/subscribe

Request body

emailstring email required
plan'unlimited' required

Response

Stripe Checkout URL and activation URL

Changes

Changed in 1 of the 5 revisions of this API.32

    • removed the enum value pro of the request property

      request-property-enum-value-removed

    • removed the enum value scale of the request property

      request-property-enum-value-removed

    • removed the enum value starter of the request property

      request-property-enum-value-removed

    • the request property default value changed from starter to unlimited

      request-property-default-value-changed

    • added the new unlimited enum value to the request property

      request-property-enum-value-added