Members
List a member's API keys
GET
/v1/workspaces/{workspaceId}/members/{memberId}/api-keysLists personal API keys for another member. Requires an admin key. Secrets are never returned.
Authentication
Send your Spark API key with every request. The value is the full bearer token Spark returned when you created the key. See Authentication.
Authorization: Bearer <SPARK_API_KEY>Path parameters
workspaceIdstring
The workspace id.
memberIdstring
The membership id.