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:
Parameter | Description | ||
---|---|---|---|
apiKey | Enter the Key ID generated from AMP.
| ||
secretKey | Enter the Secret Key generated from AMP.
| ||
nonce | Enter a unique ID.
| ||
requestPath | |||
requestBody | |||
timestamp | Enter a Unix time stamp within 5 minutes of the current time. | ||
httpMethod | Enter GET or POST. |
...
To learn about the different calls that you can make, see see Armor API Guide.
Related Documentation Documentation
- To learn about the different calls that you can make, see see Armor API Guide.
- To To learn how to create an API key or to learn a different way to access the Armor API system, see Pre-Shared Key Authentication Method.
...