Last updated 1 month ago
Was this helpful?
Base URL: https://api.bytenite.com/v1/auth
https://api.bytenite.com/v1/auth
Version: v1
v1
Swagger Docs:
Specification:
ByteNite uses OAuth2 for authentication and authorization. OAuth2 is a widely-used open standard that allows applications to securely access resources on behalf of a user without exposing their credentials.
Server software version
GET /v1/auth/info HTTP/1.1 Host: api.bytenite.com Authorization: YOUR_API_KEY Accept: */*
A successful response.
{ "version": { "major": 1, "minor": 0, "tag": 0 } }