Versions Compared

Key

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

You can use the API tokenization (C#) feature in the Armor Management Portal (AMP) to create an API key. This key will help you log into the Armor API system.  


Step 1: Create an API key

...

To authenticate, you need to build a header with the following components:  

ParameterDescription
apiKey

Enter the Key ID generated from AMP.

Note

In the example below, replace use the api key id with your key ID.

secretKey

Enter the Secret Key generated from AMP.

Note

In the example below, replace use the secret key with your secret key.

nonce

Enter a unique ID.

  • This ID should be unique per request.
  • This ID cannot be longer than 128 characters.
  • This ID cannot contain a colon ( : ).  
requestPath
requestBody
timestampEnter a Unix time stamp within 5 minutes of the current time.
httpMethodEnter GET or POST.

...

To learn about the different calls that you can make, see see Armor API Guide.

Related Documentation Documentation

...