elmah.io

This is the public REST API for elmah.io. All of the integrations communicates with elmah.io through this API. For additional help getting started with the API, visit the following help articles: Using the REST API [Where is m

๐Ÿ”‘ apikey 22 endpoints cloud
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Fetch a list of logs.
curl \
  # append ?api_key=$API_KEY to the URL \
  /v3/logs
Fetch a log by its ID.
curl \
  # append ?api_key=$API_KEY to the URL \
  /v3/logs/{id}
Fetch a list of deployments.
curl \
  # append ?api_key=$API_KEY to the URL \
  /v3/deployments
Endpoints (22 total)
GET
/v3/logs
Fetch a list of logs.
GET
/v3/logs/{id}
Fetch a log by its ID.
GET
/v3/deployments
Fetch a list of deployments.
GET
/v3/uptimechecks
Fetch a list of uptime checks. Currently in closed beta. Get in contact to geโ€ฆ
GET
/v3/deployments/{id}
Fetch a deployment by its ID.
GET
/v3/messages/{logId}
Fetch messages from a log.
GET
/v3/logs/{id}/_diagnose
Help diagnose logging problems.
GET
/v3/messages/{logId}/{id}
Fetch a message by its ID.
POST
/v3/logs
Create a new log.
POST
/v3/deployments
Create a new deployment.
POST
/v3/messages/{logId}
Create a new message.
POST
/v3/logs/{id}/_enable
Enable a log by its ID.
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints22
Authapikey
Categories1