As the title of the ticket suggests, your current API seems to lack a very basic yet important functionality. If I have a Snapshot's ID, I cannot retrieve the Custom Values or anything else for that matter attached to it. Because if I wanted to make a GET request to say "https://rest.gohighlevel.com/v1/custom-values/", I need a location API Key but how would I pick the correct location API Key? I specifically would need the location API key the snapshot was created from not just any location too. Some options to solve this include: 1) Provide that information directly via the snapshot's endpoint (ideal). 2) Make it possible to get that information with the Agency API Key. 3) Providing the API Key of the location that the snapshot was created from as part of snapshots endpoint response. 4) This is the least ideal option because it involves us manually creating and updating a table that connects the snapshots to the location API Keys that created them and I don't think this should be the solution.
HIGHLVL-I-3095