Developer API

About


Retrieve information about service

get

Server software version and important messages

Authorizations
Responses
200
A successful response.
get
GET /v1/dev/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?