I am new to ARC GIS but have been tasked to get data about a map and grab the layers / tables / data behind those labels.
I have created a new Application and obtained the token. Where I am getting confused is I cannot figure out where the URL I need to query for the end point. For example:
https://services.arcgis.com/<abcdef>/arcgis/rest/services/<layer>/FeatureServer/0/query
Where do I find abcdef? Also do I always use services.arcgis.com or do I use my companies url which is <hidden>.maps.arcgis.com.
The API Documentation does not explain this at all unless I am missing something. They reference it but do not show how to actually get that information. I tried to reach https://<hidden>.maps.arcgis.com/arcgis/rest/services and I am getting a 404 not found error.
I believe if I am able to find how to get to my rest api I can take it from there.