Generate an access token

Generate a JWT access token by verifying your accessKey and signature.
Use the returned token in the Authorization: Bearer {accessToken} header
for all subsequent API calls.

Signature computation

  1. Concatenate: accessKey + secretKey + timestamp
  2. Compute the SHA-256 hash of the concatenated string
  3. The resulting hex string is your signature

The secretKey is never sent over the network.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The access key issued to your account. Obtain it from the AdvanGuard platform.

int64
required

13-digit Unix timestamp in milliseconds. Must be within 5 minutes of server time.

string
required

SHA-256 hash of the concatenation accessKey + secretKey + timestamp.
The secretKey is never transmitted over the network.

integer
60 to 86400
Defaults to 3600

Requested token validity period in seconds. Defaults to 3600. Minimum 60, maximum 86400.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json