Get user metadata
This endpoint is used to get user metadata
GET
Loading code example
Loading code example
Authorizations
apiKeyAuthstringheaderrequired
API key passed in the header.
Query Parameters
organizationIdstring<uuid>
UUID of the organization
websiteIdstring<uuid>
UUID of the website
userIdstring<uuid>
UUID of the user
walletAddressstring
Wallet address of the user
externalIdentifierstring
External identifier for the user
Length:
<= 255limitintegerdefault: 10
Number of records to fetch
Required range:
x >= 1, x <= 1000Default:
10startingAfterstring<uuid>
Fetch records starting after this ID
userSearchstring
Length:
>= 5Response
application/json
200
dataarray<object>requireddata.idstring<uuid>requiredUnique identifier for the user metadata
hasNextPagebooleanrequiredIndicates if there are more records available
GET /api/users/metadatas — query parameters: organizationId, websiteId, userId, walletAddress, externalIdentifier, limit, startingAfter, userSearch