Query a User's access keysAsk AIget https://neon-config-qa.spika.com/config/v1/{space}/users/{userId}/api-keysRequired Role(s): user_admin (unless querying yourself)Path ParamsspacestringrequiredThe name of the space (database) assigned to you.userIdstringrequiredQuery ParamsqrystringQuery field used to limit the result by other attributes. Supported attributes are: state See Query instructions for format.pageint32Defaults to 0Used together with pageSize. First page is zero, which is also the default.pageSizeint32Defaults to 100Specifies the number of content items to return per page. Default is 100.sortstringDefaults to entityIdOverrides the default sorting. Useful together with pagination. One or more sort attributes can be specified, and it's possible to control ascending or descending order, for example 'category,-created' sorts first by category in ascending order and then created in descending order. The supported fields are id, bizId, name, category, type, subType, state, assignedTo, created and , updated.Response 200OKUpdated 10 months ago