Technical documentation for all available endpoints and SDK methods
Obtain an access token using client credentials
Client ID: $CLIENT_ID
Client Secret: $CLIENT_SECRET
{
"access_token": "abc123xyz",
"token_type": "bearer",
"expires_in": 3600
}
Create a new data record
{
"type": "resource",
"attributes": {
"name": "string",
"description": "text"
}
}
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"type": "resource",
"_links": {
"self": "https://egr3osb.io/data/550e8400-e29b-41d4-a716-446655440000"
}
}
Retrieve key performance metrics and usage stats
start_date
- Required. Format: YYYY-MM-DDend_date
- Required. Format: YYYY-MM-DDgranularity
- Optional. Values: daily, weekly, monthly
{
"total_requests": 165432,
"average_response_time": 245,
"error_rate": 0.23,
"peak_usage": "2025-09-21T14:30:00Z"
}