The Vulneri API uses bearer token to authenticate requests. You need send the two values (key and token) to receive the JWT.
POST {{baseURL}}/auth
POST
{{baseURL}}/auth
key*
String
Account Key
token*
API Token
{ "token":"jwt_token_value" }
Last updated 1 year ago