Service Qualification Migration by NBN location Id and FNN Get Request
# 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>"
CORRELATION_ID="<unique correlation id>"
NBN_LOCATION_ID="<NBN location Id>"
FNN="<FNN>"
TC2_REQUIRED="<TC2 Required Indicator>"
curl -X GET \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-H "ds-correlation-id: $CORRELATION_ID" \
"https://api.in.telstra.com.au/v1/service-qualification/service-migration-qualification-details/retail?nbnLocationId=$NBN_LOCATION_ID&FNN=$FNN&tc2Required=$TC2_REQUIRED"
"https://private-tapi.telstra.com/v1/servicequalification/service-migration-qualification-details/retail?nbnLocationId=$NBN_LOCATION_ID&FNN=$FNN&tc2Required=$TC2_REQUIRED"