Skip to main content
GET
/
availability
Get service availability
curl --request GET \
  --url https://backend.unihop.app/api/v1/availability \
  --header 'Authorization: Bearer <token>'
{
  "service": "UniHop",
  "available": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.unihop.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

Successfully retrived the availability of the service provider

service
string
required

Name of the service provider

Example:

"UniHop"

available
boolean
required

Whether the service is currently available

Example:

true