Acquire your API key
Bloodbath APIs use API keys to authenticate requests.
Last updated
Bloodbath APIs use API keys to authenticate requests.
Last updated
curl <https://api.bloodbath.io/rest/ping> \\
-H "Authorization: Bearer <Replace this with your API key>"
# OK Response
{
"received_at": "2021-05-12T00:41:55.733297Z"
}