For the complete documentation index, see llms.txt. This page is also available as Markdown.

Customer API

About


Retrieve information about server

get

Server software version and important messages

Authorizations
AuthorizationstringRequired

Your ByteNite access token

Responses
200

A successful response.

get/info
GET /v1/customer/info HTTP/1.1
Host: api.bytenite.com
Authorization: YOUR_API_KEY
Accept: */*
{
  "version": {
    "major": 1,
    "minor": 0,
    "tag": 0
  },
  "messages": {
    "ANY_ADDITIONAL_PROPERTY": "text"
  }
}

Last updated

Was this helpful?