Read API keys
GET
/apis/v1/communities/{communityId}/api-keys
API Keys
of all API keys in the community without exposing the actual key values for security.
COMMUNITY_OWNER
or COMMUNITY_ADMIN
permissions for the specified communityRequest
Path Params
communityId
string <objectId>
required
Example:
675a1234bcde567890123456
Query Params
page
integer
optional
>= 1
Default:
1
Example:
1
limit
integer
optional
>= 1<= 100
Default:
20
Example:
20
Request samples
Responses
Modified at 2025-07-07 16:49:45