curl --request GET \
--url https://api.other.page/v1/community/{id}/member/{idOrAddress} \
--header 'X-Api-Key: <api-key>'
{
"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/{idOrAddress} \
--header 'X-Api-Key: <api-key>'
{
"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
Account UUID or an Ethereum address linked to the member account
The response is of type object
.