Authorization: Bearer ********************
{
"description": "Myomp ApiKey 2",
"domain": "apidog.ApiReseller",
"reseller": "ApiReseller",
"readonly": "no",
"ip-address": "10.211.55.0/24,127.0.0.1",
"user-scope": "Office Manager",
"can-create-keys": "no"
}
curl --location --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/apikeys' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "Myomp ApiKey 2",
"domain": "apidog.ApiReseller",
"reseller": "ApiReseller",
"readonly": "no",
"ip-address": "10.211.55.0/24,127.0.0.1",
"user-scope": "Office Manager",
"can-create-keys": "no"
}'
{
"notes": "This key needs to be kept secure and secret and will not be shown again so please note it down now!",
"key": "nsd_UKkxfEzvJnM9DkGZ0RoXs8qn3wkOuKsALxKhUcYFrwTUtxNg64676181",
"description": "Myomp ApiKey 2",
"domain": "apidog.ApiReseller",
"readonly": "no",
"key-id": "nsd_UKkxfEzv",
"reseller": "ApiReseller",
"can-create-keys": "no",
"ip-address": "10.211.55.0/24,127.0.0.1",
"user-scope": "Office Manager",
"created-datetime": "2023-08-11T04:29:33+00:00"
}