We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9629012 commit d1891f4Copy full SHA for d1891f4
README.md
@@ -74,7 +74,7 @@ $headers = array(
74
'Content-Type: application/json',
75
'Authorization: Bearer '.$api_key
76
);
77
-$client = new SendGrid\Client('https://e9sk3d3bfaikbpdq7.stoplight-proxy.io', $headers, '/v3', null);
+$client = new SendGrid\Client('https://api.sendgrid.com', $headers, '/v3', null);
78
79
// GET Collection
80
$query_params = array('limit' => 100, 'offset' => 0);
0 commit comments