Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 947 Bytes

apiKey_getAll.rst

File metadata and controls

49 lines (32 loc) · 947 Bytes

apiKey_getAll

.. function:: GET /users/{uid}/apikeys

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: application/xml application/json
  • Since: UForge 3.0

Returns all the API keys for the specified user.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: api_key_access

URI Parameters

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/apikeys" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
.. seealso::

         * :ref:`apiKey-create`
         * :ref:`apiKey-delete`
         * :ref:`apiKey-update`
         * :ref:`apikeypairs-object`
         * :ref:`user-object`