Namespace
Create a namespace
Create a new namespace in an existing account.
post/namespace
Request body
Example request
{
"name": "Crypto Kong Billing",
"account_id": 1234
}Response
The operation was successful.
Example response
{
"id": 234,
"name": "Crypto Kong Billing",
"status": "active",
"slug": "crypto-kong-billing",
"account_id": 123,
"metadata": {
"key": "value"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.