Log In

Strike uses API Key Authorization to authenticate each request.

Your API Key can be generated from the Strike portal.

Each request to the Strike API must include the generated token under the Authorization header.

Here is an example

curl --request POST \
     --url https://api-gateway.strike.sh/api/v1/pentests/query \
     --header 'Authorization: c-p-l-kuf2GGMjKQAuSYoWFAtwzD8V8RVyi2h4JzSSilIBHFIkPjWHfS' \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

Note: All tokens have an expiration date of 1 year.