Changes to Create an API key

POST /v1/api-keys

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 4 of the 50 revisions of this API.4346

  1. 76b9bb35619f336
  2. d4adae930be5138
  3. 2e48fd9894e11
  4. fabaadf195a91

What changed

  • 76b9bb35619f336See the full diff
    • removed the required property is_active from the response with the 200 status

      response-required-property-removed

    • removed the required property is_restriction from the response with the 200 status

      response-required-property-removed

    • removed the required property is_scopes_enabled from the response with the 200 status

      response-required-property-removed

    • removed the request property is_active

      request-property-removed

    • removed the request property is_restriction

      request-property-removed

    • removed the request property is_scopes_enabled

      request-property-removed

    • added the new optional request property active

      new-optional-request-property

    • added the new optional request property restricted

      new-optional-request-property

    • added the new optional request property scopes_enabled

      new-optional-request-property

    • added the required property active to the response with the 200 status

      response-required-property-added

    • added the required property restricted to the response with the 200 status

      response-required-property-added

    • added the required property scopes_enabled to the response with the 200 status

      response-required-property-added

    This revision also has 42 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • d4adae930be5138See the full diff
    • the request property label became required

      request-property-became-required

    • added the new optional request property account

      new-optional-request-property

    • added the new optional request property billing

      new-optional-request-property

    • added the new optional request property calls

      new-optional-request-property

    • added the new optional request property campaigns

      new-optional-request-property

    • added the new optional request property embeddable

      new-optional-request-property

    • added the new optional request property is_scopes_enabled

      new-optional-request-property

    • added the new optional request property messages

      new-optional-request-property

    • added the new optional request property numbers

      new-optional-request-property

    • added the new optional request property recordings

      new-optional-request-property

    • added the new optional request property subaccounts

      new-optional-request-property

    • added the new optional request property trunks

      new-optional-request-property

    • added the new optional request property two_fa

      new-optional-request-property

    • added the new optional request property validator

      new-optional-request-property

    • added the new optional request property webhooks

      new-optional-request-property

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • the response property created_at became required for the status 200

      response-property-became-required

    • the response property id became required for the status 200

      response-property-became-required

    • the response property is_active became required for the status 200

      response-property-became-required

    • the response property is_restriction became required for the status 200

      response-property-became-required

    • the response property label became required for the status 200

      response-property-became-required

    • the response property permitted_ips became required for the status 200

      response-property-became-required

    • the response property value became required for the status 200

      response-property-became-required

    • added the required property account to the response with the 200 status

      response-required-property-added

    • added the required property billing to the response with the 200 status

      response-required-property-added

    • added the required property calls to the response with the 200 status

      response-required-property-added

    • added the required property campaigns to the response with the 200 status

      response-required-property-added

    • added the required property embeddable to the response with the 200 status

      response-required-property-added

    • added the required property is_scopes_enabled to the response with the 200 status

      response-required-property-added

    • added the required property last_used_at to the response with the 200 status

      response-required-property-added

    • added the required property messages to the response with the 200 status

      response-required-property-added

    • added the required property numbers to the response with the 200 status

      response-required-property-added

    • added the required property recordings to the response with the 200 status

      response-required-property-added

    • added the required property subaccounts to the response with the 200 status

      response-required-property-added

    • added the required property trunks to the response with the 200 status

      response-required-property-added

    • added the required property two_fa to the response with the 200 status

      response-required-property-added

    • added the required property validator to the response with the 200 status

      response-required-property-added

    • added the required property webhooks to the response with the 200 status

      response-required-property-added

    • api operation id api_keys_create was added

      api-operation-id-added

    This revision also has 163 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added