v1
latestOpenAPI 3.1.02026-07-24317911.4 MBAuthentication/API Key (Machine 2 Machine)
Read Info on specific APIKey via Key ID
This action will show apikeys that have been generated by your current APIkey and that you have access to update or revoke as needed.
Note: # and anything after is NOT needed, its just to allow multiple examples for the same path/method.
get/apikeys/{key_id}
Path parameters
key_idstring required
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"
}
]