Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 942 Bytes

apiKey_getAll.rst

File metadata and controls

49 lines (32 loc) · 942 Bytes

apiKey_getAll

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

  • uid (required): the user name (login name) of the user-object

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"
  • apiKey-create
  • apiKey-delete
  • apiKey-update
  • apikeypairs-object
  • user-object