cURL
curl --request GET \ --url https://api.unihop.app/v1/availability \ --header 'Authorization: Bearer <token>'
{ "service": "UniHop", "available": true }
Retrive the availability of the service provider.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrived the availability of the service provider
Name of the service provider
"UniHop"
Whether the service is currently available
true