Organization

Retrieves an organization's CVE ID quota (accessible to same-organization users or Secretariat)

<h2>Access Control</h2> <p>Authenticated users can access this endpoint only for their own organization. Secretariat users can access any organization.</p> <h2>Expected Behavior</h2> <p><b>Regular, CNA & Admin Users:</b> Retrieves the CVE ID quota for the user's organization</p> <p><b>Secretariat:</b> Retrieves the CVE ID quota for any organization</p>
get/org/{shortname}/id_quota

Path parameters

shortnamestring required

The shortname of the organization

Headers

CVE-API-ORGstring required

The shortname for the organization associated with the user requesting authentication

CVE-API-USERstring required

The username for the account making the request

CVE-API-KEYstring required

The user's API key

Response

Returns the CVE ID quota for an organization

GetOrgQuotaResponseJson required— unresolved $ref

Changes

Changed in 4 of the 57 revisions of this API.224

    • deleted the query request parameter registry

      request-parameter-removed

    • removed get-org-quota-response.json get-registry-org-quota-response.json from the response body oneOf list for the response status 200

      response-body-one-of-removed

    • added get-org-quota-response.json get-registry-org-quota-response.json to the response body oneOf list for the response status 200

      response-body-one-of-added

    • added the new optional query request parameter registry

      new-optional-request-parameter

  • 2c44a137d9b011See the full diff
    • deleted the query request parameter registry

      request-parameter-removed

    • removed get-org-quota-response.json get-registry-org-quota-response.json from the response body oneOf list for the response status 200

      response-body-one-of-removed

  • efebaec5edf011See the full diff
    • added get-org-quota-response.json get-registry-org-quota-response.json to the response body oneOf list for the response status 200

      response-body-one-of-added

    • added the new optional query request parameter registry

      new-optional-request-parameter