CrashLog accepts events over HTTP to stdin.crashlog.io
. Events are authenticated with HMAC (see below) using an api_key
and secret
. Upon successfully authenticating the payload
will be consumed.
All payloads must be sent along with a HMAC Authorization
header, this should be structured like this:
Authorization: CrashLog <api-token>:<HMAC Signature>