cURL
curl --request GET \ --url https://api.bibigpt.co/api/version \ --header 'Authorization: Bearer <token>'
{ "version": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object
Was this page helpful?