ApiKeys
Get a list of API Keys for a User
Lists all API keys for a user, returning the most recent results first.
get/users/{userId}/apikeys
Path parameters
userIdstring required
ID of the User
Query parameters
partialKeywordstring
Optional case-insensitive filter on the API key purpose or hint.
partialPurposestring
Optional case-insensitive filter on the API key purpose.
skipinteger
Number of items to skip. Defaults to zero
takeinteger
Number of items to take. Defaults to 30
Response
Success
Changes
No recorded changes to this endpoint across all 7 revisions of this API.