aditya-t
6/15/2017 - 2:49 AM

request-locId-CAD-FNN.sh

# Authorization header value should be in the format of "Bearer xxx" where xxx is access token returned 
# from a previous GET https://api.telstra.com/v1/oauth/token request.
TOKEN="<access_token>"
locationId="<location identifier>"
customerAuthorityDate="<customerAuthorityDate identifier>"
fnn="<fnn identifier>"

curl -X GET \
-H "Authorization: Bearer $TOKEN" \

"https://api.in.telstra.com.au/v1/nbnSiteQualification/location-details/$locationId?customerAuthorityDate=$customerAuthorityDate&fnn=$fnn"