Last updated 13 days ago
Success
const response = await fetch('https://{ISLASH_API_ENDPOINT}/api/public/user/all?session=text', { method: 'GET', headers: { "X-USER-TOKEN": "text" }, }); const data = await response.json();
{ "meta": { "code": "text", "message": "text" }, "data": { "users": [ { "id": 0, "name": "text", "display_name": "text", "email": "text" } ] } }