a retrospective:

products/tourist api v1

dashboard endpoints
/register [authentication: none]
@params: email, password, first_name, last_name, business_name, phone
response: user object { email, firstname, lastname }, jwt
/login [authentication: none]
@params: email, password
response: user object {email, firstname, lastname, integrations}, jwt
public endpoints
POST /customer [authentication: secret key]
@params: first_name, last_name, email, phone
response: customer object
GET /attractions [authentication: secret key]
@params: none
response: array of tourist attractions

--

--

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store