GET
/
version
curl --request GET \
  --url https://api.bibigpt.co/api/version \
  --header 'Authorization: Bearer <token>'
{
  "version": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Successful response

The response is of type object.