How we can validate that the APPID and APIKEY belongs to the same account. Example: my account Phoenix have one APP and APPID is xyz123 and the same account have APIKEY 89898989.. How I can validate at third party platform that both are from same account. Is there any valdation API I can use?? Thanks
Hi, @devphoenix👋 Thanks for your question. There isn't a specific API endpoint provided by HubSpot for directly validating the association between an APP ID and an API Key to confirm they belong to the same account (I assume you mean a Private or Public App auth token and not an API key).
Validation authenticates a request to an endpoint that requires authorization and checks if the operation succeeds, but this doesn't directly verify the APP ID association.