Last updated 6 months ago
Returns current grfq platform state.
const response = await fetch('/v1/ob/platform_state/', { method: 'GET', headers: { "Authorization": "Bearer Bearer" }, }); const data = await response.json();
{ "platform_state": "text", "published_at": 0, "next_platform_state": "text", "next_platform_state_at": 0 }