Skip to main content
GET
Root — API Status
curl --request GET \
  --url https://api.stealthera.in/ \
  --header 'Authorization: Bearer <token>'
"API is running"

Authorizations

Authorization
string
header
required

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

Response

200 - text/plain

API is running