Skip to main content
GET
/
api
/
v1
/
user
/
apikey
Get API key
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/user/apikey \
  --header 'Authorization: Bearer <token>'
{
  "created_at": "2023-11-07T05:31:56Z",
  "key": "neo_sk_a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6"
}

Documentation Index

Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT authentication token

Response

API key retrieved successfully

created_at
string<date-time>
required

When the API key was created

key
string
required

The full API key value (neo_sk_ prefix + 32 random characters). Store this securely - it can be retrieved again but should be treated as sensitive.

Example:

"neo_sk_a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6"