all-about-apikey/urlscan
Muhammad Daffa 7372a52709 Fix repository structure and add todolist 2022-07-23 20:53:29 +07:00
..
README.md Fix repository structure and add todolist 2022-07-23 20:53:29 +07:00

README.md

URLScan

Description

Scan and Analyse URLs

Example Request

  • Curl
curl -H "Content-Type: application/json" -H "API-Key: APIKEY" "https://urlscan.io/user/quotas/"
  • Raw
GET /user/quotas/ HTTP/1.1
Host: urlscan.io
Content-Type: application/json
API-Key: APIKEY

Response

  • Success
{
	"source":"user",
	"limits": {
		"private": {
			"day": {
				"limit": 50,
				"used": 0,
				"percent": 0
				}
			//...
  • Error
{
	"message": "API key supplied but not found in database!",
	"status": 401
} 

Regex

[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}

Example API key

c8267d84-db73-5b90-b8c4-e17b456857b8