curl --request GET \
--url https://api.other.page/v1/community/{id}/member \
--header 'X-Api-Key: <api-key>'
{
"total": 123,
"perPage": 123,
"page": 123,
"results": [
{
"id": "<string>",
"role": "owner",
"wallet": "<string>",
"ensName": "<string>",
"avatar": {
"tokenId": "<string>",
"contract": "<string>",
"chainId": "<string>",
"image": "<string>",
"name": "<string>"
},
"addMethod": "manual",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"confirmedAt": "2023-11-07T05:31:56Z"
}
]
}
curl --request GET \
--url https://api.other.page/v1/community/{id}/member \
--header 'X-Api-Key: <api-key>'
{
"total": 123,
"perPage": 123,
"page": 123,
"results": [
{
"id": "<string>",
"role": "owner",
"wallet": "<string>",
"ensName": "<string>",
"avatar": {
"tokenId": "<string>",
"contract": "<string>",
"chainId": "<string>",
"image": "<string>",
"name": "<string>"
},
"addMethod": "manual",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"confirmedAt": "2023-11-07T05:31:56Z"
}
]
}
Community ID
Page of results to return.
Number of items per page to return. Defaults to 100.
The response is of type object
.