v1
latestOpenAPI 3.1.02026-07-24317911.4 MBAuthentication/API Key (Machine 2 Machine)
Create API Key
This is a limited action and will require special access to create API keys.
post/apikeys
Request body
Example request
{
"description": "Used by Vendor Xyz for Billing Automation",
"user": "1000",
"domain": "example.com",
"ip-address": "1.2.3.4,5.6.7.0/24"
}Response
Example response
{
"description": "Used by Vendor Xyz for Billing Automation",
"key-id": "nsd-123dsa23",
"user": "1000",
"domain": "example.com",
"ip-address": "1.2.3.4,5.6.7.0/24"
}