Skip to content

API Authentication

Each request to our API needs to be authenticated. You can find your secret key in the Project settings page.

You need to pass secret key in the headers in x-logspot-sk.

{
"x-logspot-sk": "Bearer YOUR_SECRET_KEY"
}