cURL
curl --request GET \ --url https://api.paylora.org/api/v1/user \ --header 'Authorization: Bearer <token>'
{ "success": true, "total": 123, "data": [ { "user_uuid": "<string>", "email": "<string>", "telegram_id": "<string>", "tg_name": "<string>", "status": "<string>", "created_on": "2023-11-07T05:31:56Z", "role": "<string>", "wallet": "0xDeF456...", "signer_address": "0xDeF456..." } ] }
Users list. Permissions [“admin”]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
default 10
default 0
ASC
DESC
"DESC"
user_uuid
email
status
created_on
role
"created_on"
Paginated list
Show child attributes
User wallet address
"0xDeF456..."