Users API Key Model

The API keys model has the following endpoints:

actionmethodresourcedescription
Get AllGET/users/_user_id_/keysList all API keys of a user
CreatePOST/users/_user_id_/keysCreate a new API key for a user
DeleteDELETE/users/_user_id_/keys/_key_id_Remove an API key of a user

The API keys model has the following attributes:

Attributetyperequireddescription
keystringthe key identifier
key_idintegerThe key