SunCoast RHIO Api’s documentation!¶
Access to Api¶
Our sandbox api is available from this url : https://suncoastapi.herokuapp.com/apisc/{endpoint_here}
In order to access our Api you will need a valid token provided from us.:
curl -X GET \
https://suncoastapi.herokuapp.com/apisc/{endpoint_here} \
-H 'Authorization: Bearer Token_Here' \
-H 'Content-Type: application/json' \
Note
You will need to provide that token for accesing any enpoint in our Api.