GET
/
community
/
{id}
/
member
/
{idOrAddress}
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"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Community ID

idOrAddress
string
required

Account UUID or an Ethereum address linked to the member account

Response

default - application/json
id
string
required
role
enum<string>
required
Available options:
owner,
admin,
team,
member
wallet
string
required
ensName
string
required
avatar
object
required
addMethod
enum<string>
required
Available options:
manual,
csv,
discord,
request,
collection,
api
createdAt
string
required
updatedAt
string
required
confirmedAt
string
required