My Api Keys REST Endpoints

Identity/My Api Keys
Manage logged in user's api key. This REST API is SCIM compliant.

Added In Release: 2009232244
Add a user's api key
Method: post
Path: /admin/v1/MyApiKeys
Delete user's api key
Method: delete
Path: /admin/v1/MyApiKeys/{id}
Get user's api key
Method: get
Path: /admin/v1/MyApiKeys/{id}
HTTP Options
Method: options
Path: /admin/v1/MyApiKeys
Search Api Key
Method: get
Path: /admin/v1/MyApiKeys
Update user's api key
Method: patch
Path: /admin/v1/MyApiKeys/{id}