API Key

To confirm your identity you will receive an API key when you Register. This key is used to request data from endpoints.

How do I use the API key?

Send API Key In Authorization header.

                    curl -X GET \
                    -H 'Authorization: APIKEY {key}' \
                    'https://publicapitest.ohgo.com/api/v1/construction'
                

Send API Key In URL as query param.

                    curl -X GET \
                    'https://publicapitest.ohgo.com/api/v1/construction?api-key={key}'