Empty dashboard
An empty-state response for first-run UI checks.
View payload and cURL
Headers
none
Body
{
"items": [],
"message": "Nothing here yet. Create your first item when you are ready."
}
Create with cURL
curl -i 'https://stubpoint.dev/api/endpoints' -H 'Content-Type: application/json' -d '{
"body": "{\"items\":[],\"message\":\"Nothing here yet. Create your first item when you are ready.\"}",
"content_type": "application/json",
"headers": null,
"methods": [
"GET"
],
"status": 200
}'