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

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