Authentication
You can authenticate to the REST API to access all endponts
curl --request GET \
--url "https://api2.engineroom.com.au/public/me" \
--header "Authorization: Bearer YOUR-API-KEY" \
--header "Accept: application/json"Last updated
You can authenticate to the REST API to access all endponts
curl --request GET \
--url "https://api2.engineroom.com.au/public/me" \
--header "Authorization: Bearer YOUR-API-KEY" \
--header "Accept: application/json"Last updated