Skip to main content
POST
/
api
/
v1
/
user
/
apikeys
Create API Key
curl --request POST \
  --url https://vulnix0.com/api/v1/user/apikeys \
  --header 'api-key: <api-key>'
{
  "api_key": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6"
}

Authorizations

api-key
string
header
required

A unique API Key.

Response

200 - application/json

New API key created.

api_key
string

Full API key (shown only once)

Example:

"a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6"

I