We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07a3fc commit 3a4c2ddCopy full SHA for 3a4c2dd
1 file changed
clearbit/prospector.py
@@ -1,7 +1,7 @@
1
from clearbit.resource import Resource
2
3
class Prospector(Resource):
4
- endpoint = 'https://prospector.clearbit.com/v2'
+ endpoint = 'https://prospector.clearbit.com/v1'
5
6
@classmethod
7
def search(cls, **options):
0 commit comments