Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Overview

Using Infinipoint’s Infinipoint API, allows you will be able to run queries and perform actions (such as running scripts) on your managed devices.
For exampleSome examples:

  • Assets queries - Get device data, installed software, associated users, etc.

  • Running actions (saved scripts)

  • Search for vulnerabilities details, device association, etc.

Infinipoint’s Infinipoint API supports HTTP Protocol version 1.1 or later.
While some calls may work with the deprecated 1.0 version, this it is not guaranteed. Please ensure that your client communicates using version 1.1 at leastand up.

Generating a JWT token / Access key

In order to generate an API key, you will need admin privileges (or an appropriate custom role).
Refer to the API Keys documentation page for more details.

API Endpoint

...

API Authentication and Request Headers

Infinipoint’s Infinipoint API uses JSON Web Token (JWT) for authentication.
JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object.

Using your private key (will be provided by Infinipoint), allows you will need to sign the request with an Elliptic Curve Digital Signature Algorithm (ECDSA) using the ES256 algorithm.
The encoded payload must the contain the following fields - :

Field Name

Field Value

iat

The current time in Unix time (Epoch time). This will be used to validate the signature time.
Each token is only valid for the amount of time requested by the user on creation of the private key (between 1-15 minutes).

sub

The accessKey field associated with the private key (22 characters string associated with the private key)

Child pages (Children Display)
alltrue

...