Last updated 8 months ago
Copyright © 2024 Instructure, Inc. All rights reserved.
Account response
const response = await fetch('https://api.us2.kimonocloud.com/accounts/self', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": { "id": "123e4567-e89b-12d3-a456-426614174000", "name": "text", "type": "kimono" }, "error": { "code": "text", "message": "text", "ext_message": "text", "details": "text" } }