Skip to main content
GET
/
v1
/
organizations
/
nxosnet
cURL
curl --request GET \
  --url https://api.nxos.io/v1/organizations/nxosnet \
  --header 'Authorization: <authorization>'
{
  "object": "nxosnet_settings",
  "enabled": true,
  "handle": "acme",
  "showOrganizationName": true
}

Headers

Authorization
string
required

Bearer token. Format: Bearer <api_key>

Response

The request has succeeded.

nxosnet settings for an organization.

object
enum<string>
required

Always nxosnet_settings.

Available options:
nxosnet_settings
enabled
boolean
required

Whether this organization can receive nxosnet transfers. Requires a handle to be set.

handle
string | null
required

The organization's globally-unique nxosnet handle, or null if none has been claimed yet.

showOrganizationName
boolean
required

Whether the organization's name is shown to senders who look up its handle.