Authentication

API authentication is done by providing the api-key http header on your requests.

Generating my key

You can find your API key in your profile under Settings > API key :

diy

Example request

Using curl

1curl -H 'api-key: JuebfishpudseimEkCeojbynMakEryok?OggIartopgolsitCimeymsyoarHubci' -H 'accept: application/json' "https://leakix.net/domain/leakix.net"

HTTP request

1GET /domain/leakix.net HTTP/1.1
2Host: leakix.net
3api-key: JuebfishpudseimEkCeojbynMakEryok?OggIartopgolsitCimeymsyoarHubci
4Accept: application/json