Complete reference for all NDOWDEV API endpoints and parameters
https://api.ndowdev.crownandgreyhound.com/v2
Include your API key in the Authorization header:
Authorization: Bearer your_api_key_here
{
"data": [
{
"id": "usr_1234567890",
"email": "[email protected]",
"name": "John Developer",
"role": "admin",
"created_at": "2025-01-09T10:30:00Z",
"last_login": "2025-01-09T15:45:00Z",
"projects": 12,
"status": "active"
}
],
"pagination": {
"page": 1,
"limit": 10,
"total": 156,
"pages": 16,
"has_next": true,
"has_prev": false
},
"meta": {
"request_id": "req_abcd1234",
"response_time": "45ms",
"api_version": "2.0"
}
}