get__

Code Samples

# You can also use wget
curl -X GET https://backend.flashback.tech/ \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

GET /

API Status

Check if the Flashback API is running and accessible.

This endpoint is useful for:

  • Health monitoring

  • Load balancer health checks

  • Verifying API connectivity

Example responses

200 Response

{
  "message": "Flashback (0.0.49) API is running"
}

Responses

Status
Meaning
Description
Schema

200

API is running

Inline

Response Schema

Status Code 200

Name
Type
Required
Restrictions
Description

» message

string

false

none

none

Last updated

Was this helpful?