Server
/api/v1/
https://covid-qa.adara.com/api/v1/
https://covid-prod.adara.com/api/v1/
https://virtserver.swaggerhub.com/adara/covid-service/1.0.0
SwaggerHub API Auto Mocking
Server Variables
get news articles
Auth
Query String
GET /news
Responses
200
User news
get user score
Auth
Query String
GET /scores
Responses
200
User score available
425
User score not available yet
get list of locations
Auth
Query String
GET /locations
Responses
200
List of locations
add user
Auth
Request Body
POST /signup
Responses
204
User Signed up
400
Bad Request
add user
Auth
Request Body
POST /validate
Responses
200
User Signed up
403
Bad Request
support user optout
Auth
Request Body
POST /optout
Responses
204
User opted out
get user trips
Auth
Query String
GET /trips
Responses
200
user trips
send trip list and get user scores
Auth
Request Body
POST /trips
Responses
200
Trips added to profile