This method allows you to submit data to Fingerbank. It will not compute the details about the information you submit.

Supported Formats

Request : application/json, Response : application/json

Examples

Example body:
{"dhcp_fingerprint":["1,15,3,6,44,46,47,31,33,121,249,43","1,15,3,6,44,32"]}
Example response:
{
  "dhcp_fingerprint" : [
    "1,15,3,6,44,32"
  ]
}
Example using curl:
curl -X POST -d "{\"dhcp_fingerprint\":[\"1,15,3,6,44,46,47,31,33,121,249,43\",\"1,15,3,6,44,32\"]}" --header "Content-type: application/json" https://fingerbank.inverse.ca/api/v1/combinations/submit?key=

Params

Param name Description
key
required

Your API key

Validations:

  • Must be a String


Metadata:
Type: URL
user_agent
optional

The User Agents to process

Validations:

  • Must be an array of String


Metadata:
Type: payload
dhcp_fingerprint
optional

The DHCP fingerprints to process

Validations:

  • Must be an array of String


Metadata:
Type: payload
dhcp6_fingerprint
optional

The DHCPv6 fingerprints to process

Validations:

  • Must be an array of String


Metadata:
Type: payload
dhcp_vendor
optional

The DHCP vendors to process

Validations:

  • Must be an array of String


Metadata:
Type: payload
dhcp6_enterprise
optional

The DHCPv6 enterprises to process

Validations:

  • Must be an array of String


Metadata:
Type: payload