System

Create API Key

Create a new API key. Requires an internal or enterprise API key. Returns the generated key string: save it, it cannot be retrieved later.

post/keys

Request body

namestring required
mode'live' | 'test'

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

Changed in 2 of the 13 revisions of this API.1210

    • the data/last_used_at response's property type/format changed from object/ to / for status 200

      response-property-type-changed

  • 529d7d36d7d6210See the full diff
    • removed the optional property data/apiKey from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/rateLimit from the response with the 200 status

      response-optional-property-removed

    • added the optional property data/api_key to the response with the 200 status

      response-optional-property-added

    • added the optional property data/api_key_masked to the response with the 200 status

      response-optional-property-added

    • added the optional property data/created_at to the response with the 200 status

      response-optional-property-added

    • added the optional property data/credits_limit to the response with the 200 status

      response-optional-property-added

    • added the optional property data/credits_used to the response with the 200 status

      response-optional-property-added

    • added the optional property data/id to the response with the 200 status

      response-optional-property-added

    • added the optional property data/is_active to the response with the 200 status

      response-optional-property-added

    • added the optional property data/last_used_at to the response with the 200 status

      response-optional-property-added

    • added the optional property data/origin_restriction to the response with the 200 status

      response-optional-property-added

    • added the optional property data/rate_limit to the response with the 200 status

      response-optional-property-added