Changes to Search for Credentials (v1)

POST /v1/credentials/search

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

Changed in 7 of the 30 revisions of this API.1419

  1. dc79460d92221
  2. f494f7d363071
  3. cac96b8772c31
  4. 94e03fe9537b2
  5. 7b8d90ce110b1
  6. a93800de3a851312
  7. 98201e8dd1b411

What changed

    • added the required property credentials/items/skills to the response with the 200 status

      response-required-property-added

    • added the optional property credentials/items/recipient/phone_number to the response with the 200 status

      response-optional-property-added

    • endpoint deprecated

      endpoint-deprecated

    • added the optional property credentials/items/encoded_id to the response with the 200 status

      response-optional-property-added

    • added the optional property credentials/items/seo_image to the response with the 200 status

      response-optional-property-added

    • api operation id Search for Credentials removed and replaced with Search for Credentials (v1)

      api-operation-id-removed

  • a93800de3a851312See the full diff
    • deleted the query request parameter end_date

      request-parameter-removed

    • deleted the query request parameter end_updated_date

      request-parameter-removed

    • deleted the query request parameter group_id

      request-parameter-removed

    • deleted the query request parameter license_id

      request-parameter-removed

    • deleted the query request parameter meta_data

      request-parameter-removed

    • deleted the query request parameter page

      request-parameter-removed

    • deleted the query request parameter page_size

      request-parameter-removed

    • deleted the query request parameter recipient.email

      request-parameter-removed

    • deleted the query request parameter recipient.id

      request-parameter-removed

    • deleted the query request parameter recipient.meta_data

      request-parameter-removed

    • deleted the query request parameter recipient.name

      request-parameter-removed

    • deleted the query request parameter start_date

      request-parameter-removed

    • deleted the query request parameter start_updated_date

      request-parameter-removed

    • added the new optional request property end_date

      new-optional-request-property

    • added the new optional request property end_updated_date

      new-optional-request-property

    • added the new optional request property group_id

      new-optional-request-property

    • added the new optional request property license_id

      new-optional-request-property

    • added the new optional request property page

      new-optional-request-property

    • added the new optional request property page_size

      new-optional-request-property

    • added the new optional request property recipient.email

      new-optional-request-property

    • added the new optional request property recipient.id

      new-optional-request-property

    • added the new optional request property recipient.meta_data

      new-optional-request-property

    • added the new optional request property recipient.name

      new-optional-request-property

    • added the new optional request property start_date

      new-optional-request-property

    • added the new optional request property start_updated_date

      new-optional-request-property

  • 98201e8dd1b411See the full diff
    • deleted the header request parameter Authorization

      request-parameter-removed

    • the endpoint scheme security ApiKeyAuth was added to the API

      api-security-added