Do invalid credentials using API connection with Apollo mean that in Apollo, I don't have permission to use API within Clay? I do not have the permission to do so from Apollo ?
A 403 Forbidden response indicating invalid credentials with Apollo API can be due to several reasons:1. Your API key might not be authorized for the specific endpoint you're trying to use 2. Your API key may lack the necessary permissions 3. There might be endpoint restrictions for your API keyTo resolve this issue:1. Verify that your API key has proper access to the enrich endpoint 2. Double-check that your API key is active and entered correctly 3. If the above steps don't resolve the issue, you may need to contact Apollo's support team to clarify the endpoint access for your API keyFor detailed guidance on properly configuring your API key permissions, you can refer to Apollo's documentation on creating API keys. Source: Apollo.io integration overview | Documentation | Clay University