cURL
curl --request GET \ --url https://sis.sumvin.com/v0/users \ --header 'Authorization: Bearer <token>'
{ "_links": { "self": { "href": "<string>", "method": "GET", "templated": false, "description": "<string>" } }, "users": [ { "id": "<string>", "account_status": "<string>", "email": "<string>", "username": "<string>", "primary_eoa_address": "<string>", "primary_smart_wallet_address": "<string>", "phone": "<string>", "first_name": "<string>", "last_names": "<string>", "sumsub_applicant_id": "<string>", "sumsub_global_id": "<string>" } ], "total": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 500
x >= 0
Successful Response
Base links present in all responses.
Show child attributes