Skip to main content

Authentication

Provide your secret key as the bearer token using the HTTP bearer token authentication scheme.

This is simply a HTTP header in the format:

Authorization: Bearer <your_secret_key>

Example code

curl https://app.hitprobe.com/api/v1/me \
-H "Authorization: Bearer 4d5d94e5f2e9-7408-4fee-9e42-3748eaee"