latestOpenAPI 3.1.02026-07-1295183803.5 KB

b647f1808dda

Tracking_Namespace

Create namespace under a parent key

post/skynet/namespaced-apikeys

Query parameters

namespacestring required
Example:namespace=test_name

Specify a name for the namespace. If the namespace specified is unique then a new namespace along with a new key is created. Whereas if the specified namespace is not unique, a new key will be created in the existing namespace. Please note that a namespace cannot be created using another namespace key.

keystring 32 character alphanumeric string required
Example:key=API_KEY

A key is a unique identifier that is required to authenticate a request to the API.

Request body

object required

Response

statusinteger

Returns the API response code.

messagestring

Returns the error message in case of any error. If there is no error, then this field is absent in the response.

errorstring

Returns the error type in case of any error. If there is no error, then this field is absent in the response.